Find height for a 16:9 frame that is 1920 pixels wide
- Multiply 1920 by 9.
- Divide the result by 16.
- The matching height is 1080.
1920 × 1080 preserves a 16:9 aspect ratio.
Media math
Use width and height to simplify an existing aspect ratio, or enter a target ratio and one known dimension to calculate the other without stretching the proportions.
aspect.dimension@1.0.0Enter your current dimensions and the ratio you want to fit. Width and height must use the same measurement unit; ratio values are unitless.
New height
1,080px
1,920 × 9 ÷ 16 = 1,080
As entered: 1,920 × 1,080 px
Both frames are drawn from the same corner at one shared scale, so their relative sizes are exact. The calculator resizes proportionally — it does not crop.
Identity
height = width × ratioHeight ÷ ratioWidthWith your values
1920 × 9 ÷ 16The reverse form is width = height × ratioWidth / ratioHeight. Existing positive integer dimensions can also be reduced with their greatest common divisor.
An aspect ratio describes the proportional relationship between width and height. A 1920 × 1080 frame simplifies to 16:9 because both dimensions can be divided by the same greatest common divisor.
When one dimension is missing, the same proportion can be preserved by multiplying the known dimension by the opposite ratio component and dividing by its matching ratio component.
1920 × 1080 preserves a 16:9 aspect ratio.
1200 × 900 preserves a 4:3 aspect ratio.
3840 × 2160 simplifies to 16:9.
Missing dimensions are calculated directly from the proportional identity; no external dataset or changing factual input is used.
Ratio simplification is restricted to positive integer dimensions so the result is deterministic and exact.