Shades of Grenadier #C0473D
Tints of Grenadier #C0473D
RGB
CMYK
RGB Variations
Color information
#C0473D (or 0xC0473D) is known color: Grenadier. HEX triplet: C0, 47 and 3D. RGB value is (192,71,61). Sum of RGB (Red+Green+Blue) = 192+71+61=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0473D is #3FB8C2. Grayscale: #6A6A6A. Windows color (decimal): -4176067 or 4016064. OLE color: 4016064.
HSL color Cylindrical-coordinate representation of color #C0473D: hue angle of 4.58º degrees, saturation: 0.52, 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 #C0473D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 61 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.25 |
| HSL | 4.58º | 0.52% | 0.5% | - |
| HSV(B) | 4.58º | 0.68% | 0.75% | - |
| XYZ | 24.83 | 16.05 | 6.2 | - |
| YUV | 106.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 61 | 0 | 0.63 | 0.68 | 0.25 | 4.58 | 0.52 | 0.5 |
| Hex | C0 | 47 | 3D | 0 | 3F | 44 | 19 | 5 | 34 | 32 |
| Octal | 300 | 107 | 75 | 0 | 77 | 104 | 31 | 5 | 64 | 62 |
| Binary | 11000000 | 1000111 | 111101 | 0 | 111111 | 1000100 | 11001 | 101 | 110100 | 110010 |
Color Harmonies of #C0473D
Complementary color
Monochromatic Colors of #C0473D
Black with #C0473D
Text Example
Text Example
White with #C0473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0473D; }
p { color: rgb(192,71,61); }
H1.HeaderClassName
{
color: #C0473D;
}
.AnyTagClassName
{
color: #C0473D;
}
</style>
background-color css
<style>
a { background-color: #C0473D; }
a { background-color: rgb(192,71,61); }
div.DivClassName
{
background-color: #C0473D;
}
.BgClassName
{
background-color: #C0473D;
}
</style>
border-color css
<style>
span { border-color: #C0473D; }
span { border-color: rgb(192,71,61); }
td.TdClassName
{
border-color: #C0473D;
}
.TagClassName
{
border-color: #C0473D;
}
</style>