Shades of Grenadier #C1463C
Tints of Grenadier #C1463C
RGB
CMYK
RGB Variations
Color information
#C1463C (or 0xC1463C) is known color: Grenadier. HEX triplet: C1, 46 and 3C. RGB value is (193,70,60). Sum of RGB (Red+Green+Blue) = 193+70+60=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1463C is #3EB9C3. Grayscale: #696969. Windows color (decimal): -4110788 or 3950273. OLE color: 3950273.
HSL color Cylindrical-coordinate representation of color #C1463C: hue angle of 4.51º 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 #C1463C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 60 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.51º | 0.53% | 0.5% | - |
| HSV(B) | 4.51º | 0.69% | 0.76% | - |
| XYZ | 25 | 16.04 | 6.05 | - |
| YUV | 105.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 60 | 0 | 0.64 | 0.69 | 0.24 | 4.51 | 0.53 | 0.5 |
| Hex | C1 | 46 | 3C | 0 | 40 | 45 | 18 | 5 | 35 | 32 |
| Octal | 301 | 106 | 74 | 0 | 100 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000001 | 1000110 | 111100 | 0 | 1000000 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C1463C
Complementary color
Monochromatic Colors of #C1463C
Black with #C1463C
Text Example
Text Example
White with #C1463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1463C; }
p { color: rgb(193,70,60); }
H1.HeaderClassName
{
color: #C1463C;
}
.AnyTagClassName
{
color: #C1463C;
}
</style>
background-color css
<style>
a { background-color: #C1463C; }
a { background-color: rgb(193,70,60); }
div.DivClassName
{
background-color: #C1463C;
}
.BgClassName
{
background-color: #C1463C;
}
</style>
border-color css
<style>
span { border-color: #C1463C; }
span { border-color: rgb(193,70,60); }
td.TdClassName
{
border-color: #C1463C;
}
.TagClassName
{
border-color: #C1463C;
}
</style>