NOTACAL logo

Aspect Ratio Calculator

Aspect Ratio Calculator

Give us your feedback! Was this useful?

Introduction

The aspect ratio of an image is the relationship between its width and its height, written as two numbers separated by a colon, such as 16:9 or 4:3. It is one of the few numbers that every content producer encounters: the videographer choosing a delivery format, the photographer cropping a print, the front-end developer centering a hero image, and the filmmaker deciding how a scene will frame on a cinema screen all start from the same two numbers. RED Digital Cinema, whose cameras are standard in professional filmmaking, defines the aspect ratio as the proportional relationship of the horizontal width to the vertical height of an image, and notes that it is among the most important creative and technical choices a cinematographer makes[red-com].

This Aspect Ratio Calculator handles both directions of the problem. Given a width and a height — a 1920 × 1080 video, a 3456 × 2304 photo — it reduces the pair to its simplest ratio, reports the common name (Full HD, Widescreen, and so on), and shows the decimal form and the height as a percentage of width. Given a ratio and one known dimension, it computes the missing side so you can scale a crop or a canvas without distorting the image.

The history of the ratio is the history of the screen. Early film used 4:3 (academic 1.33:1), chosen largely for the practical reason that it matched the human visual field when framed vertically. Widescreen cinema formats like 1.85:1 and anamorphic 2.39:1 emerged in the 1950s as a competitive response to television, and the 16:9 format became the compromise standard for high-definition video because it sits between the classic 4:3 and the cinematic widescreen ratios. Wikipedia's survey of the 16:9 format notes that it is now the most widely used aspect ratio in the world, covering everything from broadcast HDTV to smartphone displays and video platforms like YouTube[wikipedia-16x9]. StudioBinder's guide to aspect ratios, aimed at working filmmakers, maps each ratio to the eras and workflows that produced it[studiobinder].

How to Use

The calculator has two modes.

Find mode (default). Enter a width and a height. The tool divides both by their greatest common divisor to produce the simplest ratio, then matches it against common standards. Changing either input updates the result instantly.

Here are three worked examples.

Example 1 — A Full HD video. A video is 1920 × 1080. The greatest common divisor of 1920 and 1080 is 120, so the ratio is 1920 ÷ 120 : 1080 ÷ 120 = 16:9, the Full HD standard. The decimal form is 1920 ÷ 1080 = 1.778, and the height is 1080 ÷ 1920 = 56.25% of the width.

Example 2 — A photo from a camera. A photograph is 3456 × 2304. The GCD is 1152, giving 3:2, the classic photo standard used by many DSLR sensors. Note that a camera sensor's native ratio — 3:2 for most DSLRs, 4:3 for many phones — determines the shape of every image before any crop, which is why the same subject looks different depending on the camera that shot it.

Example 3 — An ultrawide monitor. A monitor is 3440 × 1440. The GCD is 160, giving 21:9 (approximately — the exact reduction of 3440 ÷ 1440 is 43:18, which the calculator reports as the decimal 2.389 and a custom name). Ultrawide displays are marketed as 21:9 but often use panel resolutions that only approximate that ratio, which is why the calculator shows the true reduced ratio rather than the marketing label[wikipedia-21x9].

Dimensions mode. Select "Find a dimension from a ratio," enter the ratio parts and one known dimension, and choose whether the known value is the width or the height. The tool returns the other side. For example, a 16:9 video at a 1920 px width has a height of 1920 ÷ 16 × 9 = 1080 px.

The Formula

The aspect ratio is the ratio of width to height after both numbers are divided by their greatest common divisor:

aspect ratio=wh=w/gcd(w,h)h/gcd(w,h)\text{aspect ratio} = \frac{w}{h} = \frac{w / \gcd(w, h)}{h / \gcd(w, h)}

The GCD reduction is what turns 1920 × 1080 into 16:9 instead of 1.777…:1. Because 1920 and 1080 share the factor 120, the ratio collapses to its lowest terms. Two images with different pixel dimensions can therefore share the same aspect ratio — a 640 × 360 thumbnail and a 3840 × 2160 4K video are both 16:9, because in both cases width ÷ height = 1.778[wikipedia-ar-image].

