Shades of Fire Brick #BC2416
Tints of Fire Brick #BC2416
RGB
CMYK
RGB Variations
Color information
#BC2416 (or 0xBC2416) is known color: Fire Brick. HEX triplet: BC, 24 and 16. RGB value is (188,36,22). Sum of RGB (Red+Green+Blue) = 188+36+22=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2416 is #43DBE9. Grayscale: #505050. Windows color (decimal): -4447210 or 1451196. OLE color: 1451196.
HSL color Cylindrical-coordinate representation of color #BC2416: hue angle of 5.06º degrees, saturation: 0.79, 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 #BC2416 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 22 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.26 |
| HSL | 5.06º | 0.79% | 0.41% | - |
| HSV(B) | 5.06º | 0.88% | 0.74% | - |
| XYZ | 21.51 | 12.01 | 1.94 | - |
| YUV | 79.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 22 | 0 | 0.81 | 0.88 | 0.26 | 5.06 | 0.79 | 0.41 |
| Hex | BC | 24 | 16 | 0 | 51 | 58 | 1A | 5 | 4F | 29 |
| Octal | 274 | 44 | 26 | 0 | 121 | 130 | 32 | 5 | 117 | 51 |
| Binary | 10111100 | 100100 | 10110 | 0 | 1010001 | 1011000 | 11010 | 101 | 1001111 | 101001 |
Color Harmonies of #BC2416
Complementary color
Monochromatic Colors of #BC2416
Black with #BC2416
Text Example
Text Example
White with #BC2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2416; }
p { color: rgb(188,36,22); }
H1.HeaderClassName
{
color: #BC2416;
}
.AnyTagClassName
{
color: #BC2416;
}
</style>
background-color css
<style>
a { background-color: #BC2416; }
a { background-color: rgb(188,36,22); }
div.DivClassName
{
background-color: #BC2416;
}
.BgClassName
{
background-color: #BC2416;
}
</style>
border-color css
<style>
span { border-color: #BC2416; }
span { border-color: rgb(188,36,22); }
td.TdClassName
{
border-color: #BC2416;
}
.TagClassName
{
border-color: #BC2416;
}
</style>