Shades of Grenadier #C03E32
Tints of Grenadier #C03E32
RGB
CMYK
RGB Variations
Color information
#C03E32 (or 0xC03E32) is known color: Grenadier. HEX triplet: C0, 3E and 32. RGB value is (192,62,50). Sum of RGB (Red+Green+Blue) = 192+62+50=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E32 is #3FC1CD. Grayscale: #636363. Windows color (decimal): -4178382 or 3292864. OLE color: 3292864.
HSL color Cylindrical-coordinate representation of color #C03E32: hue angle of 5.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03E32 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 50 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.25 |
| HSL | 5.07º | 0.59% | 0.47% | - |
| HSV(B) | 5.07º | 0.74% | 0.75% | - |
| XYZ | 24.04 | 14.88 | 4.62 | - |
| YUV | 99.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 50 | 0 | 0.68 | 0.74 | 0.25 | 5.07 | 0.59 | 0.47 |
| Hex | C0 | 3E | 32 | 0 | 44 | 4A | 19 | 5 | 3B | 2F |
| Octal | 300 | 76 | 62 | 0 | 104 | 112 | 31 | 5 | 73 | 57 |
| Binary | 11000000 | 111110 | 110010 | 0 | 1000100 | 1001010 | 11001 | 101 | 111011 | 101111 |
Color Harmonies of #C03E32
Complementary color
Monochromatic Colors of #C03E32
Black with #C03E32
Text Example
Text Example
White with #C03E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E32; }
p { color: rgb(192,62,50); }
H1.HeaderClassName
{
color: #C03E32;
}
.AnyTagClassName
{
color: #C03E32;
}
</style>
background-color css
<style>
a { background-color: #C03E32; }
a { background-color: rgb(192,62,50); }
div.DivClassName
{
background-color: #C03E32;
}
.BgClassName
{
background-color: #C03E32;
}
</style>
border-color css
<style>
span { border-color: #C03E32; }
span { border-color: rgb(192,62,50); }
td.TdClassName
{
border-color: #C03E32;
}
.TagClassName
{
border-color: #C03E32;
}
</style>