Shades of Fire Brick #BB1E1B
Tints of Fire Brick #BB1E1B
RGB
CMYK
RGB Variations
Color information
#BB1E1B (or 0xBB1E1B) is known color: Fire Brick. HEX triplet: BB, 1E and 1B. RGB value is (187,30,27). Sum of RGB (Red+Green+Blue) = 187+30+27=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E1B is #44E1E4. Grayscale: #4C4C4C. Windows color (decimal): -4514277 or 1777339. OLE color: 1777339.
HSL color Cylindrical-coordinate representation of color #BB1E1B: hue angle of 1.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1E1B is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 27 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.27 |
| HSL | 1.13º | 0.75% | 0.42% | - |
| HSV(B) | 1.13º | 0.86% | 0.73% | - |
| XYZ | 21.16 | 11.57 | 2.16 | - |
| YUV | 76.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 27 | 0 | 0.84 | 0.86 | 0.27 | 1.13 | 0.75 | 0.42 |
| Hex | BB | 1E | 1B | 0 | 54 | 56 | 1B | 1 | 4B | 2A |
| Octal | 273 | 36 | 33 | 0 | 124 | 126 | 33 | 1 | 113 | 52 |
| Binary | 10111011 | 11110 | 11011 | 0 | 1010100 | 1010110 | 11011 | 1 | 1001011 | 101010 |
Color Harmonies of #BB1E1B
Complementary color
Monochromatic Colors of #BB1E1B
Black with #BB1E1B
Text Example
Text Example
White with #BB1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E1B; }
p { color: rgb(187,30,27); }
H1.HeaderClassName
{
color: #BB1E1B;
}
.AnyTagClassName
{
color: #BB1E1B;
}
</style>
background-color css
<style>
a { background-color: #BB1E1B; }
a { background-color: rgb(187,30,27); }
div.DivClassName
{
background-color: #BB1E1B;
}
.BgClassName
{
background-color: #BB1E1B;
}
</style>
border-color css
<style>
span { border-color: #BB1E1B; }
span { border-color: rgb(187,30,27); }
td.TdClassName
{
border-color: #BB1E1B;
}
.TagClassName
{
border-color: #BB1E1B;
}
</style>