Shades of Fire Brick #BC170E
Tints of Fire Brick #BC170E
RGB
CMYK
RGB Variations
Color information
#BC170E (or 0xBC170E) is known color: Fire Brick. HEX triplet: BC, 17 and 0E. RGB value is (188,23,14). Sum of RGB (Red+Green+Blue) = 188+23+14=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC170E is #43E8F1. Grayscale: #474747. Windows color (decimal): -4450546 or 923580. OLE color: 923580.
HSL color Cylindrical-coordinate representation of color #BC170E: hue angle of 3.1º 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 #BC170E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.26 |
| HSL | 3.1º | 0.86% | 0.4% | - |
| HSV(B) | 3.1º | 0.93% | 0.74% | - |
| XYZ | 21.12 | 11.34 | 1.49 | - |
| YUV | 71.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 14 | 0 | 0.88 | 0.93 | 0.26 | 3.1 | 0.86 | 0.4 |
| Hex | BC | 17 | E | 0 | 58 | 5D | 1A | 3 | 56 | 28 |
| Octal | 274 | 27 | 16 | 0 | 130 | 135 | 32 | 3 | 126 | 50 |
| Binary | 10111100 | 10111 | 1110 | 0 | 1011000 | 1011101 | 11010 | 11 | 1010110 | 101000 |
Color Harmonies of #BC170E
Complementary color
Monochromatic Colors of #BC170E
Black with #BC170E
Text Example
Text Example
White with #BC170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC170E; }
p { color: rgb(188,23,14); }
H1.HeaderClassName
{
color: #BC170E;
}
.AnyTagClassName
{
color: #BC170E;
}
</style>
background-color css
<style>
a { background-color: #BC170E; }
a { background-color: rgb(188,23,14); }
div.DivClassName
{
background-color: #BC170E;
}
.BgClassName
{
background-color: #BC170E;
}
</style>
border-color css
<style>
span { border-color: #BC170E; }
span { border-color: rgb(188,23,14); }
td.TdClassName
{
border-color: #BC170E;
}
.TagClassName
{
border-color: #BC170E;
}
</style>