Shades of Grenadier #C04329
Tints of Grenadier #C04329
RGB
CMYK
RGB Variations
Color information
#C04329 (or 0xC04329) is known color: Grenadier. HEX triplet: C0, 43 and 29. RGB value is (192,67,41). Sum of RGB (Red+Green+Blue) = 192+67+41=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C04329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04329 is #3FBCD6. Grayscale: #656565. Windows color (decimal): -4177111 or 2704320. OLE color: 2704320.
HSL color Cylindrical-coordinate representation of color #C04329: hue angle of 10.33º 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 #C04329 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 41 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.25 |
| HSL | 10.33º | 0.65% | 0.46% | - |
| HSV(B) | 10.33º | 0.79% | 0.75% | - |
| XYZ | 24.15 | 15.38 | 3.79 | - |
| YUV | 101.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 41 | 0 | 0.65 | 0.79 | 0.25 | 10.33 | 0.65 | 0.46 |
| Hex | C0 | 43 | 29 | 0 | 41 | 4F | 19 | A | 41 | 2E |
| Octal | 300 | 103 | 51 | 0 | 101 | 117 | 31 | 12 | 101 | 56 |
| Binary | 11000000 | 1000011 | 101001 | 0 | 1000001 | 1001111 | 11001 | 1010 | 1000001 | 101110 |
Color Harmonies of #C04329
Complementary color
Monochromatic Colors of #C04329
Black with #C04329
Text Example
Text Example
White with #C04329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04329; }
p { color: rgb(192,67,41); }
H1.HeaderClassName
{
color: #C04329;
}
.AnyTagClassName
{
color: #C04329;
}
</style>
background-color css
<style>
a { background-color: #C04329; }
a { background-color: rgb(192,67,41); }
div.DivClassName
{
background-color: #C04329;
}
.BgClassName
{
background-color: #C04329;
}
</style>
border-color css
<style>
span { border-color: #C04329; }
span { border-color: rgb(192,67,41); }
td.TdClassName
{
border-color: #C04329;
}
.TagClassName
{
border-color: #C04329;
}
</style>