Shades of Fire Brick #BC2014
Tints of Fire Brick #BC2014
RGB
CMYK
RGB Variations
Color information
#BC2014 (or 0xBC2014) is known color: Fire Brick. HEX triplet: BC, 20 and 14. RGB value is (188,32,20). Sum of RGB (Red+Green+Blue) = 188+32+20=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2014 is #43DFEB. Grayscale: #4D4D4D. Windows color (decimal): -4448236 or 1319100. OLE color: 1319100.
HSL color Cylindrical-coordinate representation of color #BC2014: hue angle of 4.29º 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 #BC2014 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.26 |
| HSL | 4.29º | 0.81% | 0.41% | - |
| HSV(B) | 4.29º | 0.89% | 0.74% | - |
| XYZ | 21.38 | 11.77 | 1.81 | - |
| YUV | 77.28 | 95.68 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 20 | 0 | 0.83 | 0.89 | 0.26 | 4.29 | 0.81 | 0.41 |
| Hex | BC | 20 | 14 | 0 | 53 | 59 | 1A | 4 | 51 | 29 |
| Octal | 274 | 40 | 24 | 0 | 123 | 131 | 32 | 4 | 121 | 51 |
| Binary | 10111100 | 100000 | 10100 | 0 | 1010011 | 1011001 | 11010 | 100 | 1010001 | 101001 |
Color Harmonies of #BC2014
Complementary color
Monochromatic Colors of #BC2014
Black with #BC2014
Text Example
Text Example
White with #BC2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2014; }
p { color: rgb(188,32,20); }
H1.HeaderClassName
{
color: #BC2014;
}
.AnyTagClassName
{
color: #BC2014;
}
</style>
background-color css
<style>
a { background-color: #BC2014; }
a { background-color: rgb(188,32,20); }
div.DivClassName
{
background-color: #BC2014;
}
.BgClassName
{
background-color: #BC2014;
}
</style>
border-color css
<style>
span { border-color: #BC2014; }
span { border-color: rgb(188,32,20); }
td.TdClassName
{
border-color: #BC2014;
}
.TagClassName
{
border-color: #BC2014;
}
</style>