Shades of Fire Brick #BC1814
Tints of Fire Brick #BC1814
RGB
CMYK
RGB Variations
Color information
#BC1814 (or 0xBC1814) is known color: Fire Brick. HEX triplet: BC, 18 and 14. RGB value is (188,24,20). Sum of RGB (Red+Green+Blue) = 188+24+20=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1814 is #43E7EB. Grayscale: #484848. Windows color (decimal): -4450284 or 1317052. OLE color: 1317052.
HSL color Cylindrical-coordinate representation of color #BC1814: hue angle of 1.43º degrees, saturation: 0.81, 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 #BC1814 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 20 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.26 |
| HSL | 1.43º | 0.81% | 0.41% | - |
| HSV(B) | 1.43º | 0.89% | 0.74% | - |
| XYZ | 21.19 | 11.4 | 1.74 | - |
| YUV | 72.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 20 | 0 | 0.87 | 0.89 | 0.26 | 1.43 | 0.81 | 0.41 |
| Hex | BC | 18 | 14 | 0 | 57 | 59 | 1A | 1 | 51 | 29 |
| Octal | 274 | 30 | 24 | 0 | 127 | 131 | 32 | 1 | 121 | 51 |
| Binary | 10111100 | 11000 | 10100 | 0 | 1010111 | 1011001 | 11010 | 1 | 1010001 | 101001 |
Color Harmonies of #BC1814
Complementary color
Monochromatic Colors of #BC1814
Black with #BC1814
Text Example
Text Example
White with #BC1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1814; }
p { color: rgb(188,24,20); }
H1.HeaderClassName
{
color: #BC1814;
}
.AnyTagClassName
{
color: #BC1814;
}
</style>
background-color css
<style>
a { background-color: #BC1814; }
a { background-color: rgb(188,24,20); }
div.DivClassName
{
background-color: #BC1814;
}
.BgClassName
{
background-color: #BC1814;
}
</style>
border-color css
<style>
span { border-color: #BC1814; }
span { border-color: rgb(188,24,20); }
td.TdClassName
{
border-color: #BC1814;
}
.TagClassName
{
border-color: #BC1814;
}
</style>