Shades of Fire Brick #BC2817
Tints of Fire Brick #BC2817
RGB
CMYK
RGB Variations
Color information
#BC2817 (or 0xBC2817) is known color: Fire Brick. HEX triplet: BC, 28 and 17. RGB value is (188,40,23). Sum of RGB (Red+Green+Blue) = 188+40+23=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2817 is #43D7E8. Grayscale: #525252. Windows color (decimal): -4446185 or 1517756. OLE color: 1517756.
HSL color Cylindrical-coordinate representation of color #BC2817: hue angle of 6.18º 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 #BC2817 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 23 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.26 |
| HSL | 6.18º | 0.78% | 0.41% | - |
| HSV(B) | 6.18º | 0.88% | 0.74% | - |
| XYZ | 21.65 | 12.27 | 2.04 | - |
| YUV | 82.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 23 | 0 | 0.79 | 0.88 | 0.26 | 6.18 | 0.78 | 0.41 |
| Hex | BC | 28 | 17 | 0 | 4F | 58 | 1A | 6 | 4E | 29 |
| Octal | 274 | 50 | 27 | 0 | 117 | 130 | 32 | 6 | 116 | 51 |
| Binary | 10111100 | 101000 | 10111 | 0 | 1001111 | 1011000 | 11010 | 110 | 1001110 | 101001 |
Color Harmonies of #BC2817
Complementary color
Monochromatic Colors of #BC2817
Black with #BC2817
Text Example
Text Example
White with #BC2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2817; }
p { color: rgb(188,40,23); }
H1.HeaderClassName
{
color: #BC2817;
}
.AnyTagClassName
{
color: #BC2817;
}
</style>
background-color css
<style>
a { background-color: #BC2817; }
a { background-color: rgb(188,40,23); }
div.DivClassName
{
background-color: #BC2817;
}
.BgClassName
{
background-color: #BC2817;
}
</style>
border-color css
<style>
span { border-color: #BC2817; }
span { border-color: rgb(188,40,23); }
td.TdClassName
{
border-color: #BC2817;
}
.TagClassName
{
border-color: #BC2817;
}
</style>