Shades of Grenadier #C3473B
Tints of Grenadier #C3473B
RGB
CMYK
RGB Variations
Color information
#C3473B (or 0xC3473B) is known color: Grenadier. HEX triplet: C3, 47 and 3B. RGB value is (195,71,59). Sum of RGB (Red+Green+Blue) = 195+71+59=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3473B is #3CB8C4. Grayscale: #6A6A6A. Windows color (decimal): -3979461 or 3884995. OLE color: 3884995.
HSL color Cylindrical-coordinate representation of color #C3473B: hue angle of 5.29º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3473B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 59 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.24 |
| HSL | 5.29º | 0.54% | 0.5% | - |
| HSV(B) | 5.29º | 0.7% | 0.76% | - |
| XYZ | 25.55 | 16.42 | 5.96 | - |
| YUV | 106.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 59 | 0 | 0.64 | 0.70 | 0.24 | 5.29 | 0.54 | 0.5 |
| Hex | C3 | 47 | 3B | 0 | 40 | 46 | 18 | 5 | 36 | 32 |
| Octal | 303 | 107 | 73 | 0 | 100 | 106 | 30 | 5 | 66 | 62 |
| Binary | 11000011 | 1000111 | 111011 | 0 | 1000000 | 1000110 | 11000 | 101 | 110110 | 110010 |
Color Harmonies of #C3473B
Complementary color
Monochromatic Colors of #C3473B
Black with #C3473B
Text Example
Text Example
White with #C3473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3473B; }
p { color: rgb(195,71,59); }
H1.HeaderClassName
{
color: #C3473B;
}
.AnyTagClassName
{
color: #C3473B;
}
</style>
background-color css
<style>
a { background-color: #C3473B; }
a { background-color: rgb(195,71,59); }
div.DivClassName
{
background-color: #C3473B;
}
.BgClassName
{
background-color: #C3473B;
}
</style>
border-color css
<style>
span { border-color: #C3473B; }
span { border-color: rgb(195,71,59); }
td.TdClassName
{
border-color: #C3473B;
}
.TagClassName
{
border-color: #C3473B;
}
</style>