Shades of Fire Brick #BB2B1B
Tints of Fire Brick #BB2B1B
RGB
CMYK
RGB Variations
Color information
#BB2B1B (or 0xBB2B1B) is known color: Fire Brick. HEX triplet: BB, 2B and 1B. RGB value is (187,43,27). Sum of RGB (Red+Green+Blue) = 187+43+27=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B1B is #44D4E4. Grayscale: #545454. Windows color (decimal): -4510949 or 1780667. OLE color: 1780667.
HSL color Cylindrical-coordinate representation of color #BB2B1B: hue angle of 6º 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 #BB2B1B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 43 | 27 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.27 |
| HSL | 6º | 0.75% | 0.42% | - |
| HSV(B) | 6º | 0.86% | 0.73% | - |
| XYZ | 21.56 | 12.37 | 2.29 | - |
| YUV | 84.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 27 | 0 | 0.77 | 0.86 | 0.27 | 6 | 0.75 | 0.42 |
| Hex | BB | 2B | 1B | 0 | 4D | 56 | 1B | 6 | 4B | 2A |
| Octal | 273 | 53 | 33 | 0 | 115 | 126 | 33 | 6 | 113 | 52 |
| Binary | 10111011 | 101011 | 11011 | 0 | 1001101 | 1010110 | 11011 | 110 | 1001011 | 101010 |
Color Harmonies of #BB2B1B
Complementary color
Monochromatic Colors of #BB2B1B
Black with #BB2B1B
Text Example
Text Example
White with #BB2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2B1B; }
p { color: rgb(187,43,27); }
H1.HeaderClassName
{
color: #BB2B1B;
}
.AnyTagClassName
{
color: #BB2B1B;
}
</style>
background-color css
<style>
a { background-color: #BB2B1B; }
a { background-color: rgb(187,43,27); }
div.DivClassName
{
background-color: #BB2B1B;
}
.BgClassName
{
background-color: #BB2B1B;
}
</style>
border-color css
<style>
span { border-color: #BB2B1B; }
span { border-color: rgb(187,43,27); }
td.TdClassName
{
border-color: #BB2B1B;
}
.TagClassName
{
border-color: #BB2B1B;
}
</style>