Dropped Brick
#bb3300
Here's everything about the color Dropped Brick (#bb3300) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb3300 | |
|---|---|---|
| RGB | rgb(187, 51, 0) | |
| HSL | hsl(16, 100%, 37%) | |
| CMYK | cmyk(0%, 73%, 100%, 27%) | |
| LAB | lab(43, 54, 56) | |
| OKLCH | oklch(0.53 0.179 36) |
Color harmonies
Tints & shades
Code snippets
color: #bb3300;
background-color: #bb3300;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB3300)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.20, blue: 0.00, alpha: 1.0)