Shades of Grenadier #C3412C
Tints of Grenadier #C3412C
RGB
CMYK
RGB Variations
Color information
#C3412C (or 0xC3412C) is known color: Grenadier. HEX triplet: C3, 41 and 2C. RGB value is (195,65,44). Sum of RGB (Red+Green+Blue) = 195+65+44=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3412C is #3CBED3. Grayscale: #656565. Windows color (decimal): -3981012 or 2900419. OLE color: 2900419.
HSL color Cylindrical-coordinate representation of color #C3412C: hue angle of 8.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3412C is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 44 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.24 |
| HSL | 8.34º | 0.63% | 0.47% | - |
| HSV(B) | 8.34º | 0.77% | 0.76% | - |
| XYZ | 24.85 | 15.56 | 4.08 | - |
| YUV | 101.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 44 | 0 | 0.67 | 0.77 | 0.24 | 8.34 | 0.63 | 0.47 |
| Hex | C3 | 41 | 2C | 0 | 43 | 4D | 18 | 8 | 3F | 2F |
| Octal | 303 | 101 | 54 | 0 | 103 | 115 | 30 | 10 | 77 | 57 |
| Binary | 11000011 | 1000001 | 101100 | 0 | 1000011 | 1001101 | 11000 | 1000 | 111111 | 101111 |
Color Harmonies of #C3412C
Complementary color
Monochromatic Colors of #C3412C
Black with #C3412C
Text Example
Text Example
White with #C3412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3412C; }
p { color: rgb(195,65,44); }
H1.HeaderClassName
{
color: #C3412C;
}
.AnyTagClassName
{
color: #C3412C;
}
</style>
background-color css
<style>
a { background-color: #C3412C; }
a { background-color: rgb(195,65,44); }
div.DivClassName
{
background-color: #C3412C;
}
.BgClassName
{
background-color: #C3412C;
}
</style>
border-color css
<style>
span { border-color: #C3412C; }
span { border-color: rgb(195,65,44); }
td.TdClassName
{
border-color: #C3412C;
}
.TagClassName
{
border-color: #C3412C;
}
</style>