Shades of Fire Brick #BC200E
Tints of Fire Brick #BC200E
RGB
CMYK
RGB Variations
Color information
#BC200E (or 0xBC200E) is known color: Fire Brick. HEX triplet: BC, 20 and 0E. RGB value is (188,32,14). Sum of RGB (Red+Green+Blue) = 188+32+14=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC200E is #43DFF1. Grayscale: #4C4C4C. Windows color (decimal): -4448242 or 925884. OLE color: 925884.
HSL color Cylindrical-coordinate representation of color #BC200E: hue angle of 6.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC200E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 14 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.26 |
| HSL | 6.21º | 0.86% | 0.4% | - |
| HSV(B) | 6.21º | 0.93% | 0.74% | - |
| XYZ | 21.33 | 11.76 | 1.56 | - |
| YUV | 76.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 14 | 0 | 0.83 | 0.93 | 0.26 | 6.21 | 0.86 | 0.4 |
| Hex | BC | 20 | E | 0 | 53 | 5D | 1A | 6 | 56 | 28 |
| Octal | 274 | 40 | 16 | 0 | 123 | 135 | 32 | 6 | 126 | 50 |
| Binary | 10111100 | 100000 | 1110 | 0 | 1010011 | 1011101 | 11010 | 110 | 1010110 | 101000 |
Color Harmonies of #BC200E
Complementary color
Monochromatic Colors of #BC200E
Black with #BC200E
Text Example
Text Example
White with #BC200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC200E; }
p { color: rgb(188,32,14); }
H1.HeaderClassName
{
color: #BC200E;
}
.AnyTagClassName
{
color: #BC200E;
}
</style>
background-color css
<style>
a { background-color: #BC200E; }
a { background-color: rgb(188,32,14); }
div.DivClassName
{
background-color: #BC200E;
}
.BgClassName
{
background-color: #BC200E;
}
</style>
border-color css
<style>
span { border-color: #BC200E; }
span { border-color: rgb(188,32,14); }
td.TdClassName
{
border-color: #BC200E;
}
.TagClassName
{
border-color: #BC200E;
}
</style>