Shades of Fire Brick #BC1E14
Tints of Fire Brick #BC1E14
RGB
CMYK
RGB Variations
Color information
#BC1E14 (or 0xBC1E14) is known color: Fire Brick. HEX triplet: BC, 1E and 14. RGB value is (188,30,20). Sum of RGB (Red+Green+Blue) = 188+30+20=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E14 is #43E1EB. Grayscale: #4C4C4C. Windows color (decimal): -4448748 or 1318588. OLE color: 1318588.
HSL color Cylindrical-coordinate representation of color #BC1E14: hue angle of 3.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1E14 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 20 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.26 |
| HSL | 3.57º | 0.81% | 0.41% | - |
| HSV(B) | 3.57º | 0.89% | 0.74% | - |
| XYZ | 21.33 | 11.67 | 1.79 | - |
| YUV | 76.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 20 | 0 | 0.84 | 0.89 | 0.26 | 3.57 | 0.81 | 0.41 |
| Hex | BC | 1E | 14 | 0 | 54 | 59 | 1A | 4 | 51 | 29 |
| Octal | 274 | 36 | 24 | 0 | 124 | 131 | 32 | 4 | 121 | 51 |
| Binary | 10111100 | 11110 | 10100 | 0 | 1010100 | 1011001 | 11010 | 100 | 1010001 | 101001 |
Color Harmonies of #BC1E14
Complementary color
Monochromatic Colors of #BC1E14
Black with #BC1E14
Text Example
Text Example
White with #BC1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E14; }
p { color: rgb(188,30,20); }
H1.HeaderClassName
{
color: #BC1E14;
}
.AnyTagClassName
{
color: #BC1E14;
}
</style>
background-color css
<style>
a { background-color: #BC1E14; }
a { background-color: rgb(188,30,20); }
div.DivClassName
{
background-color: #BC1E14;
}
.BgClassName
{
background-color: #BC1E14;
}
</style>
border-color css
<style>
span { border-color: #BC1E14; }
span { border-color: rgb(188,30,20); }
td.TdClassName
{
border-color: #BC1E14;
}
.TagClassName
{
border-color: #BC1E14;
}
</style>