Shades of Fire Brick #BB1D0C
Tints of Fire Brick #BB1D0C
RGB
CMYK
RGB Variations
Color information
#BB1D0C (or 0xBB1D0C) is known color: Fire Brick. HEX triplet: BB, 1D and 0C. RGB value is (187,29,12). Sum of RGB (Red+Green+Blue) = 187+29+12=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D0C is #44E2F3. Grayscale: #4A4A4A. Windows color (decimal): -4514548 or 794043. OLE color: 794043.
HSL color Cylindrical-coordinate representation of color #BB1D0C: hue angle of 5.83º 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 #BB1D0C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.27 |
| HSL | 5.83º | 0.88% | 0.39% | - |
| HSV(B) | 5.83º | 0.94% | 0.73% | - |
| XYZ | 21 | 11.47 | 1.45 | - |
| YUV | 74.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 12 | 0 | 0.84 | 0.94 | 0.27 | 5.83 | 0.88 | 0.39 |
| Hex | BB | 1D | C | 0 | 54 | 5E | 1B | 6 | 58 | 27 |
| Octal | 273 | 35 | 14 | 0 | 124 | 136 | 33 | 6 | 130 | 47 |
| Binary | 10111011 | 11101 | 1100 | 0 | 1010100 | 1011110 | 11011 | 110 | 1011000 | 100111 |
Color Harmonies of #BB1D0C
Complementary color
Monochromatic Colors of #BB1D0C
Black with #BB1D0C
Text Example
Text Example
White with #BB1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D0C; }
p { color: rgb(187,29,12); }
H1.HeaderClassName
{
color: #BB1D0C;
}
.AnyTagClassName
{
color: #BB1D0C;
}
</style>
background-color css
<style>
a { background-color: #BB1D0C; }
a { background-color: rgb(187,29,12); }
div.DivClassName
{
background-color: #BB1D0C;
}
.BgClassName
{
background-color: #BB1D0C;
}
</style>
border-color css
<style>
span { border-color: #BB1D0C; }
span { border-color: rgb(187,29,12); }
td.TdClassName
{
border-color: #BB1D0C;
}
.TagClassName
{
border-color: #BB1D0C;
}
</style>