Shades of Fire Brick #BC1612
Tints of Fire Brick #BC1612
RGB
CMYK
RGB Variations
Color information
#BC1612 (or 0xBC1612) is known color: Fire Brick. HEX triplet: BC, 16 and 12. RGB value is (188,22,18). Sum of RGB (Red+Green+Blue) = 188+22+18=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1612 is #43E9ED. Grayscale: #474747. Windows color (decimal): -4450798 or 1185468. OLE color: 1185468.
HSL color Cylindrical-coordinate representation of color #BC1612: hue angle of 1.41º 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 #BC1612 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.26 |
| HSL | 1.41º | 0.83% | 0.4% | - |
| HSV(B) | 1.41º | 0.9% | 0.74% | - |
| XYZ | 21.14 | 11.31 | 1.64 | - |
| YUV | 71.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 18 | 0 | 0.88 | 0.90 | 0.26 | 1.41 | 0.83 | 0.4 |
| Hex | BC | 16 | 12 | 0 | 58 | 5A | 1A | 1 | 53 | 28 |
| Octal | 274 | 26 | 22 | 0 | 130 | 132 | 32 | 1 | 123 | 50 |
| Binary | 10111100 | 10110 | 10010 | 0 | 1011000 | 1011010 | 11010 | 1 | 1010011 | 101000 |
Color Harmonies of #BC1612
Complementary color
Monochromatic Colors of #BC1612
Black with #BC1612
Text Example
Text Example
White with #BC1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1612; }
p { color: rgb(188,22,18); }
H1.HeaderClassName
{
color: #BC1612;
}
.AnyTagClassName
{
color: #BC1612;
}
</style>
background-color css
<style>
a { background-color: #BC1612; }
a { background-color: rgb(188,22,18); }
div.DivClassName
{
background-color: #BC1612;
}
.BgClassName
{
background-color: #BC1612;
}
</style>
border-color css
<style>
span { border-color: #BC1612; }
span { border-color: rgb(188,22,18); }
td.TdClassName
{
border-color: #BC1612;
}
.TagClassName
{
border-color: #BC1612;
}
</style>