Shades of Grenadier #C04337
Tints of Grenadier #C04337
RGB
CMYK
RGB Variations
Color information
#C04337 (or 0xC04337) is known color: Grenadier. HEX triplet: C0, 43 and 37. RGB value is (192,67,55). Sum of RGB (Red+Green+Blue) = 192+67+55=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C04337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04337 is #3FBCC8. Grayscale: #676767. Windows color (decimal): -4177097 or 3621824. OLE color: 3621824.
HSL color Cylindrical-coordinate representation of color #C04337: hue angle of 5.26º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04337 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 55 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.25 |
| HSL | 5.26º | 0.55% | 0.48% | - |
| HSV(B) | 5.26º | 0.71% | 0.75% | - |
| XYZ | 24.43 | 15.5 | 5.32 | - |
| YUV | 103.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 55 | 0 | 0.65 | 0.71 | 0.25 | 5.26 | 0.55 | 0.48 |
| Hex | C0 | 43 | 37 | 0 | 41 | 47 | 19 | 5 | 37 | 30 |
| Octal | 300 | 103 | 67 | 0 | 101 | 107 | 31 | 5 | 67 | 60 |
| Binary | 11000000 | 1000011 | 110111 | 0 | 1000001 | 1000111 | 11001 | 101 | 110111 | 110000 |
Color Harmonies of #C04337
Complementary color
Monochromatic Colors of #C04337
Black with #C04337
Text Example
Text Example
White with #C04337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04337; }
p { color: rgb(192,67,55); }
H1.HeaderClassName
{
color: #C04337;
}
.AnyTagClassName
{
color: #C04337;
}
</style>
background-color css
<style>
a { background-color: #C04337; }
a { background-color: rgb(192,67,55); }
div.DivClassName
{
background-color: #C04337;
}
.BgClassName
{
background-color: #C04337;
}
</style>
border-color css
<style>
span { border-color: #C04337; }
span { border-color: rgb(192,67,55); }
td.TdClassName
{
border-color: #C04337;
}
.TagClassName
{
border-color: #C04337;
}
</style>