Shades of Fire Brick #BB2F2C
Tints of Fire Brick #BB2F2C
RGB
CMYK
RGB Variations
Color information
#BB2F2C (or 0xBB2F2C) is known color: Fire Brick. HEX triplet: BB, 2F and 2C. RGB value is (187,47,44). Sum of RGB (Red+Green+Blue) = 187+47+44=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F2C is #44D0D3. Grayscale: #585858. Windows color (decimal): -4509908 or 2895803. OLE color: 2895803.
HSL color Cylindrical-coordinate representation of color #BB2F2C: hue angle of 1.26º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2F2C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 44 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.27 |
| HSL | 1.26º | 0.62% | 0.45% | - |
| HSV(B) | 1.26º | 0.76% | 0.73% | - |
| XYZ | 21.96 | 12.78 | 3.69 | - |
| YUV | 88.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 44 | 0 | 0.75 | 0.76 | 0.27 | 1.26 | 0.62 | 0.45 |
| Hex | BB | 2F | 2C | 0 | 4B | 4C | 1B | 1 | 3E | 2D |
| Octal | 273 | 57 | 54 | 0 | 113 | 114 | 33 | 1 | 76 | 55 |
| Binary | 10111011 | 101111 | 101100 | 0 | 1001011 | 1001100 | 11011 | 1 | 111110 | 101101 |
Color Harmonies of #BB2F2C
Complementary color
Monochromatic Colors of #BB2F2C
Black with #BB2F2C
Text Example
Text Example
White with #BB2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F2C; }
p { color: rgb(187,47,44); }
H1.HeaderClassName
{
color: #BB2F2C;
}
.AnyTagClassName
{
color: #BB2F2C;
}
</style>
background-color css
<style>
a { background-color: #BB2F2C; }
a { background-color: rgb(187,47,44); }
div.DivClassName
{
background-color: #BB2F2C;
}
.BgClassName
{
background-color: #BB2F2C;
}
</style>
border-color css
<style>
span { border-color: #BB2F2C; }
span { border-color: rgb(187,47,44); }
td.TdClassName
{
border-color: #BB2F2C;
}
.TagClassName
{
border-color: #BB2F2C;
}
</style>