Shades of Grenadier #BE412C
Tints of Grenadier #BE412C
RGB
CMYK
RGB Variations
Color information
#BE412C (or 0xBE412C) is known color: Grenadier. HEX triplet: BE, 41 and 2C. RGB value is (190,65,44). Sum of RGB (Red+Green+Blue) = 190+65+44=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE412C is #41BED3. Grayscale: #646464. Windows color (decimal): -4308692 or 2900414. OLE color: 2900414.
HSL color Cylindrical-coordinate representation of color #BE412C: hue angle of 8.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE412C is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 44 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.25 |
| HSL | 8.63º | 0.62% | 0.46% | - |
| HSV(B) | 8.63º | 0.77% | 0.75% | - |
| XYZ | 23.58 | 14.91 | 4.02 | - |
| YUV | 99.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 44 | 0 | 0.66 | 0.77 | 0.25 | 8.63 | 0.62 | 0.46 |
| Hex | BE | 41 | 2C | 0 | 42 | 4D | 19 | 9 | 3E | 2E |
| Octal | 276 | 101 | 54 | 0 | 102 | 115 | 31 | 11 | 76 | 56 |
| Binary | 10111110 | 1000001 | 101100 | 0 | 1000010 | 1001101 | 11001 | 1001 | 111110 | 101110 |
Color Harmonies of #BE412C
Complementary color
Monochromatic Colors of #BE412C
Black with #BE412C
Text Example
Text Example
White with #BE412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE412C; }
p { color: rgb(190,65,44); }
H1.HeaderClassName
{
color: #BE412C;
}
.AnyTagClassName
{
color: #BE412C;
}
</style>
background-color css
<style>
a { background-color: #BE412C; }
a { background-color: rgb(190,65,44); }
div.DivClassName
{
background-color: #BE412C;
}
.BgClassName
{
background-color: #BE412C;
}
</style>
border-color css
<style>
span { border-color: #BE412C; }
span { border-color: rgb(190,65,44); }
td.TdClassName
{
border-color: #BE412C;
}
.TagClassName
{
border-color: #BE412C;
}
</style>