Shades of Grenadier #C04B32
Tints of Grenadier #C04B32
RGB
CMYK
RGB Variations
Color information
#C04B32 (or 0xC04B32) is known color: Grenadier. HEX triplet: C0, 4B and 32. RGB value is (192,75,50). Sum of RGB (Red+Green+Blue) = 192+75+50=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B32 is #3FB4CD. Grayscale: #6B6B6B. Windows color (decimal): -4175054 or 3296192. OLE color: 3296192.
HSL color Cylindrical-coordinate representation of color #C04B32: hue angle of 10.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C04B32 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 50 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.25 |
| HSL | 10.56º | 0.59% | 0.47% | - |
| HSV(B) | 10.56º | 0.74% | 0.75% | - |
| XYZ | 24.83 | 16.47 | 4.89 | - |
| YUV | 107.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 50 | 0 | 0.61 | 0.74 | 0.25 | 10.56 | 0.59 | 0.47 |
| Hex | C0 | 4B | 32 | 0 | 3D | 4A | 19 | B | 3B | 2F |
| Octal | 300 | 113 | 62 | 0 | 75 | 112 | 31 | 13 | 73 | 57 |
| Binary | 11000000 | 1001011 | 110010 | 0 | 111101 | 1001010 | 11001 | 1011 | 111011 | 101111 |
Color Harmonies of #C04B32
Complementary color
Monochromatic Colors of #C04B32
Black with #C04B32
Text Example
Text Example
White with #C04B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B32; }
p { color: rgb(192,75,50); }
H1.HeaderClassName
{
color: #C04B32;
}
.AnyTagClassName
{
color: #C04B32;
}
</style>
background-color css
<style>
a { background-color: #C04B32; }
a { background-color: rgb(192,75,50); }
div.DivClassName
{
background-color: #C04B32;
}
.BgClassName
{
background-color: #C04B32;
}
</style>
border-color css
<style>
span { border-color: #C04B32; }
span { border-color: rgb(192,75,50); }
td.TdClassName
{
border-color: #C04B32;
}
.TagClassName
{
border-color: #C04B32;
}
</style>