Shades of Fire Brick #BC2114
Tints of Fire Brick #BC2114
RGB
CMYK
RGB Variations
Color information
#BC2114 (or 0xBC2114) is known color: Fire Brick. HEX triplet: BC, 21 and 14. RGB value is (188,33,20). Sum of RGB (Red+Green+Blue) = 188+33+20=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2114 is #43DEEB. Grayscale: #4E4E4E. Windows color (decimal): -4447980 or 1319356. OLE color: 1319356.
HSL color Cylindrical-coordinate representation of color #BC2114: hue angle of 4.64º 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 #BC2114 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 20 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.26 |
| HSL | 4.64º | 0.81% | 0.41% | - |
| HSV(B) | 4.64º | 0.89% | 0.74% | - |
| XYZ | 21.41 | 11.83 | 1.82 | - |
| YUV | 77.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 20 | 0 | 0.82 | 0.89 | 0.26 | 4.64 | 0.81 | 0.41 |
| Hex | BC | 21 | 14 | 0 | 52 | 59 | 1A | 5 | 51 | 29 |
| Octal | 274 | 41 | 24 | 0 | 122 | 131 | 32 | 5 | 121 | 51 |
| Binary | 10111100 | 100001 | 10100 | 0 | 1010010 | 1011001 | 11010 | 101 | 1010001 | 101001 |
Color Harmonies of #BC2114
Complementary color
Monochromatic Colors of #BC2114
Black with #BC2114
Text Example
Text Example
White with #BC2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2114; }
p { color: rgb(188,33,20); }
H1.HeaderClassName
{
color: #BC2114;
}
.AnyTagClassName
{
color: #BC2114;
}
</style>
background-color css
<style>
a { background-color: #BC2114; }
a { background-color: rgb(188,33,20); }
div.DivClassName
{
background-color: #BC2114;
}
.BgClassName
{
background-color: #BC2114;
}
</style>
border-color css
<style>
span { border-color: #BC2114; }
span { border-color: rgb(188,33,20); }
td.TdClassName
{
border-color: #BC2114;
}
.TagClassName
{
border-color: #BC2114;
}
</style>