Shades of Fire Brick #BC2016
Tints of Fire Brick #BC2016
RGB
CMYK
RGB Variations
Color information
#BC2016 (or 0xBC2016) is known color: Fire Brick. HEX triplet: BC, 20 and 16. RGB value is (188,32,22). Sum of RGB (Red+Green+Blue) = 188+32+22=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2016 is #43DFE9. Grayscale: #4D4D4D. Windows color (decimal): -4448234 or 1450172. OLE color: 1450172.
HSL color Cylindrical-coordinate representation of color #BC2016: hue angle of 3.61º 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 #BC2016 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 22 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.26 |
| HSL | 3.61º | 0.79% | 0.41% | - |
| HSV(B) | 3.61º | 0.88% | 0.74% | - |
| XYZ | 21.4 | 11.78 | 1.91 | - |
| YUV | 77.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 22 | 0 | 0.83 | 0.88 | 0.26 | 3.61 | 0.79 | 0.41 |
| Hex | BC | 20 | 16 | 0 | 53 | 58 | 1A | 4 | 4F | 29 |
| Octal | 274 | 40 | 26 | 0 | 123 | 130 | 32 | 4 | 117 | 51 |
| Binary | 10111100 | 100000 | 10110 | 0 | 1010011 | 1011000 | 11010 | 100 | 1001111 | 101001 |
Color Harmonies of #BC2016
Complementary color
Monochromatic Colors of #BC2016
Black with #BC2016
Text Example
Text Example
White with #BC2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2016; }
p { color: rgb(188,32,22); }
H1.HeaderClassName
{
color: #BC2016;
}
.AnyTagClassName
{
color: #BC2016;
}
</style>
background-color css
<style>
a { background-color: #BC2016; }
a { background-color: rgb(188,32,22); }
div.DivClassName
{
background-color: #BC2016;
}
.BgClassName
{
background-color: #BC2016;
}
</style>
border-color css
<style>
span { border-color: #BC2016; }
span { border-color: rgb(188,32,22); }
td.TdClassName
{
border-color: #BC2016;
}
.TagClassName
{
border-color: #BC2016;
}
</style>