Shades of Fire Brick #BB2512
Tints of Fire Brick #BB2512
RGB
CMYK
RGB Variations
Color information
#BB2512 (or 0xBB2512) is known color: Fire Brick. HEX triplet: BB, 25 and 12. RGB value is (187,37,18). Sum of RGB (Red+Green+Blue) = 187+37+18=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2512 is #44DAED. Grayscale: #4F4F4F. Windows color (decimal): -4512494 or 1189307. OLE color: 1189307.
HSL color Cylindrical-coordinate representation of color #BB2512: hue angle of 6.75º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2512 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.27 |
| HSL | 6.75º | 0.82% | 0.4% | - |
| HSV(B) | 6.75º | 0.9% | 0.73% | - |
| XYZ | 21.26 | 11.93 | 1.75 | - |
| YUV | 79.68 | 93.2 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 18 | 0 | 0.80 | 0.90 | 0.27 | 6.75 | 0.82 | 0.4 |
| Hex | BB | 25 | 12 | 0 | 50 | 5A | 1B | 7 | 52 | 28 |
| Octal | 273 | 45 | 22 | 0 | 120 | 132 | 33 | 7 | 122 | 50 |
| Binary | 10111011 | 100101 | 10010 | 0 | 1010000 | 1011010 | 11011 | 111 | 1010010 | 101000 |
Color Harmonies of #BB2512
Complementary color
Monochromatic Colors of #BB2512
Black with #BB2512
Text Example
Text Example
White with #BB2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2512; }
p { color: rgb(187,37,18); }
H1.HeaderClassName
{
color: #BB2512;
}
.AnyTagClassName
{
color: #BB2512;
}
</style>
background-color css
<style>
a { background-color: #BB2512; }
a { background-color: rgb(187,37,18); }
div.DivClassName
{
background-color: #BB2512;
}
.BgClassName
{
background-color: #BB2512;
}
</style>
border-color css
<style>
span { border-color: #BB2512; }
span { border-color: rgb(187,37,18); }
td.TdClassName
{
border-color: #BB2512;
}
.TagClassName
{
border-color: #BB2512;
}
</style>