Shades of Fire Brick #BC2013
Tints of Fire Brick #BC2013
RGB
CMYK
RGB Variations
Color information
#BC2013 (or 0xBC2013) is known color: Fire Brick. HEX triplet: BC, 20 and 13. RGB value is (188,32,19). Sum of RGB (Red+Green+Blue) = 188+32+19=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2013 is #43DFEC. Grayscale: #4D4D4D. Windows color (decimal): -4448237 or 1253564. OLE color: 1253564.
HSL color Cylindrical-coordinate representation of color #BC2013: hue angle of 4.62º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2013 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.26 |
| HSL | 4.62º | 0.82% | 0.41% | - |
| HSV(B) | 4.62º | 0.9% | 0.74% | - |
| XYZ | 21.37 | 11.77 | 1.76 | - |
| YUV | 77.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 19 | 0 | 0.83 | 0.90 | 0.26 | 4.62 | 0.82 | 0.41 |
| Hex | BC | 20 | 13 | 0 | 53 | 5A | 1A | 5 | 52 | 29 |
| Octal | 274 | 40 | 23 | 0 | 123 | 132 | 32 | 5 | 122 | 51 |
| Binary | 10111100 | 100000 | 10011 | 0 | 1010011 | 1011010 | 11010 | 101 | 1010010 | 101001 |
Color Harmonies of #BC2013
Complementary color
Monochromatic Colors of #BC2013
Black with #BC2013
Text Example
Text Example
White with #BC2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2013; }
p { color: rgb(188,32,19); }
H1.HeaderClassName
{
color: #BC2013;
}
.AnyTagClassName
{
color: #BC2013;
}
</style>
background-color css
<style>
a { background-color: #BC2013; }
a { background-color: rgb(188,32,19); }
div.DivClassName
{
background-color: #BC2013;
}
.BgClassName
{
background-color: #BC2013;
}
</style>
border-color css
<style>
span { border-color: #BC2013; }
span { border-color: rgb(188,32,19); }
td.TdClassName
{
border-color: #BC2013;
}
.TagClassName
{
border-color: #BC2013;
}
</style>