Pixel Bleeding
#bb0022
Here's everything about the color Pixel Bleeding (#bb0022) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb0022 | |
|---|---|---|
| RGB | rgb(187, 0, 34) | |
| HSL | hsl(349, 100%, 37%) | |
| CMYK | cmyk(0%, 100%, 82%, 27%) | |
| LAB | lab(40, 64, 40) | |
| OKLCH | oklch(0.5 0.202 24) |
Color harmonies
Tints & shades
Code snippets
color: #bb0022;
background-color: #bb0022;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB0022)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.00, blue: 0.13, alpha: 1.0)