Shades of Grenadier #C1523F
Tints of Grenadier #C1523F
RGB
CMYK
RGB Variations
Color information
#C1523F (or 0xC1523F) is known color: Grenadier. HEX triplet: C1, 52 and 3F. RGB value is (193,82,63). Sum of RGB (Red+Green+Blue) = 193+82+63=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1523F is #3EADC0. Grayscale: #717171. Windows color (decimal): -4107713 or 4149953. OLE color: 4149953.
HSL color Cylindrical-coordinate representation of color #C1523F: hue angle of 8.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1523F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 63 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.24 |
| HSL | 8.77º | 0.51% | 0.5% | - |
| HSV(B) | 8.77º | 0.67% | 0.76% | - |
| XYZ | 25.91 | 17.73 | 6.76 | - |
| YUV | 113.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 63 | 0 | 0.58 | 0.67 | 0.24 | 8.77 | 0.51 | 0.5 |
| Hex | C1 | 52 | 3F | 0 | 3A | 43 | 18 | 9 | 33 | 32 |
| Octal | 301 | 122 | 77 | 0 | 72 | 103 | 30 | 11 | 63 | 62 |
| Binary | 11000001 | 1010010 | 111111 | 0 | 111010 | 1000011 | 11000 | 1001 | 110011 | 110010 |
Color Harmonies of #C1523F
Complementary color
Monochromatic Colors of #C1523F
Black with #C1523F
Text Example
Text Example
White with #C1523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1523F; }
p { color: rgb(193,82,63); }
H1.HeaderClassName
{
color: #C1523F;
}
.AnyTagClassName
{
color: #C1523F;
}
</style>
background-color css
<style>
a { background-color: #C1523F; }
a { background-color: rgb(193,82,63); }
div.DivClassName
{
background-color: #C1523F;
}
.BgClassName
{
background-color: #C1523F;
}
</style>
border-color css
<style>
span { border-color: #C1523F; }
span { border-color: rgb(193,82,63); }
td.TdClassName
{
border-color: #C1523F;
}
.TagClassName
{
border-color: #C1523F;
}
</style>