Shades of Grenadier #C44C38
Tints of Grenadier #C44C38
RGB
CMYK
RGB Variations
Color information
#C44C38 (or 0xC44C38) is known color: Grenadier. HEX triplet: C4, 4C and 38. RGB value is (196,76,56). Sum of RGB (Red+Green+Blue) = 196+76+56=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C38 is #3BB3C7. Grayscale: #6D6D6D. Windows color (decimal): -3912648 or 3689668. OLE color: 3689668.
HSL color Cylindrical-coordinate representation of color #C44C38: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C44C38 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 56 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.23 |
| HSL | 8.57º | 0.56% | 0.49% | - |
| HSV(B) | 8.57º | 0.71% | 0.77% | - |
| XYZ | 26.06 | 17.19 | 5.69 | - |
| YUV | 109.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 56 | 0 | 0.61 | 0.71 | 0.23 | 8.57 | 0.56 | 0.49 |
| Hex | C4 | 4C | 38 | 0 | 3D | 47 | 17 | 9 | 38 | 31 |
| Octal | 304 | 114 | 70 | 0 | 75 | 107 | 27 | 11 | 70 | 61 |
| Binary | 11000100 | 1001100 | 111000 | 0 | 111101 | 1000111 | 10111 | 1001 | 111000 | 110001 |
Color Harmonies of #C44C38
Complementary color
Monochromatic Colors of #C44C38
Black with #C44C38
Text Example
Text Example
White with #C44C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C38; }
p { color: rgb(196,76,56); }
H1.HeaderClassName
{
color: #C44C38;
}
.AnyTagClassName
{
color: #C44C38;
}
</style>
background-color css
<style>
a { background-color: #C44C38; }
a { background-color: rgb(196,76,56); }
div.DivClassName
{
background-color: #C44C38;
}
.BgClassName
{
background-color: #C44C38;
}
</style>
border-color css
<style>
span { border-color: #C44C38; }
span { border-color: rgb(196,76,56); }
td.TdClassName
{
border-color: #C44C38;
}
.TagClassName
{
border-color: #C44C38;
}
</style>