Aspect Ratio Converter — Resolution to Ratio

Turn a width × height (e.g. 1920×1080) into its simplified aspect ratio (16:9), or expand a ratio into resolutions.

📺

Aspect Ratio Converter

Design • ratio

0 chars
0 chars

How to Use the Aspect Ratio Converter

  1. Pick a direction — use the toggle at the top (e.g. encode vs decode).
  2. Type or paste your text — the result updates live as you type; large inputs are fine.
  3. Copy the result — one click copies the output to your clipboard.
  4. Swap — flip the direction (⇄) to reverse the conversion instantly.

Why Use This Aspect Ratio Converter

🎯

Reversible in one click

Encoding and decoding share the page, so any result can be pasted straight back to confirm it round-trips to the text you started with — the quickest check that nothing was mangled.

Live as you type

Results are recalculated on every keystroke, with no submit step and no page reload, so a value can be adjusted until the answer looks right rather than guessed once.

🔒

100% private

Everything runs in your browser — no account, no uploads, nothing leaves your device.

Understanding the Aspect Ratio Converter

Aspect ratio is the proportional relationship between width and height — 1920×1080 simplifies to 16:9, the standard for HD/4K video and most monitors. Knowing the ratio matters for video editing, photography, web design and fitting content to screens without stretching or black bars.

Enter a resolution to get its simplified ratio, or enter a ratio to get matching resolutions. Instant and browser-based.

Formula & Logic

An aspect ratio is width divided by height, reduced to its simplest whole-number form by dividing both by their greatest common divisor. It matters because scaling an image to a different ratio either distorts it or crops it — there is no third option. Common ratios carry history: 16:9 became the television standard as a geometric compromise between 4:3 broadcast and 2.35:1 cinema, while 3:2 comes from 35 mm film and persists in most cameras. Knowing the ratio lets you solve for a missing dimension, which is the everyday use when resizing for a fixed width or height.

Ratio = Width : Height, divided by GCD(Width, Height)New height = New width × (Height ÷ Width)New width = New height × (Width ÷ Height)

where:

GCD
greatest common divisor, which reduces the ratio to lowest terms
16:9
1.778 — video and most displays
4:3
1.333 — legacy broadcast and many tablets
3:2
1.5 — 35 mm film and most camera sensors

Assumptions: Assumes square pixels, true of essentially all modern displays. Some legacy video formats used non-square pixels, where storage dimensions and display aspect ratio differ.

Step-by-Step Example: 1920 × 1080 and Solving for a Missing Side

Reduce a familiar resolution, then resize it to a fixed width without distortion.

  • Resolution1920 × 1080
  • Target width1280
  1. Find the GCD of 1920 and 1080: it is 120.
  2. Divide both: 1920 ÷ 120 = 16 and 1080 ÷ 120 = 9, giving 16:9.
  3. As a decimal that is 1920 ÷ 1080 = 1.7778.
  4. To resize to 1280 wide, divide by the ratio: 1280 ÷ 1.7778 = 720.
  5. So 1280 × 720 preserves the aspect ratio exactly.
  6. Check a different resolution: 2560 × 1600 has GCD 320, reducing to 8:5 — not 16:9.

Result1920 × 1080 = 16:9 — resizes to 1280 × 720

The 2560 × 1600 case is worth noting: 8:5 is the same as 16:10, a ratio common on laptops and frequently mistaken for 16:9. Placing 16:9 video on a 16:10 display leaves letterbox bars, which is a ratio mismatch rather than a fault.

Aspect Ratio Converter FAQ

It simplifies to 16:9 (decimal 1.78:1), the standard widescreen ratio for HD/4K video and most monitors.

Related Converters

✔ Written & reviewed by Dr Sam — 20+ yrs in management & research leadership📅 Last updated September 2026📚 Sources: NIST & BIPM SI unit definitions📑 How we build & check these