Shades of Fire Brick #BB2011
Tints of Fire Brick #BB2011
RGB
CMYK
RGB Variations
Color information
#BB2011 (or 0xBB2011) is known color: Fire Brick. HEX triplet: BB, 20 and 11. RGB value is (187,32,17). Sum of RGB (Red+Green+Blue) = 187+32+17=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2011 is #44DFEE. Grayscale: #4C4C4C. Windows color (decimal): -4513775 or 1122491. OLE color: 1122491.
HSL color Cylindrical-coordinate representation of color #BB2011: hue angle of 5.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB2011 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.27 |
| HSL | 5.29º | 0.83% | 0.4% | - |
| HSV(B) | 5.29º | 0.91% | 0.73% | - |
| XYZ | 21.11 | 11.64 | 1.66 | - |
| YUV | 76.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 17 | 0 | 0.83 | 0.91 | 0.27 | 5.29 | 0.83 | 0.4 |
| Hex | BB | 20 | 11 | 0 | 53 | 5B | 1B | 5 | 53 | 28 |
| Octal | 273 | 40 | 21 | 0 | 123 | 133 | 33 | 5 | 123 | 50 |
| Binary | 10111011 | 100000 | 10001 | 0 | 1010011 | 1011011 | 11011 | 101 | 1010011 | 101000 |
Color Harmonies of #BB2011
Complementary color
Monochromatic Colors of #BB2011
Black with #BB2011
Text Example
Text Example
White with #BB2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2011; }
p { color: rgb(187,32,17); }
H1.HeaderClassName
{
color: #BB2011;
}
.AnyTagClassName
{
color: #BB2011;
}
</style>
background-color css
<style>
a { background-color: #BB2011; }
a { background-color: rgb(187,32,17); }
div.DivClassName
{
background-color: #BB2011;
}
.BgClassName
{
background-color: #BB2011;
}
</style>
border-color css
<style>
span { border-color: #BB2011; }
span { border-color: rgb(187,32,17); }
td.TdClassName
{
border-color: #BB2011;
}
.TagClassName
{
border-color: #BB2011;
}
</style>