Shades of Grenadier #C44730
Tints of Grenadier #C44730
RGB
CMYK
RGB Variations
Color information
#C44730 (or 0xC44730) is known color: Grenadier. HEX triplet: C4, 47 and 30. RGB value is (196,71,48). Sum of RGB (Red+Green+Blue) = 196+71+48=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C44730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44730 is #3BB8CF. Grayscale: #696969. Windows color (decimal): -3913936 or 3164100. OLE color: 3164100.
HSL color Cylindrical-coordinate representation of color #C44730: hue angle of 9.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C44730 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 48 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.23 |
| HSL | 9.32º | 0.61% | 0.48% | - |
| HSV(B) | 9.32º | 0.76% | 0.77% | - |
| XYZ | 25.55 | 16.46 | 4.63 | - |
| YUV | 105.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 48 | 0 | 0.64 | 0.76 | 0.23 | 9.32 | 0.61 | 0.48 |
| Hex | C4 | 47 | 30 | 0 | 40 | 4C | 17 | 9 | 3D | 30 |
| Octal | 304 | 107 | 60 | 0 | 100 | 114 | 27 | 11 | 75 | 60 |
| Binary | 11000100 | 1000111 | 110000 | 0 | 1000000 | 1001100 | 10111 | 1001 | 111101 | 110000 |
Color Harmonies of #C44730
Complementary color
Monochromatic Colors of #C44730
Black with #C44730
Text Example
Text Example
White with #C44730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44730; }
p { color: rgb(196,71,48); }
H1.HeaderClassName
{
color: #C44730;
}
.AnyTagClassName
{
color: #C44730;
}
</style>
background-color css
<style>
a { background-color: #C44730; }
a { background-color: rgb(196,71,48); }
div.DivClassName
{
background-color: #C44730;
}
.BgClassName
{
background-color: #C44730;
}
</style>
border-color css
<style>
span { border-color: #C44730; }
span { border-color: rgb(196,71,48); }
td.TdClassName
{
border-color: #C44730;
}
.TagClassName
{
border-color: #C44730;
}
</style>