Shades of Grenadier #C34036
Tints of Grenadier #C34036
RGB
CMYK
RGB Variations
Color information
#C34036 (or 0xC34036) is known color: Grenadier. HEX triplet: C3, 40 and 36. RGB value is (195,64,54). Sum of RGB (Red+Green+Blue) = 195+64+54=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C34036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34036 is #3CBFC9. Grayscale: #666666. Windows color (decimal): -3981258 or 3555523. OLE color: 3555523.
HSL color Cylindrical-coordinate representation of color #C34036: hue angle of 4.26º 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 #C34036 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 54 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.24 |
| HSL | 4.26º | 0.57% | 0.49% | - |
| HSV(B) | 4.26º | 0.72% | 0.76% | - |
| XYZ | 25 | 15.54 | 5.17 | - |
| YUV | 102.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 54 | 0 | 0.67 | 0.72 | 0.24 | 4.26 | 0.57 | 0.49 |
| Hex | C3 | 40 | 36 | 0 | 43 | 48 | 18 | 4 | 39 | 31 |
| Octal | 303 | 100 | 66 | 0 | 103 | 110 | 30 | 4 | 71 | 61 |
| Binary | 11000011 | 1000000 | 110110 | 0 | 1000011 | 1001000 | 11000 | 100 | 111001 | 110001 |
Color Harmonies of #C34036
Complementary color
Monochromatic Colors of #C34036
Black with #C34036
Text Example
Text Example
White with #C34036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34036; }
p { color: rgb(195,64,54); }
H1.HeaderClassName
{
color: #C34036;
}
.AnyTagClassName
{
color: #C34036;
}
</style>
background-color css
<style>
a { background-color: #C34036; }
a { background-color: rgb(195,64,54); }
div.DivClassName
{
background-color: #C34036;
}
.BgClassName
{
background-color: #C34036;
}
</style>
border-color css
<style>
span { border-color: #C34036; }
span { border-color: rgb(195,64,54); }
td.TdClassName
{
border-color: #C34036;
}
.TagClassName
{
border-color: #C34036;
}
</style>