Shades of Grenadier #C6412D
Tints of Grenadier #C6412D
RGB
CMYK
RGB Variations
Color information
#C6412D (or 0xC6412D) is known color: Grenadier. HEX triplet: C6, 41 and 2D. RGB value is (198,65,45). Sum of RGB (Red+Green+Blue) = 198+65+45=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6412D is #39BED2. Grayscale: #666666. Windows color (decimal): -3784403 or 2965958. OLE color: 2965958.
HSL color Cylindrical-coordinate representation of color #C6412D: hue angle of 7.84º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6412D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 45 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.22 |
| HSL | 7.84º | 0.63% | 0.48% | - |
| HSV(B) | 7.84º | 0.77% | 0.78% | - |
| XYZ | 25.65 | 15.98 | 4.21 | - |
| YUV | 102.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 45 | 0 | 0.67 | 0.77 | 0.22 | 7.84 | 0.63 | 0.48 |
| Hex | C6 | 41 | 2D | 0 | 43 | 4D | 16 | 8 | 3F | 30 |
| Octal | 306 | 101 | 55 | 0 | 103 | 115 | 26 | 10 | 77 | 60 |
| Binary | 11000110 | 1000001 | 101101 | 0 | 1000011 | 1001101 | 10110 | 1000 | 111111 | 110000 |
Color Harmonies of #C6412D
Complementary color
Monochromatic Colors of #C6412D
Black with #C6412D
Text Example
Text Example
White with #C6412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6412D; }
p { color: rgb(198,65,45); }
H1.HeaderClassName
{
color: #C6412D;
}
.AnyTagClassName
{
color: #C6412D;
}
</style>
background-color css
<style>
a { background-color: #C6412D; }
a { background-color: rgb(198,65,45); }
div.DivClassName
{
background-color: #C6412D;
}
.BgClassName
{
background-color: #C6412D;
}
</style>
border-color css
<style>
span { border-color: #C6412D; }
span { border-color: rgb(198,65,45); }
td.TdClassName
{
border-color: #C6412D;
}
.TagClassName
{
border-color: #C6412D;
}
</style>