Shades of Grenadier #C64232
Tints of Grenadier #C64232
RGB
CMYK
RGB Variations
Color information
#C64232 (or 0xC64232) is known color: Grenadier. HEX triplet: C6, 42 and 32. RGB value is (198,66,50). Sum of RGB (Red+Green+Blue) = 198+66+50=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C64232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64232 is #39BDCD. Grayscale: #676767. Windows color (decimal): -3784142 or 3293894. OLE color: 3293894.
HSL color Cylindrical-coordinate representation of color #C64232: hue angle of 6.49º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64232 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 50 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.22 |
| HSL | 6.49º | 0.6% | 0.49% | - |
| HSV(B) | 6.49º | 0.75% | 0.78% | - |
| XYZ | 25.81 | 16.13 | 4.77 | - |
| YUV | 103.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 50 | 0 | 0.67 | 0.75 | 0.22 | 6.49 | 0.6 | 0.49 |
| Hex | C6 | 42 | 32 | 0 | 43 | 4B | 16 | 6 | 3C | 31 |
| Octal | 306 | 102 | 62 | 0 | 103 | 113 | 26 | 6 | 74 | 61 |
| Binary | 11000110 | 1000010 | 110010 | 0 | 1000011 | 1001011 | 10110 | 110 | 111100 | 110001 |
Color Harmonies of #C64232
Complementary color
Monochromatic Colors of #C64232
Black with #C64232
Text Example
Text Example
White with #C64232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64232; }
p { color: rgb(198,66,50); }
H1.HeaderClassName
{
color: #C64232;
}
.AnyTagClassName
{
color: #C64232;
}
</style>
background-color css
<style>
a { background-color: #C64232; }
a { background-color: rgb(198,66,50); }
div.DivClassName
{
background-color: #C64232;
}
.BgClassName
{
background-color: #C64232;
}
</style>
border-color css
<style>
span { border-color: #C64232; }
span { border-color: rgb(198,66,50); }
td.TdClassName
{
border-color: #C64232;
}
.TagClassName
{
border-color: #C64232;
}
</style>