Shades of Grenadier #C34A3E
Tints of Grenadier #C34A3E
RGB
CMYK
RGB Variations
Color information
#C34A3E (or 0xC34A3E) is known color: Grenadier. HEX triplet: C3, 4A and 3E. RGB value is (195,74,62). Sum of RGB (Red+Green+Blue) = 195+74+62=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A3E is #3CB5C1. Grayscale: #6C6C6C. Windows color (decimal): -3978690 or 4082371. OLE color: 4082371.
HSL color Cylindrical-coordinate representation of color #C34A3E: hue angle of 5.41º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34A3E is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 62 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.24 |
| HSL | 5.41º | 0.53% | 0.5% | - |
| HSV(B) | 5.41º | 0.68% | 0.76% | - |
| XYZ | 25.82 | 16.85 | 6.45 | - |
| YUV | 108.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 62 | 0 | 0.62 | 0.68 | 0.24 | 5.41 | 0.53 | 0.5 |
| Hex | C3 | 4A | 3E | 0 | 3E | 44 | 18 | 5 | 35 | 32 |
| Octal | 303 | 112 | 76 | 0 | 76 | 104 | 30 | 5 | 65 | 62 |
| Binary | 11000011 | 1001010 | 111110 | 0 | 111110 | 1000100 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C34A3E
Complementary color
Monochromatic Colors of #C34A3E
Black with #C34A3E
Text Example
Text Example
White with #C34A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A3E; }
p { color: rgb(195,74,62); }
H1.HeaderClassName
{
color: #C34A3E;
}
.AnyTagClassName
{
color: #C34A3E;
}
</style>
background-color css
<style>
a { background-color: #C34A3E; }
a { background-color: rgb(195,74,62); }
div.DivClassName
{
background-color: #C34A3E;
}
.BgClassName
{
background-color: #C34A3E;
}
</style>
border-color css
<style>
span { border-color: #C34A3E; }
span { border-color: rgb(195,74,62); }
td.TdClassName
{
border-color: #C34A3E;
}
.TagClassName
{
border-color: #C34A3E;
}
</style>