Shades of Grenadier #C3493B
Tints of Grenadier #C3493B
RGB
CMYK
RGB Variations
Color information
#C3493B (or 0xC3493B) is known color: Grenadier. HEX triplet: C3, 49 and 3B. RGB value is (195,73,59). Sum of RGB (Red+Green+Blue) = 195+73+59=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3493B is #3CB6C4. Grayscale: #6C6C6C. Windows color (decimal): -3978949 or 3885507. OLE color: 3885507.
HSL color Cylindrical-coordinate representation of color #C3493B: hue angle of 6.18º 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 #C3493B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 59 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.24 |
| HSL | 6.18º | 0.54% | 0.5% | - |
| HSV(B) | 6.18º | 0.7% | 0.76% | - |
| XYZ | 25.68 | 16.68 | 6 | - |
| YUV | 107.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 59 | 0 | 0.63 | 0.70 | 0.24 | 6.18 | 0.54 | 0.5 |
| Hex | C3 | 49 | 3B | 0 | 3F | 46 | 18 | 6 | 36 | 32 |
| Octal | 303 | 111 | 73 | 0 | 77 | 106 | 30 | 6 | 66 | 62 |
| Binary | 11000011 | 1001001 | 111011 | 0 | 111111 | 1000110 | 11000 | 110 | 110110 | 110010 |
Color Harmonies of #C3493B
Complementary color
Monochromatic Colors of #C3493B
Black with #C3493B
Text Example
Text Example
White with #C3493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3493B; }
p { color: rgb(195,73,59); }
H1.HeaderClassName
{
color: #C3493B;
}
.AnyTagClassName
{
color: #C3493B;
}
</style>
background-color css
<style>
a { background-color: #C3493B; }
a { background-color: rgb(195,73,59); }
div.DivClassName
{
background-color: #C3493B;
}
.BgClassName
{
background-color: #C3493B;
}
</style>
border-color css
<style>
span { border-color: #C3493B; }
span { border-color: rgb(195,73,59); }
td.TdClassName
{
border-color: #C3493B;
}
.TagClassName
{
border-color: #C3493B;
}
</style>