Shades of Grenadier #C34536
Tints of Grenadier #C34536
RGB
CMYK
RGB Variations
Color information
#C34536 (or 0xC34536) is known color: Grenadier. HEX triplet: C3, 45 and 36. RGB value is (195,69,54). Sum of RGB (Red+Green+Blue) = 195+69+54=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C34536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34536 is #3CBAC9. Grayscale: #696969. Windows color (decimal): -3979978 or 3556803. OLE color: 3556803.
HSL color Cylindrical-coordinate representation of color #C34536: hue angle of 6.38º 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 #C34536 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 54 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.24 |
| HSL | 6.38º | 0.57% | 0.49% | - |
| HSV(B) | 6.38º | 0.72% | 0.76% | - |
| XYZ | 25.3 | 16.12 | 5.27 | - |
| YUV | 104.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 54 | 0 | 0.65 | 0.72 | 0.24 | 6.38 | 0.57 | 0.49 |
| Hex | C3 | 45 | 36 | 0 | 41 | 48 | 18 | 6 | 39 | 31 |
| Octal | 303 | 105 | 66 | 0 | 101 | 110 | 30 | 6 | 71 | 61 |
| Binary | 11000011 | 1000101 | 110110 | 0 | 1000001 | 1001000 | 11000 | 110 | 111001 | 110001 |
Color Harmonies of #C34536
Complementary color
Monochromatic Colors of #C34536
Black with #C34536
Text Example
Text Example
White with #C34536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34536; }
p { color: rgb(195,69,54); }
H1.HeaderClassName
{
color: #C34536;
}
.AnyTagClassName
{
color: #C34536;
}
</style>
background-color css
<style>
a { background-color: #C34536; }
a { background-color: rgb(195,69,54); }
div.DivClassName
{
background-color: #C34536;
}
.BgClassName
{
background-color: #C34536;
}
</style>
border-color css
<style>
span { border-color: #C34536; }
span { border-color: rgb(195,69,54); }
td.TdClassName
{
border-color: #C34536;
}
.TagClassName
{
border-color: #C34536;
}
</style>