To find a missing dimension from a known ratio, scale the known side against its ratio part. When the width is known:

height=known width×ratio heightratio width\text{height} = \frac{\text{known width} \times \text{ratio height}}{\text{ratio width}}

and when the height is known, the width is the same formula with the ratio parts swapped. These two directions are the only math behind the calculator — everything else is display formatting, common-name matching, and the GCD reduction. The decimal form (width ÷ height) is the version most useful for comparing ratios across standards, while the reduced pair is the version most useful for labels and crop boxes.

Reference Table

The table below compares the common display and cinema aspect ratios in reduced form, decimal form, and their most frequent uses[studiobinder][cinema5d].

RatioDecimal (w ÷ h)Common nameTypical use
1:11.000SquareSocial media posts, contact sheets
4:31.333Classic TVOld TV broadcasts, early digital cameras
3:21.500PhotoMost DSLR sensors, prints
16:101.600WidescreenMany laptops and desktop monitors
16:91.778Full HDHDTV, YouTube, smartphones, 4K
21:92.333UltrawideCinematic widescreen displays
Wider ratios have larger width-to-height decimals; 16:9 at 1.78 dominates consumer video, while 21:9 at 2.33 serves cinematic ultrawide displays.

The decimals reveal the real relationships between standards. 4:3 and 3:2 are only 0.167 apart, which is why old TV content (4:3) can be displayed on DSLR-photo workflows (3:2) with only modest cropping. The jump from 16:10 (1.6) to 16:9 (1.778) is smaller than the jump from 16:9 to 21:9 (2.333), and it is that last jump that separates consumer displays from cinematic ultrawide panels. When you convert a 16:9 asset to 4:3, expect to lose about 25% of the horizontal field to side bars — or to crop the vertical edges instead, changing what the audience sees.

Practical Tips

  • Choose the delivery standard first. If the video will be published to YouTube or broadcast, encode 16:9 and design for the full frame. If it will be projected in a theater, the anamorphic 2.39:1 and IMAX ratios are the targets, not the consumer standards.
  • Keep your crop safe. Social platforms crop or letterbox aggressively. Design your important content within the central 16:9 area even if the final ratio is 4:5 or 9:16, so nothing critical is lost when the platform re-frames your image.
  • Match the sensor, not the label. The ratio a camera produces is fixed by its sensor before any crop. If you shoot square crops from a 3:2 sensor, you discard one third of your pixels — plan your crops against the native ratio instead of fighting it.
  • Scale exports by ratio, not by dimension. To resize a 4K asset down to 1080p, multiply the 3840 side by 0.5625 (the 16:9 height fraction) rather than eyeballing a dimension. The dimensions mode of this calculator gives you that number exactly.
  • Respect the decimal, not the nickname. A monitor advertised as 21:9 may actually be 43:18 or 64:27. Enter its real resolution in find mode and check the decimal — the true ratio determines whether 16:9 content letterboxes into the panel with small or large bars.
  • Combine with the Golden Ratio Calculator. Aspect ratios describe shape, while the golden ratio describes a specific proportion (1.618:1) often used in static composition. Use the aspect ratio for delivery formats and the golden ratio for layout proportions — they solve different problems.
  • Keep the palette consistent with the Color Converter. A single brand hex value must survive across every ratio you export, and converting between hex, HSL, and RGB by hand invites typos. Convert the token once, then reuse the converted values in each export format.
  • Verify the finished layout with the Contrast Checker. A wide 21:9 viewport gives text lots of horizontal space, but wide text lines are harder to scan and low-contrast copy is harder to read. Once the frame is set, run the color pairs through a contrast pass so readability matches the proportions.

Limitations

The aspect ratio describes the shape of a frame, but it says nothing about how that frame will be displayed. A 16:9 video letterboxed into a 21:9 monitor shows black bars on the sides; a 21:9 film pillarboxed into a 16:9 screen shows bars on the top and bottom; and a 4:3 program on a widescreen TV can be stretched, zoomed, or shown with bars depending on the viewer's settings. The ratio determines the bars, but the display's ratio and the player's scaling policy decide where they land[wikipedia-ar-image].

