Shades of Grenadier #C1503D
Tints of Grenadier #C1503D
RGB
CMYK
RGB Variations
Color information
#C1503D (or 0xC1503D) is known color: Grenadier. HEX triplet: C1, 50 and 3D. RGB value is (193,80,61). Sum of RGB (Red+Green+Blue) = 193+80+61=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1503D is #3EAFC2. Grayscale: #6F6F6F. Windows color (decimal): -4108227 or 4018369. OLE color: 4018369.
HSL color Cylindrical-coordinate representation of color #C1503D: hue angle of 8.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1503D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 61 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.24 |
| HSL | 8.64º | 0.52% | 0.5% | - |
| HSV(B) | 8.64º | 0.68% | 0.76% | - |
| XYZ | 25.7 | 17.41 | 6.42 | - |
| YUV | 111.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 61 | 0 | 0.59 | 0.68 | 0.24 | 8.64 | 0.52 | 0.5 |
| Hex | C1 | 50 | 3D | 0 | 3B | 44 | 18 | 9 | 34 | 32 |
| Octal | 301 | 120 | 75 | 0 | 73 | 104 | 30 | 11 | 64 | 62 |
| Binary | 11000001 | 1010000 | 111101 | 0 | 111011 | 1000100 | 11000 | 1001 | 110100 | 110010 |
Color Harmonies of #C1503D
Complementary color
Monochromatic Colors of #C1503D
Black with #C1503D
Text Example
Text Example
White with #C1503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1503D; }
p { color: rgb(193,80,61); }
H1.HeaderClassName
{
color: #C1503D;
}
.AnyTagClassName
{
color: #C1503D;
}
</style>
background-color css
<style>
a { background-color: #C1503D; }
a { background-color: rgb(193,80,61); }
div.DivClassName
{
background-color: #C1503D;
}
.BgClassName
{
background-color: #C1503D;
}
</style>
border-color css
<style>
span { border-color: #C1503D; }
span { border-color: rgb(193,80,61); }
td.TdClassName
{
border-color: #C1503D;
}
.TagClassName
{
border-color: #C1503D;
}
</style>