Shades of Grenadier #C34A39
Tints of Grenadier #C34A39
RGB
CMYK
RGB Variations
Color information
#C34A39 (or 0xC34A39) is known color: Grenadier. HEX triplet: C3, 4A and 39. RGB value is (195,74,57). Sum of RGB (Red+Green+Blue) = 195+74+57=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A39 is #3CB5C6. Grayscale: #6C6C6C. Windows color (decimal): -3978695 or 3754691. OLE color: 3754691.
HSL color Cylindrical-coordinate representation of color #C34A39: hue angle of 7.39º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34A39 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 57 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.24 |
| HSL | 7.39º | 0.55% | 0.49% | - |
| HSV(B) | 7.39º | 0.71% | 0.76% | - |
| XYZ | 25.69 | 16.8 | 5.76 | - |
| YUV | 108.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 57 | 0 | 0.62 | 0.71 | 0.24 | 7.39 | 0.55 | 0.49 |
| Hex | C3 | 4A | 39 | 0 | 3E | 47 | 18 | 7 | 37 | 31 |
| Octal | 303 | 112 | 71 | 0 | 76 | 107 | 30 | 7 | 67 | 61 |
| Binary | 11000011 | 1001010 | 111001 | 0 | 111110 | 1000111 | 11000 | 111 | 110111 | 110001 |
Color Harmonies of #C34A39
Complementary color
Monochromatic Colors of #C34A39
Black with #C34A39
Text Example
Text Example
White with #C34A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A39; }
p { color: rgb(195,74,57); }
H1.HeaderClassName
{
color: #C34A39;
}
.AnyTagClassName
{
color: #C34A39;
}
</style>
background-color css
<style>
a { background-color: #C34A39; }
a { background-color: rgb(195,74,57); }
div.DivClassName
{
background-color: #C34A39;
}
.BgClassName
{
background-color: #C34A39;
}
</style>
border-color css
<style>
span { border-color: #C34A39; }
span { border-color: rgb(195,74,57); }
td.TdClassName
{
border-color: #C34A39;
}
.TagClassName
{
border-color: #C34A39;
}
</style>