Shades of Fire Brick #BC1816
Tints of Fire Brick #BC1816
RGB
CMYK
RGB Variations
Color information
#BC1816 (or 0xBC1816) is known color: Fire Brick. HEX triplet: BC, 18 and 16. RGB value is (188,24,22). Sum of RGB (Red+Green+Blue) = 188+24+22=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1816 is #43E7E9. Grayscale: #484848. Windows color (decimal): -4450282 or 1448124. OLE color: 1448124.
HSL color Cylindrical-coordinate representation of color #BC1816: hue angle of 0.72º degrees, saturation: 0.79, 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 #BC1816 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 22 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.26 |
| HSL | 0.72º | 0.79% | 0.41% | - |
| HSV(B) | 0.72º | 0.88% | 0.74% | - |
| XYZ | 21.21 | 11.4 | 1.84 | - |
| YUV | 72.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 22 | 0 | 0.87 | 0.88 | 0.26 | 0.72 | 0.79 | 0.41 |
| Hex | BC | 18 | 16 | 0 | 57 | 58 | 1A | 1 | 4F | 29 |
| Octal | 274 | 30 | 26 | 0 | 127 | 130 | 32 | 1 | 117 | 51 |
| Binary | 10111100 | 11000 | 10110 | 0 | 1010111 | 1011000 | 11010 | 1 | 1001111 | 101001 |
Color Harmonies of #BC1816
Complementary color
Monochromatic Colors of #BC1816
Black with #BC1816
Text Example
Text Example
White with #BC1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1816; }
p { color: rgb(188,24,22); }
H1.HeaderClassName
{
color: #BC1816;
}
.AnyTagClassName
{
color: #BC1816;
}
</style>
background-color css
<style>
a { background-color: #BC1816; }
a { background-color: rgb(188,24,22); }
div.DivClassName
{
background-color: #BC1816;
}
.BgClassName
{
background-color: #BC1816;
}
</style>
border-color css
<style>
span { border-color: #BC1816; }
span { border-color: rgb(188,24,22); }
td.TdClassName
{
border-color: #BC1816;
}
.TagClassName
{
border-color: #BC1816;
}
</style>