Shades of Fire Brick #BE2220
Tints of Fire Brick #BE2220
RGB
CMYK
RGB Variations
Color information
#BE2220 (or 0xBE2220) is known color: Fire Brick. HEX triplet: BE, 22 and 20. RGB value is (190,34,32). Sum of RGB (Red+Green+Blue) = 190+34+32=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2220 is #41DDDF. Grayscale: #505050. Windows color (decimal): -4316640 or 2106046. OLE color: 2106046.
HSL color Cylindrical-coordinate representation of color #BE2220: hue angle of 0.76º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2220 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 32 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.25 |
| HSL | 0.76º | 0.71% | 0.44% | - |
| HSV(B) | 0.76º | 0.83% | 0.75% | - |
| XYZ | 22.07 | 12.2 | 2.56 | - |
| YUV | 80.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 32 | 0 | 0.82 | 0.83 | 0.25 | 0.76 | 0.71 | 0.44 |
| Hex | BE | 22 | 20 | 0 | 52 | 53 | 19 | 1 | 47 | 2C |
| Octal | 276 | 42 | 40 | 0 | 122 | 123 | 31 | 1 | 107 | 54 |
| Binary | 10111110 | 100010 | 100000 | 0 | 1010010 | 1010011 | 11001 | 1 | 1000111 | 101100 |
Color Harmonies of #BE2220
Complementary color
Monochromatic Colors of #BE2220
Black with #BE2220
Text Example
Text Example
White with #BE2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2220; }
p { color: rgb(190,34,32); }
H1.HeaderClassName
{
color: #BE2220;
}
.AnyTagClassName
{
color: #BE2220;
}
</style>
background-color css
<style>
a { background-color: #BE2220; }
a { background-color: rgb(190,34,32); }
div.DivClassName
{
background-color: #BE2220;
}
.BgClassName
{
background-color: #BE2220;
}
</style>
border-color css
<style>
span { border-color: #BE2220; }
span { border-color: rgb(190,34,32); }
td.TdClassName
{
border-color: #BE2220;
}
.TagClassName
{
border-color: #BE2220;
}
</style>