Shades of Grenadier #C44630
Tints of Grenadier #C44630
RGB
CMYK
RGB Variations
Color information
#C44630 (or 0xC44630) is known color: Grenadier. HEX triplet: C4, 46 and 30. RGB value is (196,70,48). Sum of RGB (Red+Green+Blue) = 196+70+48=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C44630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44630 is #3BB9CF. Grayscale: #696969. Windows color (decimal): -3914192 or 3163844. OLE color: 3163844.
HSL color Cylindrical-coordinate representation of color #C44630: hue angle of 8.92º 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 #C44630 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 48 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.23 |
| HSL | 8.92º | 0.61% | 0.48% | - |
| HSV(B) | 8.92º | 0.76% | 0.77% | - |
| XYZ | 25.49 | 16.33 | 4.6 | - |
| YUV | 105.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 48 | 0 | 0.64 | 0.76 | 0.23 | 8.92 | 0.61 | 0.48 |
| Hex | C4 | 46 | 30 | 0 | 40 | 4C | 17 | 9 | 3D | 30 |
| Octal | 304 | 106 | 60 | 0 | 100 | 114 | 27 | 11 | 75 | 60 |
| Binary | 11000100 | 1000110 | 110000 | 0 | 1000000 | 1001100 | 10111 | 1001 | 111101 | 110000 |
Color Harmonies of #C44630
Complementary color
Monochromatic Colors of #C44630
Black with #C44630
Text Example
Text Example
White with #C44630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44630; }
p { color: rgb(196,70,48); }
H1.HeaderClassName
{
color: #C44630;
}
.AnyTagClassName
{
color: #C44630;
}
</style>
background-color css
<style>
a { background-color: #C44630; }
a { background-color: rgb(196,70,48); }
div.DivClassName
{
background-color: #C44630;
}
.BgClassName
{
background-color: #C44630;
}
</style>
border-color css
<style>
span { border-color: #C44630; }
span { border-color: rgb(196,70,48); }
td.TdClassName
{
border-color: #C44630;
}
.TagClassName
{
border-color: #C44630;
}
</style>