Shades of Grenadier #C34B37
Tints of Grenadier #C34B37
RGB
CMYK
RGB Variations
Color information
#C34B37 (or 0xC34B37) is known color: Grenadier. HEX triplet: C3, 4B and 37. RGB value is (195,75,55). Sum of RGB (Red+Green+Blue) = 195+75+55=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B37 is #3CB4C8. Grayscale: #6C6C6C. Windows color (decimal): -3978441 or 3623875. OLE color: 3623875.
HSL color Cylindrical-coordinate representation of color #C34B37: hue angle of 8.57º degrees, saturation: 0.56, 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 #C34B37 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 55 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.24 |
| HSL | 8.57º | 0.56% | 0.49% | - |
| HSV(B) | 8.57º | 0.72% | 0.76% | - |
| XYZ | 25.71 | 16.91 | 5.52 | - |
| YUV | 108.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 55 | 0 | 0.62 | 0.72 | 0.24 | 8.57 | 0.56 | 0.49 |
| Hex | C3 | 4B | 37 | 0 | 3E | 48 | 18 | 9 | 38 | 31 |
| Octal | 303 | 113 | 67 | 0 | 76 | 110 | 30 | 11 | 70 | 61 |
| Binary | 11000011 | 1001011 | 110111 | 0 | 111110 | 1001000 | 11000 | 1001 | 111000 | 110001 |
Color Harmonies of #C34B37
Complementary color
Monochromatic Colors of #C34B37
Black with #C34B37
Text Example
Text Example
White with #C34B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B37; }
p { color: rgb(195,75,55); }
H1.HeaderClassName
{
color: #C34B37;
}
.AnyTagClassName
{
color: #C34B37;
}
</style>
background-color css
<style>
a { background-color: #C34B37; }
a { background-color: rgb(195,75,55); }
div.DivClassName
{
background-color: #C34B37;
}
.BgClassName
{
background-color: #C34B37;
}
</style>
border-color css
<style>
span { border-color: #C34B37; }
span { border-color: rgb(195,75,55); }
td.TdClassName
{
border-color: #C34B37;
}
.TagClassName
{
border-color: #C34B37;
}
</style>