Shades of Grenadier #C04130
Tints of Grenadier #C04130
RGB
CMYK
RGB Variations
Color information
#C04130 (or 0xC04130) is known color: Grenadier. HEX triplet: C0, 41 and 30. RGB value is (192,65,48). Sum of RGB (Red+Green+Blue) = 192+65+48=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C04130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04130 is #3FBECF. Grayscale: #656565. Windows color (decimal): -4177616 or 3162560. OLE color: 3162560.
HSL color Cylindrical-coordinate representation of color #C04130: hue angle of 7.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C04130 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 48 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.25 |
| HSL | 7.08º | 0.6% | 0.47% | - |
| HSV(B) | 7.08º | 0.75% | 0.75% | - |
| XYZ | 24.16 | 15.2 | 4.46 | - |
| YUV | 101.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 48 | 0 | 0.66 | 0.75 | 0.25 | 7.08 | 0.6 | 0.47 |
| Hex | C0 | 41 | 30 | 0 | 42 | 4B | 19 | 7 | 3C | 2F |
| Octal | 300 | 101 | 60 | 0 | 102 | 113 | 31 | 7 | 74 | 57 |
| Binary | 11000000 | 1000001 | 110000 | 0 | 1000010 | 1001011 | 11001 | 111 | 111100 | 101111 |
Color Harmonies of #C04130
Complementary color
Monochromatic Colors of #C04130
Black with #C04130
Text Example
Text Example
White with #C04130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04130; }
p { color: rgb(192,65,48); }
H1.HeaderClassName
{
color: #C04130;
}
.AnyTagClassName
{
color: #C04130;
}
</style>
background-color css
<style>
a { background-color: #C04130; }
a { background-color: rgb(192,65,48); }
div.DivClassName
{
background-color: #C04130;
}
.BgClassName
{
background-color: #C04130;
}
</style>
border-color css
<style>
span { border-color: #C04130; }
span { border-color: rgb(192,65,48); }
td.TdClassName
{
border-color: #C04130;
}
.TagClassName
{
border-color: #C04130;
}
</style>