Shades of Grenadier #C03E2E
Tints of Grenadier #C03E2E
RGB
CMYK
RGB Variations
Color information
#C03E2E (or 0xC03E2E) is known color: Grenadier. HEX triplet: C0, 3E and 2E. RGB value is (192,62,46). Sum of RGB (Red+Green+Blue) = 192+62+46=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E2E is #3FC1D1. Grayscale: #636363. Windows color (decimal): -4178386 or 3030720. OLE color: 3030720.
HSL color Cylindrical-coordinate representation of color #C03E2E: hue angle of 6.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03E2E is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 46 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.25 |
| HSL | 6.58º | 0.61% | 0.47% | - |
| HSV(B) | 6.58º | 0.76% | 0.75% | - |
| XYZ | 23.95 | 14.85 | 4.19 | - |
| YUV | 99.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 46 | 0 | 0.68 | 0.76 | 0.25 | 6.58 | 0.61 | 0.47 |
| Hex | C0 | 3E | 2E | 0 | 44 | 4C | 19 | 7 | 3D | 2F |
| Octal | 300 | 76 | 56 | 0 | 104 | 114 | 31 | 7 | 75 | 57 |
| Binary | 11000000 | 111110 | 101110 | 0 | 1000100 | 1001100 | 11001 | 111 | 111101 | 101111 |
Color Harmonies of #C03E2E
Complementary color
Monochromatic Colors of #C03E2E
Black with #C03E2E
Text Example
Text Example
White with #C03E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E2E; }
p { color: rgb(192,62,46); }
H1.HeaderClassName
{
color: #C03E2E;
}
.AnyTagClassName
{
color: #C03E2E;
}
</style>
background-color css
<style>
a { background-color: #C03E2E; }
a { background-color: rgb(192,62,46); }
div.DivClassName
{
background-color: #C03E2E;
}
.BgClassName
{
background-color: #C03E2E;
}
</style>
border-color css
<style>
span { border-color: #C03E2E; }
span { border-color: rgb(192,62,46); }
td.TdClassName
{
border-color: #C03E2E;
}
.TagClassName
{
border-color: #C03E2E;
}
</style>