Shades of Grenadier #C0403A
Tints of Grenadier #C0403A
RGB
CMYK
RGB Variations
Color information
#C0403A (or 0xC0403A) is known color: Grenadier. HEX triplet: C0, 40 and 3A. RGB value is (192,64,58). Sum of RGB (Red+Green+Blue) = 192+64+58=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C0403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0403A is #3FBFC5. Grayscale: #656565. Windows color (decimal): -4177862 or 3817664. OLE color: 3817664.
HSL color Cylindrical-coordinate representation of color #C0403A: hue angle of 2.69º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0403A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 58 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.25 |
| HSL | 2.69º | 0.54% | 0.49% | - |
| HSV(B) | 2.69º | 0.7% | 0.75% | - |
| XYZ | 24.34 | 15.18 | 5.65 | - |
| YUV | 101.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 58 | 0 | 0.67 | 0.70 | 0.25 | 2.69 | 0.54 | 0.49 |
| Hex | C0 | 40 | 3A | 0 | 43 | 46 | 19 | 3 | 36 | 31 |
| Octal | 300 | 100 | 72 | 0 | 103 | 106 | 31 | 3 | 66 | 61 |
| Binary | 11000000 | 1000000 | 111010 | 0 | 1000011 | 1000110 | 11001 | 11 | 110110 | 110001 |
Color Harmonies of #C0403A
Complementary color
Monochromatic Colors of #C0403A
Black with #C0403A
Text Example
Text Example
White with #C0403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0403A; }
p { color: rgb(192,64,58); }
H1.HeaderClassName
{
color: #C0403A;
}
.AnyTagClassName
{
color: #C0403A;
}
</style>
background-color css
<style>
a { background-color: #C0403A; }
a { background-color: rgb(192,64,58); }
div.DivClassName
{
background-color: #C0403A;
}
.BgClassName
{
background-color: #C0403A;
}
</style>
border-color css
<style>
span { border-color: #C0403A; }
span { border-color: rgb(192,64,58); }
td.TdClassName
{
border-color: #C0403A;
}
.TagClassName
{
border-color: #C0403A;
}
</style>