Shades of Grenadier #C2462E
Tints of Grenadier #C2462E
RGB
CMYK
RGB Variations
Color information
#C2462E (or 0xC2462E) is known color: Grenadier. HEX triplet: C2, 46 and 2E. RGB value is (194,70,46). Sum of RGB (Red+Green+Blue) = 194+70+46=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2462E is #3DB9D1. Grayscale: #686868. Windows color (decimal): -4045266 or 3032770. OLE color: 3032770.
HSL color Cylindrical-coordinate representation of color #C2462E: hue angle of 9.73º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2462E is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 46 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.24 |
| HSL | 9.73º | 0.62% | 0.47% | - |
| HSV(B) | 9.73º | 0.76% | 0.76% | - |
| XYZ | 24.93 | 16.05 | 4.37 | - |
| YUV | 104.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 46 | 0 | 0.64 | 0.76 | 0.24 | 9.73 | 0.62 | 0.47 |
| Hex | C2 | 46 | 2E | 0 | 40 | 4C | 18 | A | 3E | 2F |
| Octal | 302 | 106 | 56 | 0 | 100 | 114 | 30 | 12 | 76 | 57 |
| Binary | 11000010 | 1000110 | 101110 | 0 | 1000000 | 1001100 | 11000 | 1010 | 111110 | 101111 |
Color Harmonies of #C2462E
Complementary color
Monochromatic Colors of #C2462E
Black with #C2462E
Text Example
Text Example
White with #C2462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2462E; }
p { color: rgb(194,70,46); }
H1.HeaderClassName
{
color: #C2462E;
}
.AnyTagClassName
{
color: #C2462E;
}
</style>
background-color css
<style>
a { background-color: #C2462E; }
a { background-color: rgb(194,70,46); }
div.DivClassName
{
background-color: #C2462E;
}
.BgClassName
{
background-color: #C2462E;
}
</style>
border-color css
<style>
span { border-color: #C2462E; }
span { border-color: rgb(194,70,46); }
td.TdClassName
{
border-color: #C2462E;
}
.TagClassName
{
border-color: #C2462E;
}
</style>