Shades of Grenadier #C1453C
Tints of Grenadier #C1453C
RGB
CMYK
RGB Variations
Color information
#C1453C (or 0xC1453C) is known color: Grenadier. HEX triplet: C1, 45 and 3C. RGB value is (193,69,60). Sum of RGB (Red+Green+Blue) = 193+69+60=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1453C is #3EBAC3. Grayscale: #696969. Windows color (decimal): -4111044 or 3950017. OLE color: 3950017.
HSL color Cylindrical-coordinate representation of color #C1453C: hue angle of 4.06º 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 #C1453C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 60 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 4.06º | 0.53% | 0.5% | - |
| HSV(B) | 4.06º | 0.69% | 0.76% | - |
| XYZ | 24.94 | 15.92 | 6.03 | - |
| YUV | 105.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 60 | 0 | 0.64 | 0.69 | 0.24 | 4.06 | 0.53 | 0.5 |
| Hex | C1 | 45 | 3C | 0 | 40 | 45 | 18 | 4 | 35 | 32 |
| Octal | 301 | 105 | 74 | 0 | 100 | 105 | 30 | 4 | 65 | 62 |
| Binary | 11000001 | 1000101 | 111100 | 0 | 1000000 | 1000101 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C1453C
Complementary color
Monochromatic Colors of #C1453C
Black with #C1453C
Text Example
Text Example
White with #C1453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1453C; }
p { color: rgb(193,69,60); }
H1.HeaderClassName
{
color: #C1453C;
}
.AnyTagClassName
{
color: #C1453C;
}
</style>
background-color css
<style>
a { background-color: #C1453C; }
a { background-color: rgb(193,69,60); }
div.DivClassName
{
background-color: #C1453C;
}
.BgClassName
{
background-color: #C1453C;
}
</style>
border-color css
<style>
span { border-color: #C1453C; }
span { border-color: rgb(193,69,60); }
td.TdClassName
{
border-color: #C1453C;
}
.TagClassName
{
border-color: #C1453C;
}
</style>