Shades of Grenadier #BE402F
Tints of Grenadier #BE402F
RGB
CMYK
RGB Variations
Color information
#BE402F (or 0xBE402F) is known color: Grenadier. HEX triplet: BE, 40 and 2F. RGB value is (190,64,47). Sum of RGB (Red+Green+Blue) = 190+64+47=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE402F is #41BFD0. Grayscale: #636363. Windows color (decimal): -4308945 or 3096766. OLE color: 3096766.
HSL color Cylindrical-coordinate representation of color #BE402F: hue angle of 7.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE402F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 47 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.25 |
| HSL | 7.13º | 0.6% | 0.46% | - |
| HSV(B) | 7.13º | 0.75% | 0.75% | - |
| XYZ | 23.58 | 14.82 | 4.31 | - |
| YUV | 99.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 47 | 0 | 0.66 | 0.75 | 0.25 | 7.13 | 0.6 | 0.46 |
| Hex | BE | 40 | 2F | 0 | 42 | 4B | 19 | 7 | 3C | 2E |
| Octal | 276 | 100 | 57 | 0 | 102 | 113 | 31 | 7 | 74 | 56 |
| Binary | 10111110 | 1000000 | 101111 | 0 | 1000010 | 1001011 | 11001 | 111 | 111100 | 101110 |
Color Harmonies of #BE402F
Complementary color
Monochromatic Colors of #BE402F
Black with #BE402F
Text Example
Text Example
White with #BE402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE402F; }
p { color: rgb(190,64,47); }
H1.HeaderClassName
{
color: #BE402F;
}
.AnyTagClassName
{
color: #BE402F;
}
</style>
background-color css
<style>
a { background-color: #BE402F; }
a { background-color: rgb(190,64,47); }
div.DivClassName
{
background-color: #BE402F;
}
.BgClassName
{
background-color: #BE402F;
}
</style>
border-color css
<style>
span { border-color: #BE402F; }
span { border-color: rgb(190,64,47); }
td.TdClassName
{
border-color: #BE402F;
}
.TagClassName
{
border-color: #BE402F;
}
</style>