Aspect Ratio Calculator

Calculate, simplify, and scale aspect ratios for screens and images.

Aspect Ratio

Your Results

Ratio
--:--
Decimal
--

Scale this aspect ratio

Enter either target width or target height.

Scaled dimensions
-- x --

Aspect ratio calculator

Calculate simplified display ratios (16:9, 4:3, 3:2) and scale dimensions while preserving proportion.

Use this for:

  • resizing images for web
  • video exports
  • screen and device mockups
  • responsive UI design

Need broader ratio tools too? Visit the Ratio Calculator hub.

Scaling formulas

Given original width w and height h:

  • newHeight = newWidth * h / w
  • newWidth = newHeight * w / h

This keeps visual proportions identical.