Shades of Grenadier #BE422F
Tints of Grenadier #BE422F
RGB
CMYK
RGB Variations
Color information
#BE422F (or 0xBE422F) is known color: Grenadier. HEX triplet: BE, 42 and 2F. RGB value is (190,66,47). Sum of RGB (Red+Green+Blue) = 190+66+47=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE422F is #41BDD0. Grayscale: #656565. Windows color (decimal): -4308433 or 3097278. OLE color: 3097278.
HSL color Cylindrical-coordinate representation of color #BE422F: hue angle of 7.97º 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 #BE422F is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 47 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.25 |
| HSL | 7.97º | 0.6% | 0.46% | - |
| HSV(B) | 7.97º | 0.75% | 0.75% | - |
| XYZ | 23.7 | 15.05 | 4.35 | - |
| YUV | 100.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 47 | 0 | 0.65 | 0.75 | 0.25 | 7.97 | 0.6 | 0.46 |
| Hex | BE | 42 | 2F | 0 | 41 | 4B | 19 | 8 | 3C | 2E |
| Octal | 276 | 102 | 57 | 0 | 101 | 113 | 31 | 10 | 74 | 56 |
| Binary | 10111110 | 1000010 | 101111 | 0 | 1000001 | 1001011 | 11001 | 1000 | 111100 | 101110 |
Color Harmonies of #BE422F
Complementary color
Monochromatic Colors of #BE422F
Black with #BE422F
Text Example
Text Example
White with #BE422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE422F; }
p { color: rgb(190,66,47); }
H1.HeaderClassName
{
color: #BE422F;
}
.AnyTagClassName
{
color: #BE422F;
}
</style>
background-color css
<style>
a { background-color: #BE422F; }
a { background-color: rgb(190,66,47); }
div.DivClassName
{
background-color: #BE422F;
}
.BgClassName
{
background-color: #BE422F;
}
</style>
border-color css
<style>
span { border-color: #BE422F; }
span { border-color: rgb(190,66,47); }
td.TdClassName
{
border-color: #BE422F;
}
.TagClassName
{
border-color: #BE422F;
}
</style>