Shades of Grenadier #C1472D
Tints of Grenadier #C1472D
RGB
CMYK
RGB Variations
Color information
#C1472D (or 0xC1472D) is known color: Grenadier. HEX triplet: C1, 47 and 2D. RGB value is (193,71,45). Sum of RGB (Red+Green+Blue) = 193+71+45=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1472D is #3EB8D2. Grayscale: #686868. Windows color (decimal): -4110547 or 2967489. OLE color: 2967489.
HSL color Cylindrical-coordinate representation of color #C1472D: hue angle of 10.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1472D is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 45 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.24 |
| HSL | 10.54º | 0.62% | 0.47% | - |
| HSV(B) | 10.54º | 0.77% | 0.76% | - |
| XYZ | 24.72 | 16.03 | 4.27 | - |
| YUV | 104.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 45 | 0 | 0.63 | 0.77 | 0.24 | 10.54 | 0.62 | 0.47 |
| Hex | C1 | 47 | 2D | 0 | 3F | 4D | 18 | B | 3E | 2F |
| Octal | 301 | 107 | 55 | 0 | 77 | 115 | 30 | 13 | 76 | 57 |
| Binary | 11000001 | 1000111 | 101101 | 0 | 111111 | 1001101 | 11000 | 1011 | 111110 | 101111 |
Color Harmonies of #C1472D
Complementary color
Monochromatic Colors of #C1472D
Black with #C1472D
Text Example
Text Example
White with #C1472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1472D; }
p { color: rgb(193,71,45); }
H1.HeaderClassName
{
color: #C1472D;
}
.AnyTagClassName
{
color: #C1472D;
}
</style>
background-color css
<style>
a { background-color: #C1472D; }
a { background-color: rgb(193,71,45); }
div.DivClassName
{
background-color: #C1472D;
}
.BgClassName
{
background-color: #C1472D;
}
</style>
border-color css
<style>
span { border-color: #C1472D; }
span { border-color: rgb(193,71,45); }
td.TdClassName
{
border-color: #C1472D;
}
.TagClassName
{
border-color: #C1472D;
}
</style>