Shades of Grenadier #C04B37
Tints of Grenadier #C04B37
RGB
CMYK
RGB Variations
Color information
#C04B37 (or 0xC04B37) is known color: Grenadier. HEX triplet: C0, 4B and 37. RGB value is (192,75,55). Sum of RGB (Red+Green+Blue) = 192+75+55=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B37 is #3FB4C8. Grayscale: #6B6B6B. Windows color (decimal): -4175049 or 3623872. OLE color: 3623872.
HSL color Cylindrical-coordinate representation of color #C04B37: hue angle of 8.76º 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 #C04B37 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 55 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.25 |
| HSL | 8.76º | 0.55% | 0.48% | - |
| HSV(B) | 8.76º | 0.71% | 0.75% | - |
| XYZ | 24.94 | 16.51 | 5.49 | - |
| YUV | 107.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 55 | 0 | 0.61 | 0.71 | 0.25 | 8.76 | 0.55 | 0.48 |
| Hex | C0 | 4B | 37 | 0 | 3D | 47 | 19 | 9 | 37 | 30 |
| Octal | 300 | 113 | 67 | 0 | 75 | 107 | 31 | 11 | 67 | 60 |
| Binary | 11000000 | 1001011 | 110111 | 0 | 111101 | 1000111 | 11001 | 1001 | 110111 | 110000 |
Color Harmonies of #C04B37
Complementary color
Monochromatic Colors of #C04B37
Black with #C04B37
Text Example
Text Example
White with #C04B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B37; }
p { color: rgb(192,75,55); }
H1.HeaderClassName
{
color: #C04B37;
}
.AnyTagClassName
{
color: #C04B37;
}
</style>
background-color css
<style>
a { background-color: #C04B37; }
a { background-color: rgb(192,75,55); }
div.DivClassName
{
background-color: #C04B37;
}
.BgClassName
{
background-color: #C04B37;
}
</style>
border-color css
<style>
span { border-color: #C04B37; }
span { border-color: rgb(192,75,55); }
td.TdClassName
{
border-color: #C04B37;
}
.TagClassName
{
border-color: #C04B37;
}
</style>