Shades of Grenadier #C4503E
Tints of Grenadier #C4503E
RGB
CMYK
RGB Variations
Color information
#C4503E (or 0xC4503E) is known color: Grenadier. HEX triplet: C4, 50 and 3E. RGB value is (196,80,62). Sum of RGB (Red+Green+Blue) = 196+80+62=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4503E is #3BAFC1. Grayscale: #707070. Windows color (decimal): -3911618 or 4083908. OLE color: 4083908.
HSL color Cylindrical-coordinate representation of color #C4503E: hue angle of 8.06º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4503E is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 62 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.23 |
| HSL | 8.06º | 0.53% | 0.51% | - |
| HSV(B) | 8.06º | 0.68% | 0.77% | - |
| XYZ | 26.5 | 17.82 | 6.6 | - |
| YUV | 112.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 62 | 0 | 0.59 | 0.68 | 0.23 | 8.06 | 0.53 | 0.51 |
| Hex | C4 | 50 | 3E | 0 | 3B | 44 | 17 | 8 | 35 | 33 |
| Octal | 304 | 120 | 76 | 0 | 73 | 104 | 27 | 10 | 65 | 63 |
| Binary | 11000100 | 1010000 | 111110 | 0 | 111011 | 1000100 | 10111 | 1000 | 110101 | 110011 |
Color Harmonies of #C4503E
Complementary color
Monochromatic Colors of #C4503E
Black with #C4503E
Text Example
Text Example
White with #C4503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4503E; }
p { color: rgb(196,80,62); }
H1.HeaderClassName
{
color: #C4503E;
}
.AnyTagClassName
{
color: #C4503E;
}
</style>
background-color css
<style>
a { background-color: #C4503E; }
a { background-color: rgb(196,80,62); }
div.DivClassName
{
background-color: #C4503E;
}
.BgClassName
{
background-color: #C4503E;
}
</style>
border-color css
<style>
span { border-color: #C4503E; }
span { border-color: rgb(196,80,62); }
td.TdClassName
{
border-color: #C4503E;
}
.TagClassName
{
border-color: #C4503E;
}
</style>