Shades of Grenadier #C1503B
Tints of Grenadier #C1503B
RGB
CMYK
RGB Variations
Color information
#C1503B (or 0xC1503B) is known color: Grenadier. HEX triplet: C1, 50 and 3B. RGB value is (193,80,59). Sum of RGB (Red+Green+Blue) = 193+80+59=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C1503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1503B is #3EAFC4. Grayscale: #6F6F6F. Windows color (decimal): -4108229 or 3887297. OLE color: 3887297.
HSL color Cylindrical-coordinate representation of color #C1503B: hue angle of 9.4º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1503B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 59 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.24 |
| HSL | 9.4º | 0.53% | 0.49% | - |
| HSV(B) | 9.4º | 0.69% | 0.76% | - |
| XYZ | 25.65 | 17.39 | 6.14 | - |
| YUV | 111.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 59 | 0 | 0.59 | 0.69 | 0.24 | 9.4 | 0.53 | 0.49 |
| Hex | C1 | 50 | 3B | 0 | 3B | 45 | 18 | 9 | 35 | 31 |
| Octal | 301 | 120 | 73 | 0 | 73 | 105 | 30 | 11 | 65 | 61 |
| Binary | 11000001 | 1010000 | 111011 | 0 | 111011 | 1000101 | 11000 | 1001 | 110101 | 110001 |
Color Harmonies of #C1503B
Complementary color
Monochromatic Colors of #C1503B
Black with #C1503B
Text Example
Text Example
White with #C1503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1503B; }
p { color: rgb(193,80,59); }
H1.HeaderClassName
{
color: #C1503B;
}
.AnyTagClassName
{
color: #C1503B;
}
</style>
background-color css
<style>
a { background-color: #C1503B; }
a { background-color: rgb(193,80,59); }
div.DivClassName
{
background-color: #C1503B;
}
.BgClassName
{
background-color: #C1503B;
}
</style>
border-color css
<style>
span { border-color: #C1503B; }
span { border-color: rgb(193,80,59); }
td.TdClassName
{
border-color: #C1503B;
}
.TagClassName
{
border-color: #C1503B;
}
</style>