Shades of Grenadier #C3513D
Tints of Grenadier #C3513D
RGB
CMYK
RGB Variations
Color information
#C3513D (or 0xC3513D) is known color: Grenadier. HEX triplet: C3, 51 and 3D. RGB value is (195,81,61). Sum of RGB (Red+Green+Blue) = 195+81+61=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3513D is #3CAEC2. Grayscale: #707070. Windows color (decimal): -3976899 or 4018627. OLE color: 4018627.
HSL color Cylindrical-coordinate representation of color #C3513D: hue angle of 8.96º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3513D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 61 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.24 |
| HSL | 8.96º | 0.53% | 0.5% | - |
| HSV(B) | 8.96º | 0.69% | 0.76% | - |
| XYZ | 26.29 | 17.82 | 6.47 | - |
| YUV | 112.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 61 | 0 | 0.58 | 0.69 | 0.24 | 8.96 | 0.53 | 0.5 |
| Hex | C3 | 51 | 3D | 0 | 3A | 45 | 18 | 9 | 35 | 32 |
| Octal | 303 | 121 | 75 | 0 | 72 | 105 | 30 | 11 | 65 | 62 |
| Binary | 11000011 | 1010001 | 111101 | 0 | 111010 | 1000101 | 11000 | 1001 | 110101 | 110010 |
Color Harmonies of #C3513D
Complementary color
Monochromatic Colors of #C3513D
Black with #C3513D
Text Example
Text Example
White with #C3513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3513D; }
p { color: rgb(195,81,61); }
H1.HeaderClassName
{
color: #C3513D;
}
.AnyTagClassName
{
color: #C3513D;
}
</style>
background-color css
<style>
a { background-color: #C3513D; }
a { background-color: rgb(195,81,61); }
div.DivClassName
{
background-color: #C3513D;
}
.BgClassName
{
background-color: #C3513D;
}
</style>
border-color css
<style>
span { border-color: #C3513D; }
span { border-color: rgb(195,81,61); }
td.TdClassName
{
border-color: #C3513D;
}
.TagClassName
{
border-color: #C3513D;
}
</style>