Shades of Fire Brick #BC2112
Tints of Fire Brick #BC2112
RGB
CMYK
RGB Variations
Color information
#BC2112 (or 0xBC2112) is known color: Fire Brick. HEX triplet: BC, 21 and 12. RGB value is (188,33,18). Sum of RGB (Red+Green+Blue) = 188+33+18=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2112 is #43DEED. Grayscale: #4D4D4D. Windows color (decimal): -4447982 or 1188284. OLE color: 1188284.
HSL color Cylindrical-coordinate representation of color #BC2112: hue angle of 5.29º 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 #BC2112 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 18 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.26 |
| HSL | 5.29º | 0.83% | 0.4% | - |
| HSV(B) | 5.29º | 0.9% | 0.74% | - |
| XYZ | 21.39 | 11.82 | 1.73 | - |
| YUV | 77.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 18 | 0 | 0.82 | 0.90 | 0.26 | 5.29 | 0.83 | 0.4 |
| Hex | BC | 21 | 12 | 0 | 52 | 5A | 1A | 5 | 53 | 28 |
| Octal | 274 | 41 | 22 | 0 | 122 | 132 | 32 | 5 | 123 | 50 |
| Binary | 10111100 | 100001 | 10010 | 0 | 1010010 | 1011010 | 11010 | 101 | 1010011 | 101000 |
Color Harmonies of #BC2112
Complementary color
Monochromatic Colors of #BC2112
Black with #BC2112
Text Example
Text Example
White with #BC2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2112; }
p { color: rgb(188,33,18); }
H1.HeaderClassName
{
color: #BC2112;
}
.AnyTagClassName
{
color: #BC2112;
}
</style>
background-color css
<style>
a { background-color: #BC2112; }
a { background-color: rgb(188,33,18); }
div.DivClassName
{
background-color: #BC2112;
}
.BgClassName
{
background-color: #BC2112;
}
</style>
border-color css
<style>
span { border-color: #BC2112; }
span { border-color: rgb(188,33,18); }
td.TdClassName
{
border-color: #BC2112;
}
.TagClassName
{
border-color: #BC2112;
}
</style>