Active Volcano
#bb1133
Here's everything about the color Active Volcano (#bb1133) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb1133 | |
|---|---|---|
| RGB | rgb(187, 17, 51) | |
| HSL | hsl(348, 83%, 40%) | |
| CMYK | cmyk(0%, 91%, 73%, 27%) | |
| LAB | lab(41, 63, 31) | |
| OKLCH | oklch(0.51 0.196 20) |
Color harmonies
Tints & shades
Code snippets
color: #bb1133;
background-color: #bb1133;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB1133)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.07, blue: 0.20, alpha: 1.0)