Shades of Grenadier #C34C36
Tints of Grenadier #C34C36
RGB
CMYK
RGB Variations
Color information
#C34C36 (or 0xC34C36) is known color: Grenadier. HEX triplet: C3, 4C and 36. RGB value is (195,76,54). Sum of RGB (Red+Green+Blue) = 195+76+54=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C36 is #3CB3C9. Grayscale: #6D6D6D. Windows color (decimal): -3978186 or 3558595. OLE color: 3558595.
HSL color Cylindrical-coordinate representation of color #C34C36: hue angle of 9.36º 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 #C34C36 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 54 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.24 |
| HSL | 9.36º | 0.57% | 0.49% | - |
| HSV(B) | 9.36º | 0.72% | 0.76% | - |
| XYZ | 25.76 | 17.04 | 5.42 | - |
| YUV | 109.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 54 | 0 | 0.61 | 0.72 | 0.24 | 9.36 | 0.57 | 0.49 |
| Hex | C3 | 4C | 36 | 0 | 3D | 48 | 18 | 9 | 39 | 31 |
| Octal | 303 | 114 | 66 | 0 | 75 | 110 | 30 | 11 | 71 | 61 |
| Binary | 11000011 | 1001100 | 110110 | 0 | 111101 | 1001000 | 11000 | 1001 | 111001 | 110001 |
Color Harmonies of #C34C36
Complementary color
Monochromatic Colors of #C34C36
Black with #C34C36
Text Example
Text Example
White with #C34C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C36; }
p { color: rgb(195,76,54); }
H1.HeaderClassName
{
color: #C34C36;
}
.AnyTagClassName
{
color: #C34C36;
}
</style>
background-color css
<style>
a { background-color: #C34C36; }
a { background-color: rgb(195,76,54); }
div.DivClassName
{
background-color: #C34C36;
}
.BgClassName
{
background-color: #C34C36;
}
</style>
border-color css
<style>
span { border-color: #C34C36; }
span { border-color: rgb(195,76,54); }
td.TdClassName
{
border-color: #C34C36;
}
.TagClassName
{
border-color: #C34C36;
}
</style>