Utill.net

Aspect Ratio Calculator

Resize Without Distortion

Calculate image and video aspect ratios, decimal ratios, and proportional resize dimensions without distortion.

What is this tool?

This aspect ratio calculator simplifies width and height into a ratio such as 16:9, 4:3, or 1:1. It also calculates the proportional missing dimension when resizing an image, video, canvas, or embed.

The ratio is reduced using the greatest common divisor of the width and height. The decimal value is width divided by height, which is useful for layout calculations and responsive containers.

Use it to resize media without stretching, prepare thumbnails, check video formats, calculate social image sizes, or translate design specs into implementation dimensions.

How to use

  1. Enter the original width and height.
  2. Read the simplified ratio and decimal ratio.
  3. Enter a new width to calculate matching height, or a new height to calculate matching width.
  4. Copy the ratio when documenting image, video, or layout specs.

Examples

Input / settingOutputNotes
1920 x 1080ratio 16:9; decimal 1.7778Standard widescreen video.
1080 x 1080ratio 1:1; decimal 1.0000Square image.
original 1920 x 1080; new width 1280new height 720.00Resize without distortion.

Related tools & concepts

Last reviewed: 2026-05-08