Shades of Fire Brick #BC2012
Tints of Fire Brick #BC2012
RGB
CMYK
RGB Variations
Color information
#BC2012 (or 0xBC2012) is known color: Fire Brick. HEX triplet: BC, 20 and 12. RGB value is (188,32,18). Sum of RGB (Red+Green+Blue) = 188+32+18=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2012 is #43DFED. Grayscale: #4D4D4D. Windows color (decimal): -4448238 or 1188028. OLE color: 1188028.
HSL color Cylindrical-coordinate representation of color #BC2012: hue angle of 4.94º 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 #BC2012 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 18 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.26 |
| HSL | 4.94º | 0.83% | 0.4% | - |
| HSV(B) | 4.94º | 0.9% | 0.74% | - |
| XYZ | 21.36 | 11.77 | 1.72 | - |
| YUV | 77.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 18 | 0 | 0.83 | 0.90 | 0.26 | 4.94 | 0.83 | 0.4 |
| Hex | BC | 20 | 12 | 0 | 53 | 5A | 1A | 5 | 53 | 28 |
| Octal | 274 | 40 | 22 | 0 | 123 | 132 | 32 | 5 | 123 | 50 |
| Binary | 10111100 | 100000 | 10010 | 0 | 1010011 | 1011010 | 11010 | 101 | 1010011 | 101000 |
Color Harmonies of #BC2012
Complementary color
Monochromatic Colors of #BC2012
Black with #BC2012
Text Example
Text Example
White with #BC2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2012; }
p { color: rgb(188,32,18); }
H1.HeaderClassName
{
color: #BC2012;
}
.AnyTagClassName
{
color: #BC2012;
}
</style>
background-color css
<style>
a { background-color: #BC2012; }
a { background-color: rgb(188,32,18); }
div.DivClassName
{
background-color: #BC2012;
}
.BgClassName
{
background-color: #BC2012;
}
</style>
border-color css
<style>
span { border-color: #BC2012; }
span { border-color: rgb(188,32,18); }
td.TdClassName
{
border-color: #BC2012;
}
.TagClassName
{
border-color: #BC2012;
}
</style>