The Aspect Ratio Calculator computes the missing dimension (width or height) given one side and a target aspect ratio. Aspect ratio is the proportional relationship between width and height, expressed as width:height. For example, a 16:9 aspect ratio means that for every 16 units of width, there are 9 units of height. This calculator is essential for video editing, image resizing, screen design, and printing to avoid distortion.
How Aspect Ratio Works
Formula: width / height = ratio_width / ratio_height
If you know the width, the height is: height = width × (ratio_height / ratio_width)
If you know the height, the width is: width = height × (ratio_width / ratio_height)
Common Aspect Ratios
| Aspect Ratio | Common Use |
|---|---|
| 1:1 | Square photos, Instagram |
| 4:3 | Old TVs, tablets, some monitors |
| 16:9 | HDTV, YouTube, modern monitors |
| 16:10 | Laptop screens, some monitors |
| 21:9 | Ultrawide monitors |
| 3:2 | 35mm film, some cameras |
| 5:4 | Older computer monitors (1280×1024) |