Shades of Grenadier #C0403C
Tints of Grenadier #C0403C
RGB
CMYK
RGB Variations
Color information
#C0403C (or 0xC0403C) is known color: Grenadier. HEX triplet: C0, 40 and 3C. RGB value is (192,64,60). Sum of RGB (Red+Green+Blue) = 192+64+60=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0403C is #3FBFC3. Grayscale: #656565. Windows color (decimal): -4177860 or 3948736. OLE color: 3948736.
HSL color Cylindrical-coordinate representation of color #C0403C: hue angle of 1.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0403C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 60 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.25 |
| HSL | 1.82º | 0.52% | 0.49% | - |
| HSV(B) | 1.82º | 0.69% | 0.75% | - |
| XYZ | 24.39 | 15.2 | 5.92 | - |
| YUV | 101.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 60 | 0 | 0.67 | 0.69 | 0.25 | 1.82 | 0.52 | 0.49 |
| Hex | C0 | 40 | 3C | 0 | 43 | 45 | 19 | 2 | 34 | 31 |
| Octal | 300 | 100 | 74 | 0 | 103 | 105 | 31 | 2 | 64 | 61 |
| Binary | 11000000 | 1000000 | 111100 | 0 | 1000011 | 1000101 | 11001 | 10 | 110100 | 110001 |
Color Harmonies of #C0403C
Complementary color
Monochromatic Colors of #C0403C
Black with #C0403C
Text Example
Text Example
White with #C0403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0403C; }
p { color: rgb(192,64,60); }
H1.HeaderClassName
{
color: #C0403C;
}
.AnyTagClassName
{
color: #C0403C;
}
</style>
background-color css
<style>
a { background-color: #C0403C; }
a { background-color: rgb(192,64,60); }
div.DivClassName
{
background-color: #C0403C;
}
.BgClassName
{
background-color: #C0403C;
}
</style>
border-color css
<style>
span { border-color: #C0403C; }
span { border-color: rgb(192,64,60); }
td.TdClassName
{
border-color: #C0403C;
}
.TagClassName
{
border-color: #C0403C;
}
</style>