Shades of Fire Brick #BC1E0E
Tints of Fire Brick #BC1E0E
RGB
CMYK
RGB Variations
Color information
#BC1E0E (or 0xBC1E0E) is known color: Fire Brick. HEX triplet: BC, 1E and 0E. RGB value is (188,30,14). Sum of RGB (Red+Green+Blue) = 188+30+14=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E0E is #43E1F1. Grayscale: #4B4B4B. Windows color (decimal): -4448754 or 925372. OLE color: 925372.
HSL color Cylindrical-coordinate representation of color #BC1E0E: hue angle of 5.52º 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 #BC1E0E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.26 |
| HSL | 5.52º | 0.86% | 0.4% | - |
| HSV(B) | 5.52º | 0.93% | 0.74% | - |
| XYZ | 21.28 | 11.65 | 1.54 | - |
| YUV | 75.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 14 | 0 | 0.84 | 0.93 | 0.26 | 5.52 | 0.86 | 0.4 |
| Hex | BC | 1E | E | 0 | 54 | 5D | 1A | 6 | 56 | 28 |
| Octal | 274 | 36 | 16 | 0 | 124 | 135 | 32 | 6 | 126 | 50 |
| Binary | 10111100 | 11110 | 1110 | 0 | 1010100 | 1011101 | 11010 | 110 | 1010110 | 101000 |
Color Harmonies of #BC1E0E
Complementary color
Monochromatic Colors of #BC1E0E
Black with #BC1E0E
Text Example
Text Example
White with #BC1E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E0E; }
p { color: rgb(188,30,14); }
H1.HeaderClassName
{
color: #BC1E0E;
}
.AnyTagClassName
{
color: #BC1E0E;
}
</style>
background-color css
<style>
a { background-color: #BC1E0E; }
a { background-color: rgb(188,30,14); }
div.DivClassName
{
background-color: #BC1E0E;
}
.BgClassName
{
background-color: #BC1E0E;
}
</style>
border-color css
<style>
span { border-color: #BC1E0E; }
span { border-color: rgb(188,30,14); }
td.TdClassName
{
border-color: #BC1E0E;
}
.TagClassName
{
border-color: #BC1E0E;
}
</style>