Shades of Grenadier #C1523B
Tints of Grenadier #C1523B
RGB
CMYK
RGB Variations
Color information
#C1523B (or 0xC1523B) is known color: Grenadier. HEX triplet: C1, 52 and 3B. RGB value is (193,82,59). Sum of RGB (Red+Green+Blue) = 193+82+59=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1523B is #3EADC4. Grayscale: #707070. Windows color (decimal): -4107717 or 3887809. OLE color: 3887809.
HSL color Cylindrical-coordinate representation of color #C1523B: hue angle of 10.3º 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 #C1523B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 59 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.24 |
| HSL | 10.3º | 0.53% | 0.49% | - |
| HSV(B) | 10.3º | 0.69% | 0.76% | - |
| XYZ | 25.8 | 17.69 | 6.19 | - |
| YUV | 112.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 59 | 0 | 0.58 | 0.69 | 0.24 | 10.3 | 0.53 | 0.49 |
| Hex | C1 | 52 | 3B | 0 | 3A | 45 | 18 | A | 35 | 31 |
| Octal | 301 | 122 | 73 | 0 | 72 | 105 | 30 | 12 | 65 | 61 |
| Binary | 11000001 | 1010010 | 111011 | 0 | 111010 | 1000101 | 11000 | 1010 | 110101 | 110001 |
Color Harmonies of #C1523B
Complementary color
Monochromatic Colors of #C1523B
Black with #C1523B
Text Example
Text Example
White with #C1523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1523B; }
p { color: rgb(193,82,59); }
H1.HeaderClassName
{
color: #C1523B;
}
.AnyTagClassName
{
color: #C1523B;
}
</style>
background-color css
<style>
a { background-color: #C1523B; }
a { background-color: rgb(193,82,59); }
div.DivClassName
{
background-color: #C1523B;
}
.BgClassName
{
background-color: #C1523B;
}
</style>
border-color css
<style>
span { border-color: #C1523B; }
span { border-color: rgb(193,82,59); }
td.TdClassName
{
border-color: #C1523B;
}
.TagClassName
{
border-color: #C1523B;
}
</style>