Shades of Fire Brick #BE2115
Tints of Fire Brick #BE2115
RGB
CMYK
RGB Variations
Color information
#BE2115 (or 0xBE2115) is known color: Fire Brick. HEX triplet: BE, 21 and 15. RGB value is (190,33,21). Sum of RGB (Red+Green+Blue) = 190+33+21=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2115 is #41DEEA. Grayscale: #4E4E4E. Windows color (decimal): -4316907 or 1384894. OLE color: 1384894.
HSL color Cylindrical-coordinate representation of color #BE2115: hue angle of 4.26º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE2115 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 21 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.25 |
| HSL | 4.26º | 0.8% | 0.41% | - |
| HSV(B) | 4.26º | 0.89% | 0.75% | - |
| XYZ | 21.91 | 12.09 | 1.89 | - |
| YUV | 78.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 21 | 0 | 0.83 | 0.89 | 0.25 | 4.26 | 0.8 | 0.41 |
| Hex | BE | 21 | 15 | 0 | 53 | 59 | 19 | 4 | 50 | 29 |
| Octal | 276 | 41 | 25 | 0 | 123 | 131 | 31 | 4 | 120 | 51 |
| Binary | 10111110 | 100001 | 10101 | 0 | 1010011 | 1011001 | 11001 | 100 | 1010000 | 101001 |
Color Harmonies of #BE2115
Complementary color
Monochromatic Colors of #BE2115
Black with #BE2115
Text Example
Text Example
White with #BE2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2115; }
p { color: rgb(190,33,21); }
H1.HeaderClassName
{
color: #BE2115;
}
.AnyTagClassName
{
color: #BE2115;
}
</style>
background-color css
<style>
a { background-color: #BE2115; }
a { background-color: rgb(190,33,21); }
div.DivClassName
{
background-color: #BE2115;
}
.BgClassName
{
background-color: #BE2115;
}
</style>
border-color css
<style>
span { border-color: #BE2115; }
span { border-color: rgb(190,33,21); }
td.TdClassName
{
border-color: #BE2115;
}
.TagClassName
{
border-color: #BE2115;
}
</style>