Shades of Grenadier #BE4A30
Tints of Grenadier #BE4A30
RGB
CMYK
RGB Variations
Color information
#BE4A30 (or 0xBE4A30) is known color: Grenadier. HEX triplet: BE, 4A and 30. RGB value is (190,74,48). Sum of RGB (Red+Green+Blue) = 190+74+48=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A30 is #41B5CF. Grayscale: #696969. Windows color (decimal): -4306384 or 3164862. OLE color: 3164862.
HSL color Cylindrical-coordinate representation of color #BE4A30: hue angle of 10.99º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE4A30 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 48 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.25 |
| HSL | 10.99º | 0.6% | 0.47% | - |
| HSV(B) | 10.99º | 0.75% | 0.75% | - |
| XYZ | 24.22 | 16.06 | 4.62 | - |
| YUV | 105.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 48 | 0 | 0.61 | 0.75 | 0.25 | 10.99 | 0.6 | 0.47 |
| Hex | BE | 4A | 30 | 0 | 3D | 4B | 19 | B | 3C | 2F |
| Octal | 276 | 112 | 60 | 0 | 75 | 113 | 31 | 13 | 74 | 57 |
| Binary | 10111110 | 1001010 | 110000 | 0 | 111101 | 1001011 | 11001 | 1011 | 111100 | 101111 |
Color Harmonies of #BE4A30
Complementary color
Monochromatic Colors of #BE4A30
Black with #BE4A30
Text Example
Text Example
White with #BE4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A30; }
p { color: rgb(190,74,48); }
H1.HeaderClassName
{
color: #BE4A30;
}
.AnyTagClassName
{
color: #BE4A30;
}
</style>
background-color css
<style>
a { background-color: #BE4A30; }
a { background-color: rgb(190,74,48); }
div.DivClassName
{
background-color: #BE4A30;
}
.BgClassName
{
background-color: #BE4A30;
}
</style>
border-color css
<style>
span { border-color: #BE4A30; }
span { border-color: rgb(190,74,48); }
td.TdClassName
{
border-color: #BE4A30;
}
.TagClassName
{
border-color: #BE4A30;
}
</style>