Shades of Grenadier #C1503C
Tints of Grenadier #C1503C
RGB
CMYK
RGB Variations
Color information
#C1503C (or 0xC1503C) is known color: Grenadier. HEX triplet: C1, 50 and 3C. RGB value is (193,80,60). Sum of RGB (Red+Green+Blue) = 193+80+60=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1503C is #3EAFC3. Grayscale: #6F6F6F. Windows color (decimal): -4108228 or 3952833. OLE color: 3952833.
HSL color Cylindrical-coordinate representation of color #C1503C: hue angle of 9.02º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1503C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 60 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.24 |
| HSL | 9.02º | 0.53% | 0.5% | - |
| HSV(B) | 9.02º | 0.69% | 0.76% | - |
| XYZ | 25.68 | 17.4 | 6.28 | - |
| YUV | 111.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 60 | 0 | 0.59 | 0.69 | 0.24 | 9.02 | 0.53 | 0.5 |
| Hex | C1 | 50 | 3C | 0 | 3B | 45 | 18 | 9 | 35 | 32 |
| Octal | 301 | 120 | 74 | 0 | 73 | 105 | 30 | 11 | 65 | 62 |
| Binary | 11000001 | 1010000 | 111100 | 0 | 111011 | 1000101 | 11000 | 1001 | 110101 | 110010 |
Color Harmonies of #C1503C
Complementary color
Monochromatic Colors of #C1503C
Black with #C1503C
Text Example
Text Example
White with #C1503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1503C; }
p { color: rgb(193,80,60); }
H1.HeaderClassName
{
color: #C1503C;
}
.AnyTagClassName
{
color: #C1503C;
}
</style>
background-color css
<style>
a { background-color: #C1503C; }
a { background-color: rgb(193,80,60); }
div.DivClassName
{
background-color: #C1503C;
}
.BgClassName
{
background-color: #C1503C;
}
</style>
border-color css
<style>
span { border-color: #C1503C; }
span { border-color: rgb(193,80,60); }
td.TdClassName
{
border-color: #C1503C;
}
.TagClassName
{
border-color: #C1503C;
}
</style>