Shades of Grenadier #C04029
Tints of Grenadier #C04029
RGB
CMYK
RGB Variations
Color information
#C04029 (or 0xC04029) is known color: Grenadier. HEX triplet: C0, 40 and 29. RGB value is (192,64,41). Sum of RGB (Red+Green+Blue) = 192+64+41=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C04029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04029 is #3FBFD6. Grayscale: #636363. Windows color (decimal): -4177879 or 2703552. OLE color: 2703552.
HSL color Cylindrical-coordinate representation of color #C04029: hue angle of 9.14º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04029 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 41 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.25 |
| HSL | 9.14º | 0.65% | 0.46% | - |
| HSV(B) | 9.14º | 0.79% | 0.75% | - |
| XYZ | 23.97 | 15.03 | 3.74 | - |
| YUV | 99.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 41 | 0 | 0.67 | 0.79 | 0.25 | 9.14 | 0.65 | 0.46 |
| Hex | C0 | 40 | 29 | 0 | 43 | 4F | 19 | 9 | 41 | 2E |
| Octal | 300 | 100 | 51 | 0 | 103 | 117 | 31 | 11 | 101 | 56 |
| Binary | 11000000 | 1000000 | 101001 | 0 | 1000011 | 1001111 | 11001 | 1001 | 1000001 | 101110 |
Color Harmonies of #C04029
Complementary color
Monochromatic Colors of #C04029
Black with #C04029
Text Example
Text Example
White with #C04029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04029; }
p { color: rgb(192,64,41); }
H1.HeaderClassName
{
color: #C04029;
}
.AnyTagClassName
{
color: #C04029;
}
</style>
background-color css
<style>
a { background-color: #C04029; }
a { background-color: rgb(192,64,41); }
div.DivClassName
{
background-color: #C04029;
}
.BgClassName
{
background-color: #C04029;
}
</style>
border-color css
<style>
span { border-color: #C04029; }
span { border-color: rgb(192,64,41); }
td.TdClassName
{
border-color: #C04029;
}
.TagClassName
{
border-color: #C04029;
}
</style>