Shades of Fire Brick #BC1917
Tints of Fire Brick #BC1917
RGB
CMYK
RGB Variations
Color information
#BC1917 (or 0xBC1917) is known color: Fire Brick. HEX triplet: BC, 19 and 17. RGB value is (188,25,23). Sum of RGB (Red+Green+Blue) = 188+25+23=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1917 is #43E6E8. Grayscale: #494949. Windows color (decimal): -4450025 or 1513916. OLE color: 1513916.
HSL color Cylindrical-coordinate representation of color #BC1917: hue angle of 0.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1917 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 23 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.26 |
| HSL | 0.73º | 0.78% | 0.41% | - |
| HSV(B) | 0.73º | 0.88% | 0.74% | - |
| XYZ | 21.24 | 11.45 | 1.9 | - |
| YUV | 73.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 23 | 0 | 0.87 | 0.88 | 0.26 | 0.73 | 0.78 | 0.41 |
| Hex | BC | 19 | 17 | 0 | 57 | 58 | 1A | 1 | 4E | 29 |
| Octal | 274 | 31 | 27 | 0 | 127 | 130 | 32 | 1 | 116 | 51 |
| Binary | 10111100 | 11001 | 10111 | 0 | 1010111 | 1011000 | 11010 | 1 | 1001110 | 101001 |
Color Harmonies of #BC1917
Complementary color
Monochromatic Colors of #BC1917
Black with #BC1917
Text Example
Text Example
White with #BC1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1917; }
p { color: rgb(188,25,23); }
H1.HeaderClassName
{
color: #BC1917;
}
.AnyTagClassName
{
color: #BC1917;
}
</style>
background-color css
<style>
a { background-color: #BC1917; }
a { background-color: rgb(188,25,23); }
div.DivClassName
{
background-color: #BC1917;
}
.BgClassName
{
background-color: #BC1917;
}
</style>
border-color css
<style>
span { border-color: #BC1917; }
span { border-color: rgb(188,25,23); }
td.TdClassName
{
border-color: #BC1917;
}
.TagClassName
{
border-color: #BC1917;
}
</style>