Shades of Grenadier #BE402D
Tints of Grenadier #BE402D
RGB
CMYK
RGB Variations
Color information
#BE402D (or 0xBE402D) is known color: Grenadier. HEX triplet: BE, 40 and 2D. RGB value is (190,64,45). Sum of RGB (Red+Green+Blue) = 190+64+45=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE402D is #41BFD2. Grayscale: #636363. Windows color (decimal): -4308947 or 2965694. OLE color: 2965694.
HSL color Cylindrical-coordinate representation of color #BE402D: hue angle of 7.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE402D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 45 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.25 |
| HSL | 7.86º | 0.62% | 0.46% | - |
| HSV(B) | 7.86º | 0.76% | 0.75% | - |
| XYZ | 23.54 | 14.8 | 4.1 | - |
| YUV | 99.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 45 | 0 | 0.66 | 0.76 | 0.25 | 7.86 | 0.62 | 0.46 |
| Hex | BE | 40 | 2D | 0 | 42 | 4C | 19 | 8 | 3E | 2E |
| Octal | 276 | 100 | 55 | 0 | 102 | 114 | 31 | 10 | 76 | 56 |
| Binary | 10111110 | 1000000 | 101101 | 0 | 1000010 | 1001100 | 11001 | 1000 | 111110 | 101110 |
Color Harmonies of #BE402D
Complementary color
Monochromatic Colors of #BE402D
Black with #BE402D
Text Example
Text Example
White with #BE402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE402D; }
p { color: rgb(190,64,45); }
H1.HeaderClassName
{
color: #BE402D;
}
.AnyTagClassName
{
color: #BE402D;
}
</style>
background-color css
<style>
a { background-color: #BE402D; }
a { background-color: rgb(190,64,45); }
div.DivClassName
{
background-color: #BE402D;
}
.BgClassName
{
background-color: #BE402D;
}
</style>
border-color css
<style>
span { border-color: #BE402D; }
span { border-color: rgb(190,64,45); }
td.TdClassName
{
border-color: #BE402D;
}
.TagClassName
{
border-color: #BE402D;
}
</style>