Shades of Grenadier #C14932
Tints of Grenadier #C14932
RGB
CMYK
RGB Variations
Color information
#C14932 (or 0xC14932) is known color: Grenadier. HEX triplet: C1, 49 and 32. RGB value is (193,73,50). Sum of RGB (Red+Green+Blue) = 193+73+50=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C14932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14932 is #3EB6CD. Grayscale: #6A6A6A. Windows color (decimal): -4110030 or 3295681. OLE color: 3295681.
HSL color Cylindrical-coordinate representation of color #C14932: hue angle of 9.65º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14932 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 50 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.24 |
| HSL | 9.65º | 0.59% | 0.48% | - |
| HSV(B) | 9.65º | 0.74% | 0.76% | - |
| XYZ | 24.95 | 16.33 | 4.86 | - |
| YUV | 106.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 50 | 0 | 0.62 | 0.74 | 0.24 | 9.65 | 0.59 | 0.48 |
| Hex | C1 | 49 | 32 | 0 | 3E | 4A | 18 | A | 3B | 30 |
| Octal | 301 | 111 | 62 | 0 | 76 | 112 | 30 | 12 | 73 | 60 |
| Binary | 11000001 | 1001001 | 110010 | 0 | 111110 | 1001010 | 11000 | 1010 | 111011 | 110000 |
Color Harmonies of #C14932
Complementary color
Monochromatic Colors of #C14932
Black with #C14932
Text Example
Text Example
White with #C14932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14932; }
p { color: rgb(193,73,50); }
H1.HeaderClassName
{
color: #C14932;
}
.AnyTagClassName
{
color: #C14932;
}
</style>
background-color css
<style>
a { background-color: #C14932; }
a { background-color: rgb(193,73,50); }
div.DivClassName
{
background-color: #C14932;
}
.BgClassName
{
background-color: #C14932;
}
</style>
border-color css
<style>
span { border-color: #C14932; }
span { border-color: rgb(193,73,50); }
td.TdClassName
{
border-color: #C14932;
}
.TagClassName
{
border-color: #C14932;
}
</style>