Blood Rush
#aa2222
Here's everything about the color Blood Rush (#aa2222) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa2222 | |
|---|---|---|
| RGB | rgb(170, 34, 34) | |
| HSL | hsl(0, 67%, 40%) | |
| CMYK | cmyk(0%, 80%, 80%, 33%) | |
| LAB | lab(38, 54, 37) | |
| OKLCH | oklch(0.48 0.172 27) |
Color harmonies
Tints & shades
Code snippets
color: #aa2222;
background-color: #aa2222;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAA2222)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.13, blue: 0.13, alpha: 1.0)