Shades of Fire Brick #BC1E11
Tints of Fire Brick #BC1E11
RGB
CMYK
RGB Variations
Color information
#BC1E11 (or 0xBC1E11) is known color: Fire Brick. HEX triplet: BC, 1E and 11. RGB value is (188,30,17). Sum of RGB (Red+Green+Blue) = 188+30+17=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E11 is #43E1EE. Grayscale: #4B4B4B. Windows color (decimal): -4448751 or 1121980. OLE color: 1121980.
HSL color Cylindrical-coordinate representation of color #BC1E11: hue angle of 4.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1E11 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 17 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.26 |
| HSL | 4.56º | 0.83% | 0.4% | - |
| HSV(B) | 4.56º | 0.91% | 0.74% | - |
| XYZ | 21.3 | 11.66 | 1.66 | - |
| YUV | 75.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 17 | 0 | 0.84 | 0.91 | 0.26 | 4.56 | 0.83 | 0.4 |
| Hex | BC | 1E | 11 | 0 | 54 | 5B | 1A | 5 | 53 | 28 |
| Octal | 274 | 36 | 21 | 0 | 124 | 133 | 32 | 5 | 123 | 50 |
| Binary | 10111100 | 11110 | 10001 | 0 | 1010100 | 1011011 | 11010 | 101 | 1010011 | 101000 |
Color Harmonies of #BC1E11
Complementary color
Monochromatic Colors of #BC1E11
Black with #BC1E11
Text Example
Text Example
White with #BC1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E11; }
p { color: rgb(188,30,17); }
H1.HeaderClassName
{
color: #BC1E11;
}
.AnyTagClassName
{
color: #BC1E11;
}
</style>
background-color css
<style>
a { background-color: #BC1E11; }
a { background-color: rgb(188,30,17); }
div.DivClassName
{
background-color: #BC1E11;
}
.BgClassName
{
background-color: #BC1E11;
}
</style>
border-color css
<style>
span { border-color: #BC1E11; }
span { border-color: rgb(188,30,17); }
td.TdClassName
{
border-color: #BC1E11;
}
.TagClassName
{
border-color: #BC1E11;
}
</style>