Shades of Fire Brick #BE2016
Tints of Fire Brick #BE2016
RGB
CMYK
RGB Variations
Color information
#BE2016 (or 0xBE2016) is known color: Fire Brick. HEX triplet: BE, 20 and 16. RGB value is (190,32,22). Sum of RGB (Red+Green+Blue) = 190+32+22=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2016 is #41DFE9. Grayscale: #4E4E4E. Windows color (decimal): -4317162 or 1450174. OLE color: 1450174.
HSL color Cylindrical-coordinate representation of color #BE2016: hue angle of 3.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE2016 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 22 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.25 |
| HSL | 3.57º | 0.79% | 0.42% | - |
| HSV(B) | 3.57º | 0.88% | 0.75% | - |
| XYZ | 21.9 | 12.04 | 1.93 | - |
| YUV | 78.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 22 | 0 | 0.83 | 0.88 | 0.25 | 3.57 | 0.79 | 0.42 |
| Hex | BE | 20 | 16 | 0 | 53 | 58 | 19 | 4 | 4F | 2A |
| Octal | 276 | 40 | 26 | 0 | 123 | 130 | 31 | 4 | 117 | 52 |
| Binary | 10111110 | 100000 | 10110 | 0 | 1010011 | 1011000 | 11001 | 100 | 1001111 | 101010 |
Color Harmonies of #BE2016
Complementary color
Monochromatic Colors of #BE2016
Black with #BE2016
Text Example
Text Example
White with #BE2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2016; }
p { color: rgb(190,32,22); }
H1.HeaderClassName
{
color: #BE2016;
}
.AnyTagClassName
{
color: #BE2016;
}
</style>
background-color css
<style>
a { background-color: #BE2016; }
a { background-color: rgb(190,32,22); }
div.DivClassName
{
background-color: #BE2016;
}
.BgClassName
{
background-color: #BE2016;
}
</style>
border-color css
<style>
span { border-color: #BE2016; }
span { border-color: rgb(190,32,22); }
td.TdClassName
{
border-color: #BE2016;
}
.TagClassName
{
border-color: #BE2016;
}
</style>