Pesto Rosso
#bb3333
Here's everything about the color Pesto Rosso (#bb3333) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb3333 | |
|---|---|---|
| RGB | rgb(187, 51, 51) | |
| HSL | hsl(0, 57%, 47%) | |
| CMYK | cmyk(0%, 73%, 73%, 27%) | |
| LAB | lab(44, 55, 34) | |
| OKLCH | oklch(0.53 0.173 25) |
Color harmonies
Tints & shades
Code snippets
color: #bb3333;
background-color: #bb3333;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB3333)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.20, blue: 0.20, alpha: 1.0)