Shades of Grenadier #C44430
Tints of Grenadier #C44430
RGB
CMYK
RGB Variations
Color information
#C44430 (or 0xC44430) is known color: Grenadier. HEX triplet: C4, 44 and 30. RGB value is (196,68,48). Sum of RGB (Red+Green+Blue) = 196+68+48=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C44430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44430 is #3BBBCF. Grayscale: #686868. Windows color (decimal): -3914704 or 3163332. OLE color: 3163332.
HSL color Cylindrical-coordinate representation of color #C44430: hue angle of 8.11º 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 #C44430 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 48 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.23 |
| HSL | 8.11º | 0.61% | 0.48% | - |
| HSV(B) | 8.11º | 0.76% | 0.77% | - |
| XYZ | 25.37 | 16.08 | 4.56 | - |
| YUV | 103.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 48 | 0 | 0.65 | 0.76 | 0.23 | 8.11 | 0.61 | 0.48 |
| Hex | C4 | 44 | 30 | 0 | 41 | 4C | 17 | 8 | 3D | 30 |
| Octal | 304 | 104 | 60 | 0 | 101 | 114 | 27 | 10 | 75 | 60 |
| Binary | 11000100 | 1000100 | 110000 | 0 | 1000001 | 1001100 | 10111 | 1000 | 111101 | 110000 |
Color Harmonies of #C44430
Complementary color
Monochromatic Colors of #C44430
Black with #C44430
Text Example
Text Example
White with #C44430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44430; }
p { color: rgb(196,68,48); }
H1.HeaderClassName
{
color: #C44430;
}
.AnyTagClassName
{
color: #C44430;
}
</style>
background-color css
<style>
a { background-color: #C44430; }
a { background-color: rgb(196,68,48); }
div.DivClassName
{
background-color: #C44430;
}
.BgClassName
{
background-color: #C44430;
}
</style>
border-color css
<style>
span { border-color: #C44430; }
span { border-color: rgb(196,68,48); }
td.TdClassName
{
border-color: #C44430;
}
.TagClassName
{
border-color: #C44430;
}
</style>