Shades of Fire Brick #BC1815
Tints of Fire Brick #BC1815
RGB
CMYK
RGB Variations
Color information
#BC1815 (or 0xBC1815) is known color: Fire Brick. HEX triplet: BC, 18 and 15. RGB value is (188,24,21). Sum of RGB (Red+Green+Blue) = 188+24+21=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1815 is #43E7EA. Grayscale: #484848. Windows color (decimal): -4450283 or 1382588. OLE color: 1382588.
HSL color Cylindrical-coordinate representation of color #BC1815: hue angle of 1.08º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1815 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.26 |
| HSL | 1.08º | 0.8% | 0.41% | - |
| HSV(B) | 1.08º | 0.89% | 0.74% | - |
| XYZ | 21.2 | 11.4 | 1.79 | - |
| YUV | 72.69 | 98.83 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 21 | 0 | 0.87 | 0.89 | 0.26 | 1.08 | 0.8 | 0.41 |
| Hex | BC | 18 | 15 | 0 | 57 | 59 | 1A | 1 | 50 | 29 |
| Octal | 274 | 30 | 25 | 0 | 127 | 131 | 32 | 1 | 120 | 51 |
| Binary | 10111100 | 11000 | 10101 | 0 | 1010111 | 1011001 | 11010 | 1 | 1010000 | 101001 |
Color Harmonies of #BC1815
Complementary color
Monochromatic Colors of #BC1815
Black with #BC1815
Text Example
Text Example
White with #BC1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1815; }
p { color: rgb(188,24,21); }
H1.HeaderClassName
{
color: #BC1815;
}
.AnyTagClassName
{
color: #BC1815;
}
</style>
background-color css
<style>
a { background-color: #BC1815; }
a { background-color: rgb(188,24,21); }
div.DivClassName
{
background-color: #BC1815;
}
.BgClassName
{
background-color: #BC1815;
}
</style>
border-color css
<style>
span { border-color: #BC1815; }
span { border-color: rgb(188,24,21); }
td.TdClassName
{
border-color: #BC1815;
}
.TagClassName
{
border-color: #BC1815;
}
</style>