Shades of Fire Brick #BB1211
Tints of Fire Brick #BB1211
RGB
CMYK
RGB Variations
Color information
#BB1211 (or 0xBB1211) is known color: Fire Brick. HEX triplet: BB, 12 and 11. RGB value is (187,18,17). Sum of RGB (Red+Green+Blue) = 187+18+17=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1211 is #44EDEE. Grayscale: #444444. Windows color (decimal): -4517359 or 1118907. OLE color: 1118907.
HSL color Cylindrical-coordinate representation of color #BB1211: hue angle of 0.35º 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 #BB1211 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.27 |
| HSL | 0.35º | 0.83% | 0.4% | - |
| HSV(B) | 0.35º | 0.91% | 0.73% | - |
| XYZ | 20.81 | 11.04 | 1.56 | - |
| YUV | 68.42 | 98.99 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 17 | 0 | 0.90 | 0.91 | 0.27 | 0.35 | 0.83 | 0.4 |
| Hex | BB | 12 | 11 | 0 | 5A | 5B | 1B | 0 | 53 | 28 |
| Octal | 273 | 22 | 21 | 0 | 132 | 133 | 33 | 0 | 123 | 50 |
| Binary | 10111011 | 10010 | 10001 | 0 | 1011010 | 1011011 | 11011 | 0 | 1010011 | 101000 |
Color Harmonies of #BB1211
Complementary color
Monochromatic Colors of #BB1211
Black with #BB1211
Text Example
Text Example
White with #BB1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1211; }
p { color: rgb(187,18,17); }
H1.HeaderClassName
{
color: #BB1211;
}
.AnyTagClassName
{
color: #BB1211;
}
</style>
background-color css
<style>
a { background-color: #BB1211; }
a { background-color: rgb(187,18,17); }
div.DivClassName
{
background-color: #BB1211;
}
.BgClassName
{
background-color: #BB1211;
}
</style>
border-color css
<style>
span { border-color: #BB1211; }
span { border-color: rgb(187,18,17); }
td.TdClassName
{
border-color: #BB1211;
}
.TagClassName
{
border-color: #BB1211;
}
</style>