Shades of Grenadier #C0402A
Tints of Grenadier #C0402A
RGB
CMYK
RGB Variations
Color information
#C0402A (or 0xC0402A) is known color: Grenadier. HEX triplet: C0, 40 and 2A. RGB value is (192,64,42). Sum of RGB (Red+Green+Blue) = 192+64+42=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C0402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0402A is #3FBFD5. Grayscale: #636363. Windows color (decimal): -4177878 or 2769088. OLE color: 2769088.
HSL color Cylindrical-coordinate representation of color #C0402A: hue angle of 8.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 #C0402A is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 42 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.25 |
| HSL | 8.8º | 0.64% | 0.46% | - |
| HSV(B) | 8.8º | 0.78% | 0.75% | - |
| XYZ | 23.99 | 15.04 | 3.83 | - |
| YUV | 99.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 42 | 0 | 0.67 | 0.78 | 0.25 | 8.8 | 0.64 | 0.46 |
| Hex | C0 | 40 | 2A | 0 | 43 | 4E | 19 | 9 | 40 | 2E |
| Octal | 300 | 100 | 52 | 0 | 103 | 116 | 31 | 11 | 100 | 56 |
| Binary | 11000000 | 1000000 | 101010 | 0 | 1000011 | 1001110 | 11001 | 1001 | 1000000 | 101110 |
Color Harmonies of #C0402A
Complementary color
Monochromatic Colors of #C0402A
Black with #C0402A
Text Example
Text Example
White with #C0402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0402A; }
p { color: rgb(192,64,42); }
H1.HeaderClassName
{
color: #C0402A;
}
.AnyTagClassName
{
color: #C0402A;
}
</style>
background-color css
<style>
a { background-color: #C0402A; }
a { background-color: rgb(192,64,42); }
div.DivClassName
{
background-color: #C0402A;
}
.BgClassName
{
background-color: #C0402A;
}
</style>
border-color css
<style>
span { border-color: #C0402A; }
span { border-color: rgb(192,64,42); }
td.TdClassName
{
border-color: #C0402A;
}
.TagClassName
{
border-color: #C0402A;
}
</style>