Shades of Grenadier #C6402D
Tints of Grenadier #C6402D
RGB
CMYK
RGB Variations
Color information
#C6402D (or 0xC6402D) is known color: Grenadier. HEX triplet: C6, 40 and 2D. RGB value is (198,64,45). Sum of RGB (Red+Green+Blue) = 198+64+45=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6402D is #39BFD2. Grayscale: #666666. Windows color (decimal): -3784659 or 2965702. OLE color: 2965702.
HSL color Cylindrical-coordinate representation of color #C6402D: hue angle of 7.45º 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 #C6402D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 45 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.22 |
| HSL | 7.45º | 0.63% | 0.48% | - |
| HSV(B) | 7.45º | 0.77% | 0.78% | - |
| XYZ | 25.6 | 15.86 | 4.2 | - |
| YUV | 101.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 45 | 0 | 0.68 | 0.77 | 0.22 | 7.45 | 0.63 | 0.48 |
| Hex | C6 | 40 | 2D | 0 | 44 | 4D | 16 | 7 | 3F | 30 |
| Octal | 306 | 100 | 55 | 0 | 104 | 115 | 26 | 7 | 77 | 60 |
| Binary | 11000110 | 1000000 | 101101 | 0 | 1000100 | 1001101 | 10110 | 111 | 111111 | 110000 |
Color Harmonies of #C6402D
Complementary color
Monochromatic Colors of #C6402D
Black with #C6402D
Text Example
Text Example
White with #C6402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6402D; }
p { color: rgb(198,64,45); }
H1.HeaderClassName
{
color: #C6402D;
}
.AnyTagClassName
{
color: #C6402D;
}
</style>
background-color css
<style>
a { background-color: #C6402D; }
a { background-color: rgb(198,64,45); }
div.DivClassName
{
background-color: #C6402D;
}
.BgClassName
{
background-color: #C6402D;
}
</style>
border-color css
<style>
span { border-color: #C6402D; }
span { border-color: rgb(198,64,45); }
td.TdClassName
{
border-color: #C6402D;
}
.TagClassName
{
border-color: #C6402D;
}
</style>