Shades of Grenadier #C04133
Tints of Grenadier #C04133
RGB
CMYK
RGB Variations
Color information
#C04133 (or 0xC04133) is known color: Grenadier. HEX triplet: C0, 41 and 33. RGB value is (192,65,51). Sum of RGB (Red+Green+Blue) = 192+65+51=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04133 is #3FBECC. Grayscale: #656565. Windows color (decimal): -4177613 or 3359168. OLE color: 3359168.
HSL color Cylindrical-coordinate representation of color #C04133: hue angle of 5.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04133 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 51 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.25 |
| HSL | 5.96º | 0.58% | 0.48% | - |
| HSV(B) | 5.96º | 0.73% | 0.75% | - |
| XYZ | 24.23 | 15.23 | 4.79 | - |
| YUV | 101.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 51 | 0 | 0.66 | 0.73 | 0.25 | 5.96 | 0.58 | 0.48 |
| Hex | C0 | 41 | 33 | 0 | 42 | 49 | 19 | 6 | 3A | 30 |
| Octal | 300 | 101 | 63 | 0 | 102 | 111 | 31 | 6 | 72 | 60 |
| Binary | 11000000 | 1000001 | 110011 | 0 | 1000010 | 1001001 | 11001 | 110 | 111010 | 110000 |
Color Harmonies of #C04133
Complementary color
Monochromatic Colors of #C04133
Black with #C04133
Text Example
Text Example
White with #C04133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04133; }
p { color: rgb(192,65,51); }
H1.HeaderClassName
{
color: #C04133;
}
.AnyTagClassName
{
color: #C04133;
}
</style>
background-color css
<style>
a { background-color: #C04133; }
a { background-color: rgb(192,65,51); }
div.DivClassName
{
background-color: #C04133;
}
.BgClassName
{
background-color: #C04133;
}
</style>
border-color css
<style>
span { border-color: #C04133; }
span { border-color: rgb(192,65,51); }
td.TdClassName
{
border-color: #C04133;
}
.TagClassName
{
border-color: #C04133;
}
</style>