Shades of Fire Brick #BC2417
Tints of Fire Brick #BC2417
RGB
CMYK
RGB Variations
Color information
#BC2417 (or 0xBC2417) is known color: Fire Brick. HEX triplet: BC, 24 and 17. RGB value is (188,36,23). Sum of RGB (Red+Green+Blue) = 188+36+23=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2417 is #43DBE8. Grayscale: #505050. Windows color (decimal): -4447209 or 1516732. OLE color: 1516732.
HSL color Cylindrical-coordinate representation of color #BC2417: hue angle of 4.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 #BC2417 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 23 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.26 |
| HSL | 4.73º | 0.78% | 0.41% | - |
| HSV(B) | 4.73º | 0.88% | 0.74% | - |
| XYZ | 21.52 | 12.01 | 2 | - |
| YUV | 79.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 23 | 0 | 0.81 | 0.88 | 0.26 | 4.73 | 0.78 | 0.41 |
| Hex | BC | 24 | 17 | 0 | 51 | 58 | 1A | 5 | 4E | 29 |
| Octal | 274 | 44 | 27 | 0 | 121 | 130 | 32 | 5 | 116 | 51 |
| Binary | 10111100 | 100100 | 10111 | 0 | 1010001 | 1011000 | 11010 | 101 | 1001110 | 101001 |
Color Harmonies of #BC2417
Complementary color
Monochromatic Colors of #BC2417
Black with #BC2417
Text Example
Text Example
White with #BC2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2417; }
p { color: rgb(188,36,23); }
H1.HeaderClassName
{
color: #BC2417;
}
.AnyTagClassName
{
color: #BC2417;
}
</style>
background-color css
<style>
a { background-color: #BC2417; }
a { background-color: rgb(188,36,23); }
div.DivClassName
{
background-color: #BC2417;
}
.BgClassName
{
background-color: #BC2417;
}
</style>
border-color css
<style>
span { border-color: #BC2417; }
span { border-color: rgb(188,36,23); }
td.TdClassName
{
border-color: #BC2417;
}
.TagClassName
{
border-color: #BC2417;
}
</style>