Shades of Grenadier #C3553B
Tints of Grenadier #C3553B
RGB
CMYK
RGB Variations
Color information
#C3553B (or 0xC3553B) is known color: Grenadier. HEX triplet: C3, 55 and 3B. RGB value is (195,85,59). Sum of RGB (Red+Green+Blue) = 195+85+59=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3553B is #3CAAC4. Grayscale: #737373. Windows color (decimal): -3975877 or 3888579. OLE color: 3888579.
HSL color Cylindrical-coordinate representation of color #C3553B: hue angle of 11.47º 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 #C3553B is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 59 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.24 |
| HSL | 11.47º | 0.54% | 0.5% | - |
| HSV(B) | 11.47º | 0.7% | 0.76% | - |
| XYZ | 26.54 | 18.41 | 6.29 | - |
| YUV | 114.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 59 | 0 | 0.56 | 0.70 | 0.24 | 11.47 | 0.54 | 0.5 |
| Hex | C3 | 55 | 3B | 0 | 38 | 46 | 18 | B | 36 | 32 |
| Octal | 303 | 125 | 73 | 0 | 70 | 106 | 30 | 13 | 66 | 62 |
| Binary | 11000011 | 1010101 | 111011 | 0 | 111000 | 1000110 | 11000 | 1011 | 110110 | 110010 |
Color Harmonies of #C3553B
Complementary color
Monochromatic Colors of #C3553B
Black with #C3553B
Text Example
Text Example
White with #C3553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3553B; }
p { color: rgb(195,85,59); }
H1.HeaderClassName
{
color: #C3553B;
}
.AnyTagClassName
{
color: #C3553B;
}
</style>
background-color css
<style>
a { background-color: #C3553B; }
a { background-color: rgb(195,85,59); }
div.DivClassName
{
background-color: #C3553B;
}
.BgClassName
{
background-color: #C3553B;
}
</style>
border-color css
<style>
span { border-color: #C3553B; }
span { border-color: rgb(195,85,59); }
td.TdClassName
{
border-color: #C3553B;
}
.TagClassName
{
border-color: #C3553B;
}
</style>