Shades of Fire Brick #BB210D
Tints of Fire Brick #BB210D
RGB
CMYK
RGB Variations
Color information
#BB210D (or 0xBB210D) is known color: Fire Brick. HEX triplet: BB, 21 and 0D. RGB value is (187,33,13). Sum of RGB (Red+Green+Blue) = 187+33+13=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB210D is #44DEF2. Grayscale: #4D4D4D. Windows color (decimal): -4513523 or 860603. OLE color: 860603.
HSL color Cylindrical-coordinate representation of color #BB210D: hue angle of 6.9º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB210D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.27 |
| HSL | 6.9º | 0.87% | 0.39% | - |
| HSV(B) | 6.9º | 0.93% | 0.73% | - |
| XYZ | 21.11 | 11.68 | 1.52 | - |
| YUV | 76.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 13 | 0 | 0.82 | 0.93 | 0.27 | 6.9 | 0.87 | 0.39 |
| Hex | BB | 21 | D | 0 | 52 | 5D | 1B | 7 | 57 | 27 |
| Octal | 273 | 41 | 15 | 0 | 122 | 135 | 33 | 7 | 127 | 47 |
| Binary | 10111011 | 100001 | 1101 | 0 | 1010010 | 1011101 | 11011 | 111 | 1010111 | 100111 |
Color Harmonies of #BB210D
Complementary color
Monochromatic Colors of #BB210D
Black with #BB210D
Text Example
Text Example
White with #BB210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB210D; }
p { color: rgb(187,33,13); }
H1.HeaderClassName
{
color: #BB210D;
}
.AnyTagClassName
{
color: #BB210D;
}
</style>
background-color css
<style>
a { background-color: #BB210D; }
a { background-color: rgb(187,33,13); }
div.DivClassName
{
background-color: #BB210D;
}
.BgClassName
{
background-color: #BB210D;
}
</style>
border-color css
<style>
span { border-color: #BB210D; }
span { border-color: rgb(187,33,13); }
td.TdClassName
{
border-color: #BB210D;
}
.TagClassName
{
border-color: #BB210D;
}
</style>