Shades of Fire Brick #BC2212
Tints of Fire Brick #BC2212
RGB
CMYK
RGB Variations
Color information
#BC2212 (or 0xBC2212) is known color: Fire Brick. HEX triplet: BC, 22 and 12. RGB value is (188,34,18). Sum of RGB (Red+Green+Blue) = 188+34+18=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2212 is #43DDED. Grayscale: #4E4E4E. Windows color (decimal): -4447726 or 1188540. OLE color: 1188540.
HSL color Cylindrical-coordinate representation of color #BC2212: hue angle of 5.65º 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 #BC2212 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 18 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.26 |
| HSL | 5.65º | 0.83% | 0.4% | - |
| HSV(B) | 5.65º | 0.9% | 0.74% | - |
| XYZ | 21.42 | 11.88 | 1.74 | - |
| YUV | 78.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 18 | 0 | 0.82 | 0.90 | 0.26 | 5.65 | 0.83 | 0.4 |
| Hex | BC | 22 | 12 | 0 | 52 | 5A | 1A | 6 | 53 | 28 |
| Octal | 274 | 42 | 22 | 0 | 122 | 132 | 32 | 6 | 123 | 50 |
| Binary | 10111100 | 100010 | 10010 | 0 | 1010010 | 1011010 | 11010 | 110 | 1010011 | 101000 |
Color Harmonies of #BC2212
Complementary color
Monochromatic Colors of #BC2212
Black with #BC2212
Text Example
Text Example
White with #BC2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2212; }
p { color: rgb(188,34,18); }
H1.HeaderClassName
{
color: #BC2212;
}
.AnyTagClassName
{
color: #BC2212;
}
</style>
background-color css
<style>
a { background-color: #BC2212; }
a { background-color: rgb(188,34,18); }
div.DivClassName
{
background-color: #BC2212;
}
.BgClassName
{
background-color: #BC2212;
}
</style>
border-color css
<style>
span { border-color: #BC2212; }
span { border-color: rgb(188,34,18); }
td.TdClassName
{
border-color: #BC2212;
}
.TagClassName
{
border-color: #BC2212;
}
</style>