Shades of Fire Brick #BC1614
Tints of Fire Brick #BC1614
RGB
CMYK
RGB Variations
Color information
#BC1614 (or 0xBC1614) is known color: Fire Brick. HEX triplet: BC, 16 and 14. RGB value is (188,22,20). Sum of RGB (Red+Green+Blue) = 188+22+20=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1614 is #43E9EB. Grayscale: #474747. Windows color (decimal): -4450796 or 1316540. OLE color: 1316540.
HSL color Cylindrical-coordinate representation of color #BC1614: hue angle of 0.71º 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 #BC1614 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 20 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.26 |
| HSL | 0.71º | 0.81% | 0.41% | - |
| HSV(B) | 0.71º | 0.89% | 0.74% | - |
| XYZ | 21.15 | 11.32 | 1.73 | - |
| YUV | 71.41 | 99 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 20 | 0 | 0.88 | 0.89 | 0.26 | 0.71 | 0.81 | 0.41 |
| Hex | BC | 16 | 14 | 0 | 58 | 59 | 1A | 1 | 51 | 29 |
| Octal | 274 | 26 | 24 | 0 | 130 | 131 | 32 | 1 | 121 | 51 |
| Binary | 10111100 | 10110 | 10100 | 0 | 1011000 | 1011001 | 11010 | 1 | 1010001 | 101001 |
Color Harmonies of #BC1614
Complementary color
Monochromatic Colors of #BC1614
Black with #BC1614
Text Example
Text Example
White with #BC1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1614; }
p { color: rgb(188,22,20); }
H1.HeaderClassName
{
color: #BC1614;
}
.AnyTagClassName
{
color: #BC1614;
}
</style>
background-color css
<style>
a { background-color: #BC1614; }
a { background-color: rgb(188,22,20); }
div.DivClassName
{
background-color: #BC1614;
}
.BgClassName
{
background-color: #BC1614;
}
</style>
border-color css
<style>
span { border-color: #BC1614; }
span { border-color: rgb(188,22,20); }
td.TdClassName
{
border-color: #BC1614;
}
.TagClassName
{
border-color: #BC1614;
}
</style>