Shades of Grenadier #C1573B
Tints of Grenadier #C1573B
RGB
CMYK
RGB Variations
Color information
#C1573B (or 0xC1573B) is known color: Grenadier. HEX triplet: C1, 57 and 3B. RGB value is (193,87,59). Sum of RGB (Red+Green+Blue) = 193+87+59=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1573B is #3EA8C4. Grayscale: #737373. Windows color (decimal): -4106437 or 3889089. OLE color: 3889089.
HSL color Cylindrical-coordinate representation of color #C1573B: hue angle of 12.54º 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 #C1573B is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 59 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.24 |
| HSL | 12.54º | 0.53% | 0.49% | - |
| HSV(B) | 12.54º | 0.69% | 0.76% | - |
| XYZ | 26.19 | 18.47 | 6.32 | - |
| YUV | 115.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 59 | 0 | 0.55 | 0.69 | 0.24 | 12.54 | 0.53 | 0.49 |
| Hex | C1 | 57 | 3B | 0 | 37 | 45 | 18 | D | 35 | 31 |
| Octal | 301 | 127 | 73 | 0 | 67 | 105 | 30 | 15 | 65 | 61 |
| Binary | 11000001 | 1010111 | 111011 | 0 | 110111 | 1000101 | 11000 | 1101 | 110101 | 110001 |
Color Harmonies of #C1573B
Complementary color
Monochromatic Colors of #C1573B
Black with #C1573B
Text Example
Text Example
White with #C1573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1573B; }
p { color: rgb(193,87,59); }
H1.HeaderClassName
{
color: #C1573B;
}
.AnyTagClassName
{
color: #C1573B;
}
</style>
background-color css
<style>
a { background-color: #C1573B; }
a { background-color: rgb(193,87,59); }
div.DivClassName
{
background-color: #C1573B;
}
.BgClassName
{
background-color: #C1573B;
}
</style>
border-color css
<style>
span { border-color: #C1573B; }
span { border-color: rgb(193,87,59); }
td.TdClassName
{
border-color: #C1573B;
}
.TagClassName
{
border-color: #C1573B;
}
</style>