Shades of Grenadier #C03E2A
Tints of Grenadier #C03E2A
RGB
CMYK
RGB Variations
Color information
#C03E2A (or 0xC03E2A) is known color: Grenadier. HEX triplet: C0, 3E and 2A. RGB value is (192,62,42). Sum of RGB (Red+Green+Blue) = 192+62+42=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E2A is #3FC1D5. Grayscale: #626262. Windows color (decimal): -4178390 or 2768576. OLE color: 2768576.
HSL color Cylindrical-coordinate representation of color #C03E2A: hue angle of 8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C03E2A is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 42 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.25 |
| HSL | 8º | 0.64% | 0.46% | - |
| HSV(B) | 8º | 0.78% | 0.75% | - |
| XYZ | 23.88 | 14.82 | 3.79 | - |
| YUV | 98.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 42 | 0 | 0.68 | 0.78 | 0.25 | 8 | 0.64 | 0.46 |
| Hex | C0 | 3E | 2A | 0 | 44 | 4E | 19 | 8 | 40 | 2E |
| Octal | 300 | 76 | 52 | 0 | 104 | 116 | 31 | 10 | 100 | 56 |
| Binary | 11000000 | 111110 | 101010 | 0 | 1000100 | 1001110 | 11001 | 1000 | 1000000 | 101110 |
Color Harmonies of #C03E2A
Complementary color
Monochromatic Colors of #C03E2A
Black with #C03E2A
Text Example
Text Example
White with #C03E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E2A; }
p { color: rgb(192,62,42); }
H1.HeaderClassName
{
color: #C03E2A;
}
.AnyTagClassName
{
color: #C03E2A;
}
</style>
background-color css
<style>
a { background-color: #C03E2A; }
a { background-color: rgb(192,62,42); }
div.DivClassName
{
background-color: #C03E2A;
}
.BgClassName
{
background-color: #C03E2A;
}
</style>
border-color css
<style>
span { border-color: #C03E2A; }
span { border-color: rgb(192,62,42); }
td.TdClassName
{
border-color: #C03E2A;
}
.TagClassName
{
border-color: #C03E2A;
}
</style>