Shades of Grenadier #C04039
Tints of Grenadier #C04039
RGB
CMYK
RGB Variations
Color information
#C04039 (or 0xC04039) is known color: Grenadier. HEX triplet: C0, 40 and 39. RGB value is (192,64,57). Sum of RGB (Red+Green+Blue) = 192+64+57=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04039 is #3FBFC6. Grayscale: #656565. Windows color (decimal): -4177863 or 3752128. OLE color: 3752128.
HSL color Cylindrical-coordinate representation of color #C04039: hue angle of 3.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04039 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 57 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.25 |
| HSL | 3.11º | 0.54% | 0.49% | - |
| HSV(B) | 3.11º | 0.7% | 0.75% | - |
| XYZ | 24.31 | 15.17 | 5.52 | - |
| YUV | 101.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 57 | 0 | 0.67 | 0.70 | 0.25 | 3.11 | 0.54 | 0.49 |
| Hex | C0 | 40 | 39 | 0 | 43 | 46 | 19 | 3 | 36 | 31 |
| Octal | 300 | 100 | 71 | 0 | 103 | 106 | 31 | 3 | 66 | 61 |
| Binary | 11000000 | 1000000 | 111001 | 0 | 1000011 | 1000110 | 11001 | 11 | 110110 | 110001 |
Color Harmonies of #C04039
Complementary color
Monochromatic Colors of #C04039
Black with #C04039
Text Example
Text Example
White with #C04039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04039; }
p { color: rgb(192,64,57); }
H1.HeaderClassName
{
color: #C04039;
}
.AnyTagClassName
{
color: #C04039;
}
</style>
background-color css
<style>
a { background-color: #C04039; }
a { background-color: rgb(192,64,57); }
div.DivClassName
{
background-color: #C04039;
}
.BgClassName
{
background-color: #C04039;
}
</style>
border-color css
<style>
span { border-color: #C04039; }
span { border-color: rgb(192,64,57); }
td.TdClassName
{
border-color: #C04039;
}
.TagClassName
{
border-color: #C04039;
}
</style>