Shades of Fire Brick #BB1E11
Tints of Fire Brick #BB1E11
RGB
CMYK
RGB Variations
Color information
#BB1E11 (or 0xBB1E11) is known color: Fire Brick. HEX triplet: BB, 1E and 11. RGB value is (187,30,17). Sum of RGB (Red+Green+Blue) = 187+30+17=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1E11 is #44E1EE. Grayscale: #4B4B4B. Windows color (decimal): -4514287 or 1121979. OLE color: 1121979.
HSL color Cylindrical-coordinate representation of color #BB1E11: hue angle of 4.59º 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 #BB1E11 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 17 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.27 |
| HSL | 4.59º | 0.83% | 0.4% | - |
| HSV(B) | 4.59º | 0.91% | 0.73% | - |
| XYZ | 21.06 | 11.53 | 1.65 | - |
| YUV | 75.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 17 | 0 | 0.84 | 0.91 | 0.27 | 4.59 | 0.83 | 0.4 |
| Hex | BB | 1E | 11 | 0 | 54 | 5B | 1B | 5 | 53 | 28 |
| Octal | 273 | 36 | 21 | 0 | 124 | 133 | 33 | 5 | 123 | 50 |
| Binary | 10111011 | 11110 | 10001 | 0 | 1010100 | 1011011 | 11011 | 101 | 1010011 | 101000 |
Color Harmonies of #BB1E11
Complementary color
Monochromatic Colors of #BB1E11
Black with #BB1E11
Text Example
Text Example
White with #BB1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E11; }
p { color: rgb(187,30,17); }
H1.HeaderClassName
{
color: #BB1E11;
}
.AnyTagClassName
{
color: #BB1E11;
}
</style>
background-color css
<style>
a { background-color: #BB1E11; }
a { background-color: rgb(187,30,17); }
div.DivClassName
{
background-color: #BB1E11;
}
.BgClassName
{
background-color: #BB1E11;
}
</style>
border-color css
<style>
span { border-color: #BB1E11; }
span { border-color: rgb(187,30,17); }
td.TdClassName
{
border-color: #BB1E11;
}
.TagClassName
{
border-color: #BB1E11;
}
</style>