Shades of Grenadier #C04A3E
Tints of Grenadier #C04A3E
RGB
CMYK
RGB Variations
Color information
#C04A3E (or 0xC04A3E) is known color: Grenadier. HEX triplet: C0, 4A and 3E. RGB value is (192,74,62). Sum of RGB (Red+Green+Blue) = 192+74+62=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A3E is #3FB5C1. Grayscale: #6C6C6C. Windows color (decimal): -4175298 or 4082368. OLE color: 4082368.
HSL color Cylindrical-coordinate representation of color #C04A3E: hue angle of 5.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04A3E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 62 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.25 |
| HSL | 5.54º | 0.51% | 0.5% | - |
| HSV(B) | 5.54º | 0.68% | 0.75% | - |
| XYZ | 25.06 | 16.45 | 6.41 | - |
| YUV | 107.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 62 | 0 | 0.61 | 0.68 | 0.25 | 5.54 | 0.51 | 0.5 |
| Hex | C0 | 4A | 3E | 0 | 3D | 44 | 19 | 6 | 33 | 32 |
| Octal | 300 | 112 | 76 | 0 | 75 | 104 | 31 | 6 | 63 | 62 |
| Binary | 11000000 | 1001010 | 111110 | 0 | 111101 | 1000100 | 11001 | 110 | 110011 | 110010 |
Color Harmonies of #C04A3E
Complementary color
Monochromatic Colors of #C04A3E
Black with #C04A3E
Text Example
Text Example
White with #C04A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A3E; }
p { color: rgb(192,74,62); }
H1.HeaderClassName
{
color: #C04A3E;
}
.AnyTagClassName
{
color: #C04A3E;
}
</style>
background-color css
<style>
a { background-color: #C04A3E; }
a { background-color: rgb(192,74,62); }
div.DivClassName
{
background-color: #C04A3E;
}
.BgClassName
{
background-color: #C04A3E;
}
</style>
border-color css
<style>
span { border-color: #C04A3E; }
span { border-color: rgb(192,74,62); }
td.TdClassName
{
border-color: #C04A3E;
}
.TagClassName
{
border-color: #C04A3E;
}
</style>