Rhombus Area Calculator
Compute rhombus area from its two diagonals.
A rhombus has four equal sides (a diamond shape).
Multiple units supported.
A rhombus has four equal sides. Every rhombus is a parallelogram, but not every parallelogram is a rhombus. Its diagonals always meet at 90° and always bisect each other, which is the quickest way to identify one: measure both diagonals, check they cross at their midpoints, and check the angle.
Area from the two diagonals d₁ and d₂:
A = ½ × d₁ × d₂
Why divide by two? The two diagonals split the rhombus into four right triangles, each with legs d₁/2 and d₂/2. Each triangle has area (d₁/2)(d₂/2)/2 = d₁d₂/8. Four triangles total: 4 × d₁d₂/8 = d₁d₂/2.
Alternative formula if you know the side length s and one interior angle θ:
A = s² × sin(θ)
For a square, which is a rhombus with 90° angles, sin(90°) = 1 and A = s². Every other angle gives less. Squash it toward flat and the area heads for zero while the four sides, and so the perimeter, never change at all.
Where rhombuses show up in real measurements:
- Harlequin diamond tile patterns. Each diamond is a rhombus, usually with diagonals in a 2:1 ratio.
- Diamond road signs. The US warning sign is a square stood on its corner, which makes it both a square and a rhombus. Stretched versions on some other systems are rhombuses but not squares. (A kite is a different shape: two pairs of adjacent equal sides rather than four equal ones.)
- Crystal habits. Calcite cleaves into rhombohedra whose faces are rhombs, and quartz terminates in them. Mineralogists measure the diagonals to get face area.
- Argyle knitwear, where the pattern is a rhombic lattice with an overstitch on one diagonal.
- Diamond mesh and expanded metal, where each opening is a rhombus and the open-area percentage comes straight from ½d₁d₂ against the pitch.
Worked example: a diamond-pattern floor tile
You’re laying a harlequin tile floor in 12 in × 6 in diamonds (these are the diagonals, not the side lengths). Area per tile = 0.5 × 12 × 6 = 36 sq in = 0.25 sq ft. For a 100 sq ft floor: 100 / 0.25 = 400 tiles. Add 10% waste = 440 tiles.
Side length from diagonals: the diagonals form a right triangle with each side. Side length s = √((d₁/2)² + (d₂/2)²). For d₁ = 12, d₂ = 6: s = √(36 + 9) = √45 ≈ 6.71. So our 12×6 tile has 6.71-inch sides.
Perimeter: P = 4 × s = 4 × √((d₁/2)² + (d₂/2)²).
Common error: treating a rhombus like a square because all sides are equal. A square is a special rhombus where the diagonals are also equal. Most rhombuses have different diagonals, so the shape is a stretched diamond rather than a square rotated 45°.
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.