Shades of Grenadier #C34934
Tints of Grenadier #C34934
RGB
CMYK
RGB Variations
Color information
#C34934 (or 0xC34934) is known color: Grenadier. HEX triplet: C3, 49 and 34. RGB value is (195,73,52). Sum of RGB (Red+Green+Blue) = 195+73+52=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C34934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34934 is #3CB6CB. Grayscale: #6B6B6B. Windows color (decimal): -3978956 or 3426755. OLE color: 3426755.
HSL color Cylindrical-coordinate representation of color #C34934: hue angle of 8.81º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C34934 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 52 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.24 |
| HSL | 8.81º | 0.58% | 0.48% | - |
| HSV(B) | 8.81º | 0.73% | 0.76% | - |
| XYZ | 25.51 | 16.62 | 5.11 | - |
| YUV | 107.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 52 | 0 | 0.63 | 0.73 | 0.24 | 8.81 | 0.58 | 0.48 |
| Hex | C3 | 49 | 34 | 0 | 3F | 49 | 18 | 9 | 3A | 30 |
| Octal | 303 | 111 | 64 | 0 | 77 | 111 | 30 | 11 | 72 | 60 |
| Binary | 11000011 | 1001001 | 110100 | 0 | 111111 | 1001001 | 11000 | 1001 | 111010 | 110000 |
Color Harmonies of #C34934
Complementary color
Monochromatic Colors of #C34934
Black with #C34934
Text Example
Text Example
White with #C34934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34934; }
p { color: rgb(195,73,52); }
H1.HeaderClassName
{
color: #C34934;
}
.AnyTagClassName
{
color: #C34934;
}
</style>
background-color css
<style>
a { background-color: #C34934; }
a { background-color: rgb(195,73,52); }
div.DivClassName
{
background-color: #C34934;
}
.BgClassName
{
background-color: #C34934;
}
</style>
border-color css
<style>
span { border-color: #C34934; }
span { border-color: rgb(195,73,52); }
td.TdClassName
{
border-color: #C34934;
}
.TagClassName
{
border-color: #C34934;
}
</style>