Shades of Grenadier #C04A37
Tints of Grenadier #C04A37
RGB
CMYK
RGB Variations
Color information
#C04A37 (or 0xC04A37) is known color: Grenadier. HEX triplet: C0, 4A and 37. RGB value is (192,74,55). Sum of RGB (Red+Green+Blue) = 192+74+55=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A37 is #3FB5C8. Grayscale: #6B6B6B. Windows color (decimal): -4175305 or 3623616. OLE color: 3623616.
HSL color Cylindrical-coordinate representation of color #C04A37: hue angle of 8.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04A37 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 55 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.25 |
| HSL | 8.32º | 0.55% | 0.48% | - |
| HSV(B) | 8.32º | 0.71% | 0.75% | - |
| XYZ | 24.88 | 16.38 | 5.46 | - |
| YUV | 107.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 55 | 0 | 0.61 | 0.71 | 0.25 | 8.32 | 0.55 | 0.48 |
| Hex | C0 | 4A | 37 | 0 | 3D | 47 | 19 | 8 | 37 | 30 |
| Octal | 300 | 112 | 67 | 0 | 75 | 107 | 31 | 10 | 67 | 60 |
| Binary | 11000000 | 1001010 | 110111 | 0 | 111101 | 1000111 | 11001 | 1000 | 110111 | 110000 |
Color Harmonies of #C04A37
Complementary color
Monochromatic Colors of #C04A37
Black with #C04A37
Text Example
Text Example
White with #C04A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A37; }
p { color: rgb(192,74,55); }
H1.HeaderClassName
{
color: #C04A37;
}
.AnyTagClassName
{
color: #C04A37;
}
</style>
background-color css
<style>
a { background-color: #C04A37; }
a { background-color: rgb(192,74,55); }
div.DivClassName
{
background-color: #C04A37;
}
.BgClassName
{
background-color: #C04A37;
}
</style>
border-color css
<style>
span { border-color: #C04A37; }
span { border-color: rgb(192,74,55); }
td.TdClassName
{
border-color: #C04A37;
}
.TagClassName
{
border-color: #C04A37;
}
</style>