Shades of Grenadier #C1463B
Tints of Grenadier #C1463B
RGB
CMYK
RGB Variations
Color information
#C1463B (or 0xC1463B) is known color: Grenadier. HEX triplet: C1, 46 and 3B. RGB value is (193,70,59). Sum of RGB (Red+Green+Blue) = 193+70+59=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1463B is #3EB9C4. Grayscale: #696969. Windows color (decimal): -4110789 or 3884737. OLE color: 3884737.
HSL color Cylindrical-coordinate representation of color #C1463B: hue angle of 4.93º 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 #C1463B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 59 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.93º | 0.53% | 0.49% | - |
| HSV(B) | 4.93º | 0.69% | 0.76% | - |
| XYZ | 24.97 | 16.03 | 5.92 | - |
| YUV | 105.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 59 | 0 | 0.64 | 0.69 | 0.24 | 4.93 | 0.53 | 0.49 |
| Hex | C1 | 46 | 3B | 0 | 40 | 45 | 18 | 5 | 35 | 31 |
| Octal | 301 | 106 | 73 | 0 | 100 | 105 | 30 | 5 | 65 | 61 |
| Binary | 11000001 | 1000110 | 111011 | 0 | 1000000 | 1000101 | 11000 | 101 | 110101 | 110001 |
Color Harmonies of #C1463B
Complementary color
Monochromatic Colors of #C1463B
Black with #C1463B
Text Example
Text Example
White with #C1463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1463B; }
p { color: rgb(193,70,59); }
H1.HeaderClassName
{
color: #C1463B;
}
.AnyTagClassName
{
color: #C1463B;
}
</style>
background-color css
<style>
a { background-color: #C1463B; }
a { background-color: rgb(193,70,59); }
div.DivClassName
{
background-color: #C1463B;
}
.BgClassName
{
background-color: #C1463B;
}
</style>
border-color css
<style>
span { border-color: #C1463B; }
span { border-color: rgb(193,70,59); }
td.TdClassName
{
border-color: #C1463B;
}
.TagClassName
{
border-color: #C1463B;
}
</style>