Heartbeat
#aa0000
Here's everything about the color Heartbeat (#aa0000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa0000 | |
|---|---|---|
| RGB | rgb(170, 0, 0) | |
| HSL | hsl(0, 100%, 33%) | |
| CMYK | cmyk(0%, 100%, 100%, 33%) | |
| LAB | lab(36, 60, 51) | |
| OKLCH | oklch(0.46 0.19 29) |
Color harmonies
Tints & shades
Code snippets
color: #aa0000;
background-color: #aa0000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAA0000)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.00, blue: 0.00, alpha: 1.0)