Shades of Grenadier #C14A32
Tints of Grenadier #C14A32
RGB
CMYK
RGB Variations
Color information
#C14A32 (or 0xC14A32) is known color: Grenadier. HEX triplet: C1, 4A and 32. RGB value is (193,74,50). Sum of RGB (Red+Green+Blue) = 193+74+50=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A32 is #3EB5CD. Grayscale: #6B6B6B. Windows color (decimal): -4109774 or 3295937. OLE color: 3295937.
HSL color Cylindrical-coordinate representation of color #C14A32: hue angle of 10.07º 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 #C14A32 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 50 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.24 |
| HSL | 10.07º | 0.59% | 0.48% | - |
| HSV(B) | 10.07º | 0.74% | 0.76% | - |
| XYZ | 25.02 | 16.47 | 4.88 | - |
| YUV | 106.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 50 | 0 | 0.62 | 0.74 | 0.24 | 10.07 | 0.59 | 0.48 |
| Hex | C1 | 4A | 32 | 0 | 3E | 4A | 18 | A | 3B | 30 |
| Octal | 301 | 112 | 62 | 0 | 76 | 112 | 30 | 12 | 73 | 60 |
| Binary | 11000001 | 1001010 | 110010 | 0 | 111110 | 1001010 | 11000 | 1010 | 111011 | 110000 |
Color Harmonies of #C14A32
Complementary color
Monochromatic Colors of #C14A32
Black with #C14A32
Text Example
Text Example
White with #C14A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A32; }
p { color: rgb(193,74,50); }
H1.HeaderClassName
{
color: #C14A32;
}
.AnyTagClassName
{
color: #C14A32;
}
</style>
background-color css
<style>
a { background-color: #C14A32; }
a { background-color: rgb(193,74,50); }
div.DivClassName
{
background-color: #C14A32;
}
.BgClassName
{
background-color: #C14A32;
}
</style>
border-color css
<style>
span { border-color: #C14A32; }
span { border-color: rgb(193,74,50); }
td.TdClassName
{
border-color: #C14A32;
}
.TagClassName
{
border-color: #C14A32;
}
</style>