Shades of Grenadier #C34636
Tints of Grenadier #C34636
RGB
CMYK
RGB Variations
Color information
#C34636 (or 0xC34636) is known color: Grenadier. HEX triplet: C3, 46 and 36. RGB value is (195,70,54). Sum of RGB (Red+Green+Blue) = 195+70+54=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34636 is #3CB9C9. Grayscale: #696969. Windows color (decimal): -3979722 or 3557059. OLE color: 3557059.
HSL color Cylindrical-coordinate representation of color #C34636: hue angle of 6.81º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C34636 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 54 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.24 |
| HSL | 6.81º | 0.57% | 0.49% | - |
| HSV(B) | 6.81º | 0.72% | 0.76% | - |
| XYZ | 25.36 | 16.25 | 5.29 | - |
| YUV | 105.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 54 | 0 | 0.64 | 0.72 | 0.24 | 6.81 | 0.57 | 0.49 |
| Hex | C3 | 46 | 36 | 0 | 40 | 48 | 18 | 7 | 39 | 31 |
| Octal | 303 | 106 | 66 | 0 | 100 | 110 | 30 | 7 | 71 | 61 |
| Binary | 11000011 | 1000110 | 110110 | 0 | 1000000 | 1001000 | 11000 | 111 | 111001 | 110001 |
Color Harmonies of #C34636
Complementary color
Monochromatic Colors of #C34636
Black with #C34636
Text Example
Text Example
White with #C34636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34636; }
p { color: rgb(195,70,54); }
H1.HeaderClassName
{
color: #C34636;
}
.AnyTagClassName
{
color: #C34636;
}
</style>
background-color css
<style>
a { background-color: #C34636; }
a { background-color: rgb(195,70,54); }
div.DivClassName
{
background-color: #C34636;
}
.BgClassName
{
background-color: #C34636;
}
</style>
border-color css
<style>
span { border-color: #C34636; }
span { border-color: rgb(195,70,54); }
td.TdClassName
{
border-color: #C34636;
}
.TagClassName
{
border-color: #C34636;
}
</style>