Shades of Grenadier #BE4535
Tints of Grenadier #BE4535
RGB
CMYK
RGB Variations
Color information
#BE4535 (or 0xBE4535) is known color: Grenadier. HEX triplet: BE, 45 and 35. RGB value is (190,69,53). Sum of RGB (Red+Green+Blue) = 190+69+53=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4535 is #41BACA. Grayscale: #676767. Windows color (decimal): -4307659 or 3491262. OLE color: 3491262.
HSL color Cylindrical-coordinate representation of color #BE4535: hue angle of 7.01º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE4535 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 53 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.25 |
| HSL | 7.01º | 0.56% | 0.48% | - |
| HSV(B) | 7.01º | 0.72% | 0.75% | - |
| XYZ | 24.01 | 15.46 | 5.09 | - |
| YUV | 103.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 53 | 0 | 0.64 | 0.72 | 0.25 | 7.01 | 0.56 | 0.48 |
| Hex | BE | 45 | 35 | 0 | 40 | 48 | 19 | 7 | 38 | 30 |
| Octal | 276 | 105 | 65 | 0 | 100 | 110 | 31 | 7 | 70 | 60 |
| Binary | 10111110 | 1000101 | 110101 | 0 | 1000000 | 1001000 | 11001 | 111 | 111000 | 110000 |
Color Harmonies of #BE4535
Complementary color
Monochromatic Colors of #BE4535
Black with #BE4535
Text Example
Text Example
White with #BE4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4535; }
p { color: rgb(190,69,53); }
H1.HeaderClassName
{
color: #BE4535;
}
.AnyTagClassName
{
color: #BE4535;
}
</style>
background-color css
<style>
a { background-color: #BE4535; }
a { background-color: rgb(190,69,53); }
div.DivClassName
{
background-color: #BE4535;
}
.BgClassName
{
background-color: #BE4535;
}
</style>
border-color css
<style>
span { border-color: #BE4535; }
span { border-color: rgb(190,69,53); }
td.TdClassName
{
border-color: #BE4535;
}
.TagClassName
{
border-color: #BE4535;
}
</style>