Shades of Grenadier #C1453A
Tints of Grenadier #C1453A
RGB
CMYK
RGB Variations
Color information
#C1453A (or 0xC1453A) is known color: Grenadier. HEX triplet: C1, 45 and 3A. RGB value is (193,69,58). Sum of RGB (Red+Green+Blue) = 193+69+58=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1453A is #3EBAC5. Grayscale: #686868. Windows color (decimal): -4111046 or 3818945. OLE color: 3818945.
HSL color Cylindrical-coordinate representation of color #C1453A: hue angle of 4.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1453A is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 58 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.24 |
| HSL | 4.89º | 0.54% | 0.49% | - |
| HSV(B) | 4.89º | 0.7% | 0.76% | - |
| XYZ | 24.88 | 15.9 | 5.76 | - |
| YUV | 104.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 58 | 0 | 0.64 | 0.70 | 0.24 | 4.89 | 0.54 | 0.49 |
| Hex | C1 | 45 | 3A | 0 | 40 | 46 | 18 | 5 | 36 | 31 |
| Octal | 301 | 105 | 72 | 0 | 100 | 106 | 30 | 5 | 66 | 61 |
| Binary | 11000001 | 1000101 | 111010 | 0 | 1000000 | 1000110 | 11000 | 101 | 110110 | 110001 |
Color Harmonies of #C1453A
Complementary color
Monochromatic Colors of #C1453A
Black with #C1453A
Text Example
Text Example
White with #C1453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1453A; }
p { color: rgb(193,69,58); }
H1.HeaderClassName
{
color: #C1453A;
}
.AnyTagClassName
{
color: #C1453A;
}
</style>
background-color css
<style>
a { background-color: #C1453A; }
a { background-color: rgb(193,69,58); }
div.DivClassName
{
background-color: #C1453A;
}
.BgClassName
{
background-color: #C1453A;
}
</style>
border-color css
<style>
span { border-color: #C1453A; }
span { border-color: rgb(193,69,58); }
td.TdClassName
{
border-color: #C1453A;
}
.TagClassName
{
border-color: #C1453A;
}
</style>