Shades of Fire Brick #BE2113
Tints of Fire Brick #BE2113
RGB
CMYK
RGB Variations
Color information
#BE2113 (or 0xBE2113) is known color: Fire Brick. HEX triplet: BE, 21 and 13. RGB value is (190,33,19). Sum of RGB (Red+Green+Blue) = 190+33+19=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2113 is #41DEEC. Grayscale: #4E4E4E. Windows color (decimal): -4316909 or 1253822. OLE color: 1253822.
HSL color Cylindrical-coordinate representation of color #BE2113: hue angle of 4.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE2113 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.25 |
| HSL | 4.91º | 0.82% | 0.41% | - |
| HSV(B) | 4.91º | 0.9% | 0.75% | - |
| XYZ | 21.9 | 12.08 | 1.79 | - |
| YUV | 78.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 19 | 0 | 0.83 | 0.90 | 0.25 | 4.91 | 0.82 | 0.41 |
| Hex | BE | 21 | 13 | 0 | 53 | 5A | 19 | 5 | 52 | 29 |
| Octal | 276 | 41 | 23 | 0 | 123 | 132 | 31 | 5 | 122 | 51 |
| Binary | 10111110 | 100001 | 10011 | 0 | 1010011 | 1011010 | 11001 | 101 | 1010010 | 101001 |
Color Harmonies of #BE2113
Complementary color
Monochromatic Colors of #BE2113
Black with #BE2113
Text Example
Text Example
White with #BE2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2113; }
p { color: rgb(190,33,19); }
H1.HeaderClassName
{
color: #BE2113;
}
.AnyTagClassName
{
color: #BE2113;
}
</style>
background-color css
<style>
a { background-color: #BE2113; }
a { background-color: rgb(190,33,19); }
div.DivClassName
{
background-color: #BE2113;
}
.BgClassName
{
background-color: #BE2113;
}
</style>
border-color css
<style>
span { border-color: #BE2113; }
span { border-color: rgb(190,33,19); }
td.TdClassName
{
border-color: #BE2113;
}
.TagClassName
{
border-color: #BE2113;
}
</style>