Shades of Fire Brick #BB1E0A
Tints of Fire Brick #BB1E0A
RGB
CMYK
RGB Variations
Color information
#BB1E0A (or 0xBB1E0A) is known color: Fire Brick. HEX triplet: BB, 1E and 0A. RGB value is (187,30,10). Sum of RGB (Red+Green+Blue) = 187+30+10=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1E0A is #44E1F5. Grayscale: #4A4A4A. Windows color (decimal): -4514294 or 663227. OLE color: 663227.
HSL color Cylindrical-coordinate representation of color #BB1E0A: hue angle of 6.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB1E0A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.27 |
| HSL | 6.78º | 0.9% | 0.39% | - |
| HSV(B) | 6.78º | 0.95% | 0.73% | - |
| XYZ | 21.01 | 11.52 | 1.4 | - |
| YUV | 74.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 10 | 0 | 0.84 | 0.95 | 0.27 | 6.78 | 0.9 | 0.39 |
| Hex | BB | 1E | A | 0 | 54 | 5F | 1B | 7 | 5A | 27 |
| Octal | 273 | 36 | 12 | 0 | 124 | 137 | 33 | 7 | 132 | 47 |
| Binary | 10111011 | 11110 | 1010 | 0 | 1010100 | 1011111 | 11011 | 111 | 1011010 | 100111 |
Color Harmonies of #BB1E0A
Complementary color
Monochromatic Colors of #BB1E0A
Black with #BB1E0A
Text Example
Text Example
White with #BB1E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E0A; }
p { color: rgb(187,30,10); }
H1.HeaderClassName
{
color: #BB1E0A;
}
.AnyTagClassName
{
color: #BB1E0A;
}
</style>
background-color css
<style>
a { background-color: #BB1E0A; }
a { background-color: rgb(187,30,10); }
div.DivClassName
{
background-color: #BB1E0A;
}
.BgClassName
{
background-color: #BB1E0A;
}
</style>
border-color css
<style>
span { border-color: #BB1E0A; }
span { border-color: rgb(187,30,10); }
td.TdClassName
{
border-color: #BB1E0A;
}
.TagClassName
{
border-color: #BB1E0A;
}
</style>