Shades of Fire Brick #BC1212
Tints of Fire Brick #BC1212
RGB
CMYK
RGB Variations
Color information
#BC1212 (or 0xBC1212) is known color: Fire Brick. HEX triplet: BC, 12 and 12. RGB value is (188,18,18). Sum of RGB (Red+Green+Blue) = 188+18+18=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1212 is #43EDED. Grayscale: #454545. Windows color (decimal): -4451822 or 1184444. OLE color: 1184444.
HSL color Cylindrical-coordinate representation of color #BC1212: hue angle of 0º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1212 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.26 |
| HSL | 0º | 0.83% | 0.4% | - |
| HSV(B) | 0º | 0.9% | 0.74% | - |
| XYZ | 21.06 | 11.17 | 1.62 | - |
| YUV | 68.83 | 99.32 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 18 | 0 | 0.90 | 0.90 | 0.26 | 0 | 0.83 | 0.4 |
| Hex | BC | 12 | 12 | 0 | 5A | 5A | 1A | 0 | 53 | 28 |
| Octal | 274 | 22 | 22 | 0 | 132 | 132 | 32 | 0 | 123 | 50 |
| Binary | 10111100 | 10010 | 10010 | 0 | 1011010 | 1011010 | 11010 | 0 | 1010011 | 101000 |
Color Harmonies of #BC1212
Complementary color
Monochromatic Colors of #BC1212
Black with #BC1212
Text Example
Text Example
White with #BC1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1212; }
p { color: rgb(188,18,18); }
H1.HeaderClassName
{
color: #BC1212;
}
.AnyTagClassName
{
color: #BC1212;
}
</style>
background-color css
<style>
a { background-color: #BC1212; }
a { background-color: rgb(188,18,18); }
div.DivClassName
{
background-color: #BC1212;
}
.BgClassName
{
background-color: #BC1212;
}
</style>
border-color css
<style>
span { border-color: #BC1212; }
span { border-color: rgb(188,18,18); }
td.TdClassName
{
border-color: #BC1212;
}
.TagClassName
{
border-color: #BC1212;
}
</style>