Shades of Fire Brick #BB2A1E
Tints of Fire Brick #BB2A1E
RGB
CMYK
RGB Variations
Color information
#BB2A1E (or 0xBB2A1E) is known color: Fire Brick. HEX triplet: BB, 2A and 1E. RGB value is (187,42,30). Sum of RGB (Red+Green+Blue) = 187+42+30=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A1E is #44D5E1. Grayscale: #545454. Windows color (decimal): -4511202 or 1977019. OLE color: 1977019.
HSL color Cylindrical-coordinate representation of color #BB2A1E: hue angle of 4.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB2A1E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 30 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.27 |
| HSL | 4.59º | 0.72% | 0.43% | - |
| HSV(B) | 4.59º | 0.84% | 0.73% | - |
| XYZ | 21.56 | 12.31 | 2.47 | - |
| YUV | 83.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 30 | 0 | 0.78 | 0.84 | 0.27 | 4.59 | 0.72 | 0.43 |
| Hex | BB | 2A | 1E | 0 | 4E | 54 | 1B | 5 | 48 | 2B |
| Octal | 273 | 52 | 36 | 0 | 116 | 124 | 33 | 5 | 110 | 53 |
| Binary | 10111011 | 101010 | 11110 | 0 | 1001110 | 1010100 | 11011 | 101 | 1001000 | 101011 |
Color Harmonies of #BB2A1E
Complementary color
Monochromatic Colors of #BB2A1E
Black with #BB2A1E
Text Example
Text Example
White with #BB2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A1E; }
p { color: rgb(187,42,30); }
H1.HeaderClassName
{
color: #BB2A1E;
}
.AnyTagClassName
{
color: #BB2A1E;
}
</style>
background-color css
<style>
a { background-color: #BB2A1E; }
a { background-color: rgb(187,42,30); }
div.DivClassName
{
background-color: #BB2A1E;
}
.BgClassName
{
background-color: #BB2A1E;
}
</style>
border-color css
<style>
span { border-color: #BB2A1E; }
span { border-color: rgb(187,42,30); }
td.TdClassName
{
border-color: #BB2A1E;
}
.TagClassName
{
border-color: #BB2A1E;
}
</style>