Shades of Fire Brick #BB1F0C
Tints of Fire Brick #BB1F0C
RGB
CMYK
RGB Variations
Color information
#BB1F0C (or 0xBB1F0C) is known color: Fire Brick. HEX triplet: BB, 1F and 0C. RGB value is (187,31,12). Sum of RGB (Red+Green+Blue) = 187+31+12=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1F0C is #44E0F3. Grayscale: #4B4B4B. Windows color (decimal): -4514036 or 794555. OLE color: 794555.
HSL color Cylindrical-coordinate representation of color #BB1F0C: hue angle of 6.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB1F0C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.27 |
| HSL | 6.51º | 0.88% | 0.39% | - |
| HSV(B) | 6.51º | 0.94% | 0.73% | - |
| XYZ | 21.05 | 11.57 | 1.47 | - |
| YUV | 75.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 12 | 0 | 0.83 | 0.94 | 0.27 | 6.51 | 0.88 | 0.39 |
| Hex | BB | 1F | C | 0 | 53 | 5E | 1B | 7 | 58 | 27 |
| Octal | 273 | 37 | 14 | 0 | 123 | 136 | 33 | 7 | 130 | 47 |
| Binary | 10111011 | 11111 | 1100 | 0 | 1010011 | 1011110 | 11011 | 111 | 1011000 | 100111 |
Color Harmonies of #BB1F0C
Complementary color
Monochromatic Colors of #BB1F0C
Black with #BB1F0C
Text Example
Text Example
White with #BB1F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F0C; }
p { color: rgb(187,31,12); }
H1.HeaderClassName
{
color: #BB1F0C;
}
.AnyTagClassName
{
color: #BB1F0C;
}
</style>
background-color css
<style>
a { background-color: #BB1F0C; }
a { background-color: rgb(187,31,12); }
div.DivClassName
{
background-color: #BB1F0C;
}
.BgClassName
{
background-color: #BB1F0C;
}
</style>
border-color css
<style>
span { border-color: #BB1F0C; }
span { border-color: rgb(187,31,12); }
td.TdClassName
{
border-color: #BB1F0C;
}
.TagClassName
{
border-color: #BB1F0C;
}
</style>