Shades of Grenadier #C04A3F
Tints of Grenadier #C04A3F
RGB
CMYK
RGB Variations
Color information
#C04A3F (or 0xC04A3F) is known color: Grenadier. HEX triplet: C0, 4A and 3F. RGB value is (192,74,63). Sum of RGB (Red+Green+Blue) = 192+74+63=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A3F is #3FB5C0. Grayscale: #6C6C6C. Windows color (decimal): -4175297 or 4147904. OLE color: 4147904.
HSL color Cylindrical-coordinate representation of color #C04A3F: hue angle of 5.12º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04A3F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 63 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.25 |
| HSL | 5.12º | 0.51% | 0.5% | - |
| HSV(B) | 5.12º | 0.67% | 0.75% | - |
| XYZ | 25.08 | 16.46 | 6.56 | - |
| YUV | 108.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 63 | 0 | 0.61 | 0.67 | 0.25 | 5.12 | 0.51 | 0.5 |
| Hex | C0 | 4A | 3F | 0 | 3D | 43 | 19 | 5 | 33 | 32 |
| Octal | 300 | 112 | 77 | 0 | 75 | 103 | 31 | 5 | 63 | 62 |
| Binary | 11000000 | 1001010 | 111111 | 0 | 111101 | 1000011 | 11001 | 101 | 110011 | 110010 |
Color Harmonies of #C04A3F
Complementary color
Monochromatic Colors of #C04A3F
Black with #C04A3F
Text Example
Text Example
White with #C04A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A3F; }
p { color: rgb(192,74,63); }
H1.HeaderClassName
{
color: #C04A3F;
}
.AnyTagClassName
{
color: #C04A3F;
}
</style>
background-color css
<style>
a { background-color: #C04A3F; }
a { background-color: rgb(192,74,63); }
div.DivClassName
{
background-color: #C04A3F;
}
.BgClassName
{
background-color: #C04A3F;
}
</style>
border-color css
<style>
span { border-color: #C04A3F; }
span { border-color: rgb(192,74,63); }
td.TdClassName
{
border-color: #C04A3F;
}
.TagClassName
{
border-color: #C04A3F;
}
</style>