Shades of Fire Brick #BC1817
Tints of Fire Brick #BC1817
RGB
CMYK
RGB Variations
Color information
#BC1817 (or 0xBC1817) is known color: Fire Brick. HEX triplet: BC, 18 and 17. RGB value is (188,24,23). Sum of RGB (Red+Green+Blue) = 188+24+23=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1817 is #43E7E8. Grayscale: #494949. Windows color (decimal): -4450281 or 1513660. OLE color: 1513660.
HSL color Cylindrical-coordinate representation of color #BC1817: hue angle of 0.36º 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 #BC1817 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 23 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.26 |
| HSL | 0.36º | 0.78% | 0.41% | - |
| HSV(B) | 0.36º | 0.88% | 0.74% | - |
| XYZ | 21.22 | 11.41 | 1.89 | - |
| YUV | 72.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 23 | 0 | 0.87 | 0.88 | 0.26 | 0.36 | 0.78 | 0.41 |
| Hex | BC | 18 | 17 | 0 | 57 | 58 | 1A | 0 | 4E | 29 |
| Octal | 274 | 30 | 27 | 0 | 127 | 130 | 32 | 0 | 116 | 51 |
| Binary | 10111100 | 11000 | 10111 | 0 | 1010111 | 1011000 | 11010 | 0 | 1001110 | 101001 |
Color Harmonies of #BC1817
Complementary color
Monochromatic Colors of #BC1817
Black with #BC1817
Text Example
Text Example
White with #BC1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1817; }
p { color: rgb(188,24,23); }
H1.HeaderClassName
{
color: #BC1817;
}
.AnyTagClassName
{
color: #BC1817;
}
</style>
background-color css
<style>
a { background-color: #BC1817; }
a { background-color: rgb(188,24,23); }
div.DivClassName
{
background-color: #BC1817;
}
.BgClassName
{
background-color: #BC1817;
}
</style>
border-color css
<style>
span { border-color: #BC1817; }
span { border-color: rgb(188,24,23); }
td.TdClassName
{
border-color: #BC1817;
}
.TagClassName
{
border-color: #BC1817;
}
</style>