Shades of Grenadier #C3533A
Tints of Grenadier #C3533A
RGB
CMYK
RGB Variations
Color information
#C3533A (or 0xC3533A) is known color: Grenadier. HEX triplet: C3, 53 and 3A. RGB value is (195,83,58). Sum of RGB (Red+Green+Blue) = 195+83+58=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3533A is #3CACC5. Grayscale: #717171. Windows color (decimal): -3976390 or 3822531. OLE color: 3822531.
HSL color Cylindrical-coordinate representation of color #C3533A: hue angle of 10.95º 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 #C3533A is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 58 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.24 |
| HSL | 10.95º | 0.54% | 0.5% | - |
| HSV(B) | 10.95º | 0.7% | 0.76% | - |
| XYZ | 26.36 | 18.09 | 6.11 | - |
| YUV | 113.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 58 | 0 | 0.57 | 0.70 | 0.24 | 10.95 | 0.54 | 0.5 |
| Hex | C3 | 53 | 3A | 0 | 39 | 46 | 18 | B | 36 | 32 |
| Octal | 303 | 123 | 72 | 0 | 71 | 106 | 30 | 13 | 66 | 62 |
| Binary | 11000011 | 1010011 | 111010 | 0 | 111001 | 1000110 | 11000 | 1011 | 110110 | 110010 |
Color Harmonies of #C3533A
Complementary color
Monochromatic Colors of #C3533A
Black with #C3533A
Text Example
Text Example
White with #C3533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3533A; }
p { color: rgb(195,83,58); }
H1.HeaderClassName
{
color: #C3533A;
}
.AnyTagClassName
{
color: #C3533A;
}
</style>
background-color css
<style>
a { background-color: #C3533A; }
a { background-color: rgb(195,83,58); }
div.DivClassName
{
background-color: #C3533A;
}
.BgClassName
{
background-color: #C3533A;
}
</style>
border-color css
<style>
span { border-color: #C3533A; }
span { border-color: rgb(195,83,58); }
td.TdClassName
{
border-color: #C3533A;
}
.TagClassName
{
border-color: #C3533A;
}
</style>