Shades of Grenadier #C44C34
Tints of Grenadier #C44C34
RGB
CMYK
RGB Variations
Color information
#C44C34 (or 0xC44C34) is known color: Grenadier. HEX triplet: C4, 4C and 34. RGB value is (196,76,52). Sum of RGB (Red+Green+Blue) = 196+76+52=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C34 is #3BB3CB. Grayscale: #6D6D6D. Windows color (decimal): -3912652 or 3427524. OLE color: 3427524.
HSL color Cylindrical-coordinate representation of color #C44C34: hue angle of 10º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C44C34 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 52 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.23 |
| HSL | 10º | 0.58% | 0.49% | - |
| HSV(B) | 10º | 0.73% | 0.77% | - |
| XYZ | 25.97 | 17.15 | 5.19 | - |
| YUV | 109.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 52 | 0 | 0.61 | 0.73 | 0.23 | 10 | 0.58 | 0.49 |
| Hex | C4 | 4C | 34 | 0 | 3D | 49 | 17 | A | 3A | 31 |
| Octal | 304 | 114 | 64 | 0 | 75 | 111 | 27 | 12 | 72 | 61 |
| Binary | 11000100 | 1001100 | 110100 | 0 | 111101 | 1001001 | 10111 | 1010 | 111010 | 110001 |
Color Harmonies of #C44C34
Complementary color
Monochromatic Colors of #C44C34
Black with #C44C34
Text Example
Text Example
White with #C44C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C34; }
p { color: rgb(196,76,52); }
H1.HeaderClassName
{
color: #C44C34;
}
.AnyTagClassName
{
color: #C44C34;
}
</style>
background-color css
<style>
a { background-color: #C44C34; }
a { background-color: rgb(196,76,52); }
div.DivClassName
{
background-color: #C44C34;
}
.BgClassName
{
background-color: #C44C34;
}
</style>
border-color css
<style>
span { border-color: #C44C34; }
span { border-color: rgb(196,76,52); }
td.TdClassName
{
border-color: #C44C34;
}
.TagClassName
{
border-color: #C44C34;
}
</style>