Shades of Grenadier #C44538
Tints of Grenadier #C44538
RGB
CMYK
RGB Variations
Color information
#C44538 (or 0xC44538) is known color: Grenadier. HEX triplet: C4, 45 and 38. RGB value is (196,69,56). Sum of RGB (Red+Green+Blue) = 196+69+56=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C44538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44538 is #3BBAC7. Grayscale: #696969. Windows color (decimal): -3914440 or 3687876. OLE color: 3687876.
HSL color Cylindrical-coordinate representation of color #C44538: hue angle of 5.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 #C44538 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 56 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.23 |
| HSL | 5.57º | 0.56% | 0.49% | - |
| HSV(B) | 5.57º | 0.71% | 0.77% | - |
| XYZ | 25.61 | 16.28 | 5.53 | - |
| YUV | 105.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 56 | 0 | 0.65 | 0.71 | 0.23 | 5.57 | 0.56 | 0.49 |
| Hex | C4 | 45 | 38 | 0 | 41 | 47 | 17 | 6 | 38 | 31 |
| Octal | 304 | 105 | 70 | 0 | 101 | 107 | 27 | 6 | 70 | 61 |
| Binary | 11000100 | 1000101 | 111000 | 0 | 1000001 | 1000111 | 10111 | 110 | 111000 | 110001 |
Color Harmonies of #C44538
Complementary color
Monochromatic Colors of #C44538
Black with #C44538
Text Example
Text Example
White with #C44538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44538; }
p { color: rgb(196,69,56); }
H1.HeaderClassName
{
color: #C44538;
}
.AnyTagClassName
{
color: #C44538;
}
</style>
background-color css
<style>
a { background-color: #C44538; }
a { background-color: rgb(196,69,56); }
div.DivClassName
{
background-color: #C44538;
}
.BgClassName
{
background-color: #C44538;
}
</style>
border-color css
<style>
span { border-color: #C44538; }
span { border-color: rgb(196,69,56); }
td.TdClassName
{
border-color: #C44538;
}
.TagClassName
{
border-color: #C44538;
}
</style>