The reduced ratio also hides the absolute size. 640 × 360 and 3840 × 2160 are both 16:9, but they are wildly different images: the first is a thumbnail, the second a 4K frame. When you resize between them you are scaling by ratio alone, and the pixel density of the source becomes the limiting factor — upscaling a 640 × 360 clip to 1080p produces soft, pixelated output that no ratio math can fix. Aspect ratio is a property of proportion, not of resolution, and the two must be managed separately.

Finally, "common name" matching is a convenience that breaks down at the edges. Ultrawide marketing labels round real resolutions to 21:9, cinema ratios like 1.85:1 and 2.39:1 do not reduce to clean integer pairs, and many devices use non-standard ratios (18:9, 20:9, 19.5:9) that fall between the classic names. When the calculator reports "Custom ratio," that is not a limitation of the tool — it means the dimensions genuinely do not match a named standard, and the decimal form is the honest way to compare them against anything else.

Frequently Asked Questions

What is an aspect ratio?
An aspect ratio is the proportional relationship between the width and the height of an image, written as two numbers like 16:9. It is computed by reducing the width and height by their greatest common divisor.
How do you calculate an aspect ratio?
Divide the width and the height by their greatest common divisor. For 1920 × 1080 the GCD is 120, giving 16:9. You can also express it as a decimal by dividing width by height.
What is the most common aspect ratio?
16:9 is the most widely used aspect ratio worldwide. It is the standard for HDTV, most online video platforms, smartphone displays, and computer monitors.
What is the difference between 16:9 and 4:3?
16:9 is a widescreen format (width is 1.778 times the height) used for modern video. 4:3 is an older, squarer format (width is 1.333 times the height) used for classic TV and early digital cameras.
How do I find the height from a 16:9 width?
Multiply the known width by 9 and divide by 16. A 1920 px wide 16:9 image is 1920 × 9 ÷ 16 = 1080 px tall. The dimensions mode of this calculator does this for either side.
Why is my 21:9 monitor not exactly 21:9?
Many ultrawide panels use resolutions like 3440 × 1440, which reduce to 43:18 and round to 2.389 instead of exactly 2.333. The true ratio of the panel is the decimal, not the marketing label.
Does aspect ratio affect file size?
Indirectly. File size depends on pixel count, resolution, compression, and content complexity, not on the ratio itself. A 1920 × 1080 video and a 1920 × 1920 video differ in size because of pixel count, not because one is 16:9.
What is the aspect ratio for photos?
Most DSLR and mirrorless cameras capture 3:2, while many smartphones capture 4:3. Both are common for prints: 3:2 matches 4 × 6 prints directly, and 4:3 fits 8 × 10 and 5 × 7 prints with slight cropping.
What does 21:9 mean?
21:9 is a wide cinematic ratio (about 2.33:1) used by ultrawide monitors and increasingly by films. It is wider than 16:9, so a 16:9 video shown on a 21:9 display letterboxes with side bars.
What is the aspect ratio of 1080p and 4K?
Both are 16:9. 1080p is 1920 × 1080 and 4K (UHD) is 3840 × 2160; dividing either pair by its GCD gives 16:9. The resolution changes, but the shape does not.

References

  1. [1]Wikipedia. (2026). Aspect Ratio (Image).
  2. [2]Wikipedia. (2026). 16:9 Aspect Ratio.
  3. [3]Wikipedia. (2026). 21:9 Aspect Ratio.
  4. [4]RED Digital Cinema. (2026). RED 101 — Aspect Ratio.
  5. [5]StudioBinder. (2026). Aspect Ratio: The Ultimate Guide.
  6. [6]CineD. (2026). The Complete Guide to Aspect Ratios.

Last updated: August 7, 2026

1b

UnByte — Independent Software Engineering

Every calculator references authoritative sources — Editorial policy