Shades of Grenadier #C04534
Tints of Grenadier #C04534
RGB
CMYK
RGB Variations
Color information
#C04534 (or 0xC04534) is known color: Grenadier. HEX triplet: C0, 45 and 34. RGB value is (192,69,52). Sum of RGB (Red+Green+Blue) = 192+69+52=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04534 is #3FBACB. Grayscale: #686868. Windows color (decimal): -4176588 or 3425728. OLE color: 3425728.
HSL color Cylindrical-coordinate representation of color #C04534: hue angle of 7.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04534 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 52 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.25 |
| HSL | 7.29º | 0.57% | 0.48% | - |
| HSV(B) | 7.29º | 0.73% | 0.75% | - |
| XYZ | 24.49 | 15.71 | 4.99 | - |
| YUV | 103.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 52 | 0 | 0.64 | 0.73 | 0.25 | 7.29 | 0.57 | 0.48 |
| Hex | C0 | 45 | 34 | 0 | 40 | 49 | 19 | 7 | 39 | 30 |
| Octal | 300 | 105 | 64 | 0 | 100 | 111 | 31 | 7 | 71 | 60 |
| Binary | 11000000 | 1000101 | 110100 | 0 | 1000000 | 1001001 | 11001 | 111 | 111001 | 110000 |
Color Harmonies of #C04534
Complementary color
Monochromatic Colors of #C04534
Black with #C04534
Text Example
Text Example
White with #C04534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04534; }
p { color: rgb(192,69,52); }
H1.HeaderClassName
{
color: #C04534;
}
.AnyTagClassName
{
color: #C04534;
}
</style>
background-color css
<style>
a { background-color: #C04534; }
a { background-color: rgb(192,69,52); }
div.DivClassName
{
background-color: #C04534;
}
.BgClassName
{
background-color: #C04534;
}
</style>
border-color css
<style>
span { border-color: #C04534; }
span { border-color: rgb(192,69,52); }
td.TdClassName
{
border-color: #C04534;
}
.TagClassName
{
border-color: #C04534;
}
</style>