Shades of Grenadier #C04A35
Tints of Grenadier #C04A35
RGB
CMYK
RGB Variations
Color information
#C04A35 (or 0xC04A35) is known color: Grenadier. HEX triplet: C0, 4A and 35. RGB value is (192,74,53). Sum of RGB (Red+Green+Blue) = 192+74+53=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A35 is #3FB5CA. Grayscale: #6B6B6B. Windows color (decimal): -4175307 or 3492544. OLE color: 3492544.
HSL color Cylindrical-coordinate representation of color #C04A35: hue angle of 9.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04A35 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 53 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.25 |
| HSL | 9.06º | 0.57% | 0.48% | - |
| HSV(B) | 9.06º | 0.72% | 0.75% | - |
| XYZ | 24.83 | 16.36 | 5.22 | - |
| YUV | 106.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 53 | 0 | 0.61 | 0.72 | 0.25 | 9.06 | 0.57 | 0.48 |
| Hex | C0 | 4A | 35 | 0 | 3D | 48 | 19 | 9 | 39 | 30 |
| Octal | 300 | 112 | 65 | 0 | 75 | 110 | 31 | 11 | 71 | 60 |
| Binary | 11000000 | 1001010 | 110101 | 0 | 111101 | 1001000 | 11001 | 1001 | 111001 | 110000 |
Color Harmonies of #C04A35
Complementary color
Monochromatic Colors of #C04A35
Black with #C04A35
Text Example
Text Example
White with #C04A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A35; }
p { color: rgb(192,74,53); }
H1.HeaderClassName
{
color: #C04A35;
}
.AnyTagClassName
{
color: #C04A35;
}
</style>
background-color css
<style>
a { background-color: #C04A35; }
a { background-color: rgb(192,74,53); }
div.DivClassName
{
background-color: #C04A35;
}
.BgClassName
{
background-color: #C04A35;
}
</style>
border-color css
<style>
span { border-color: #C04A35; }
span { border-color: rgb(192,74,53); }
td.TdClassName
{
border-color: #C04A35;
}
.TagClassName
{
border-color: #C04A35;
}
</style>