Shades of Grenadier #C3412D
Tints of Grenadier #C3412D
RGB
CMYK
RGB Variations
Color information
#C3412D (or 0xC3412D) is known color: Grenadier. HEX triplet: C3, 41 and 2D. RGB value is (195,65,45). Sum of RGB (Red+Green+Blue) = 195+65+45=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3412D is #3CBED2. Grayscale: #656565. Windows color (decimal): -3981011 or 2965955. OLE color: 2965955.
HSL color Cylindrical-coordinate representation of color #C3412D: hue angle of 8º degrees, saturation: 0.62, 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 #C3412D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 45 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.24 |
| HSL | 8º | 0.63% | 0.47% | - |
| HSV(B) | 8º | 0.77% | 0.76% | - |
| XYZ | 24.87 | 15.57 | 4.18 | - |
| YUV | 101.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 45 | 0 | 0.67 | 0.77 | 0.24 | 8 | 0.63 | 0.47 |
| Hex | C3 | 41 | 2D | 0 | 43 | 4D | 18 | 8 | 3E | 2F |
| Octal | 303 | 101 | 55 | 0 | 103 | 115 | 30 | 10 | 76 | 57 |
| Binary | 11000011 | 1000001 | 101101 | 0 | 1000011 | 1001101 | 11000 | 1000 | 111110 | 101111 |
Color Harmonies of #C3412D
Complementary color
Monochromatic Colors of #C3412D
Black with #C3412D
Text Example
Text Example
White with #C3412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3412D; }
p { color: rgb(195,65,45); }
H1.HeaderClassName
{
color: #C3412D;
}
.AnyTagClassName
{
color: #C3412D;
}
</style>
background-color css
<style>
a { background-color: #C3412D; }
a { background-color: rgb(195,65,45); }
div.DivClassName
{
background-color: #C3412D;
}
.BgClassName
{
background-color: #C3412D;
}
</style>
border-color css
<style>
span { border-color: #C3412D; }
span { border-color: rgb(195,65,45); }
td.TdClassName
{
border-color: #C3412D;
}
.TagClassName
{
border-color: #C3412D;
}
</style>