Shades of Grenadier #BE3F29
Tints of Grenadier #BE3F29
RGB
CMYK
RGB Variations
Color information
#BE3F29 (or 0xBE3F29) is known color: Grenadier. HEX triplet: BE, 3F and 29. RGB value is (190,63,41). Sum of RGB (Red+Green+Blue) = 190+63+41=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F29 is #41C0D6. Grayscale: #626262. Windows color (decimal): -4309207 or 2703294. OLE color: 2703294.
HSL color Cylindrical-coordinate representation of color #BE3F29: hue angle of 8.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE3F29 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 41 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.25 |
| HSL | 8.86º | 0.65% | 0.45% | - |
| HSV(B) | 8.86º | 0.78% | 0.75% | - |
| XYZ | 23.41 | 14.66 | 3.69 | - |
| YUV | 98.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 41 | 0 | 0.67 | 0.78 | 0.25 | 8.86 | 0.65 | 0.45 |
| Hex | BE | 3F | 29 | 0 | 43 | 4E | 19 | 9 | 41 | 2D |
| Octal | 276 | 77 | 51 | 0 | 103 | 116 | 31 | 11 | 101 | 55 |
| Binary | 10111110 | 111111 | 101001 | 0 | 1000011 | 1001110 | 11001 | 1001 | 1000001 | 101101 |
Color Harmonies of #BE3F29
Complementary color
Monochromatic Colors of #BE3F29
Black with #BE3F29
Text Example
Text Example
White with #BE3F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F29; }
p { color: rgb(190,63,41); }
H1.HeaderClassName
{
color: #BE3F29;
}
.AnyTagClassName
{
color: #BE3F29;
}
</style>
background-color css
<style>
a { background-color: #BE3F29; }
a { background-color: rgb(190,63,41); }
div.DivClassName
{
background-color: #BE3F29;
}
.BgClassName
{
background-color: #BE3F29;
}
</style>
border-color css
<style>
span { border-color: #BE3F29; }
span { border-color: rgb(190,63,41); }
td.TdClassName
{
border-color: #BE3F29;
}
.TagClassName
{
border-color: #BE3F29;
}
</style>