Shades of Fire Brick #BC2217
Tints of Fire Brick #BC2217
RGB
CMYK
RGB Variations
Color information
#BC2217 (or 0xBC2217) is known color: Fire Brick. HEX triplet: BC, 22 and 17. RGB value is (188,34,23). Sum of RGB (Red+Green+Blue) = 188+34+23=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2217 is #43DDE8. Grayscale: #4E4E4E. Windows color (decimal): -4447721 or 1516220. OLE color: 1516220.
HSL color Cylindrical-coordinate representation of color #BC2217: hue angle of 4º 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 #BC2217 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 23 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.26 |
| HSL | 4º | 0.78% | 0.41% | - |
| HSV(B) | 4º | 0.88% | 0.74% | - |
| XYZ | 21.47 | 11.9 | 1.98 | - |
| YUV | 78.79 | 96.52 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 23 | 0 | 0.82 | 0.88 | 0.26 | 4 | 0.78 | 0.41 |
| Hex | BC | 22 | 17 | 0 | 52 | 58 | 1A | 4 | 4E | 29 |
| Octal | 274 | 42 | 27 | 0 | 122 | 130 | 32 | 4 | 116 | 51 |
| Binary | 10111100 | 100010 | 10111 | 0 | 1010010 | 1011000 | 11010 | 100 | 1001110 | 101001 |
Color Harmonies of #BC2217
Complementary color
Monochromatic Colors of #BC2217
Black with #BC2217
Text Example
Text Example
White with #BC2217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2217; }
p { color: rgb(188,34,23); }
H1.HeaderClassName
{
color: #BC2217;
}
.AnyTagClassName
{
color: #BC2217;
}
</style>
background-color css
<style>
a { background-color: #BC2217; }
a { background-color: rgb(188,34,23); }
div.DivClassName
{
background-color: #BC2217;
}
.BgClassName
{
background-color: #BC2217;
}
</style>
border-color css
<style>
span { border-color: #BC2217; }
span { border-color: rgb(188,34,23); }
td.TdClassName
{
border-color: #BC2217;
}
.TagClassName
{
border-color: #BC2217;
}
</style>