Shades of Fire Brick #BC1412
Tints of Fire Brick #BC1412
RGB
CMYK
RGB Variations
Color information
#BC1412 (or 0xBC1412) is known color: Fire Brick. HEX triplet: BC, 14 and 12. RGB value is (188,20,18). Sum of RGB (Red+Green+Blue) = 188+20+18=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1412 is #43EBED. Grayscale: #464646. Windows color (decimal): -4451310 or 1184956. OLE color: 1184956.
HSL color Cylindrical-coordinate representation of color #BC1412: hue angle of 0.71º 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 #BC1412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.26 |
| HSL | 0.71º | 0.83% | 0.4% | - |
| HSV(B) | 0.71º | 0.9% | 0.74% | - |
| XYZ | 21.1 | 11.24 | 1.63 | - |
| YUV | 70 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 18 | 0 | 0.89 | 0.90 | 0.26 | 0.71 | 0.83 | 0.4 |
| Hex | BC | 14 | 12 | 0 | 59 | 5A | 1A | 1 | 53 | 28 |
| Octal | 274 | 24 | 22 | 0 | 131 | 132 | 32 | 1 | 123 | 50 |
| Binary | 10111100 | 10100 | 10010 | 0 | 1011001 | 1011010 | 11010 | 1 | 1010011 | 101000 |
Color Harmonies of #BC1412
Complementary color
Monochromatic Colors of #BC1412
Black with #BC1412
Text Example
Text Example
White with #BC1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1412; }
p { color: rgb(188,20,18); }
H1.HeaderClassName
{
color: #BC1412;
}
.AnyTagClassName
{
color: #BC1412;
}
</style>
background-color css
<style>
a { background-color: #BC1412; }
a { background-color: rgb(188,20,18); }
div.DivClassName
{
background-color: #BC1412;
}
.BgClassName
{
background-color: #BC1412;
}
</style>
border-color css
<style>
span { border-color: #BC1412; }
span { border-color: rgb(188,20,18); }
td.TdClassName
{
border-color: #BC1412;
}
.TagClassName
{
border-color: #BC1412;
}
</style>