Shades of Grenadier #C44A33
Tints of Grenadier #C44A33
RGB
CMYK
RGB Variations
Color information
#C44A33 (or 0xC44A33) is known color: Grenadier. HEX triplet: C4, 4A and 33. RGB value is (196,74,51). Sum of RGB (Red+Green+Blue) = 196+74+51=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A33 is #3BB5CC. Grayscale: #6C6C6C. Windows color (decimal): -3913165 or 3361476. OLE color: 3361476.
HSL color Cylindrical-coordinate representation of color #C44A33: hue angle of 9.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C44A33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.23 |
| HSL | 9.52º | 0.59% | 0.48% | - |
| HSV(B) | 9.52º | 0.74% | 0.77% | - |
| XYZ | 25.81 | 16.87 | 5.03 | - |
| YUV | 107.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 51 | 0 | 0.62 | 0.74 | 0.23 | 9.52 | 0.59 | 0.48 |
| Hex | C4 | 4A | 33 | 0 | 3E | 4A | 17 | A | 3B | 30 |
| Octal | 304 | 112 | 63 | 0 | 76 | 112 | 27 | 12 | 73 | 60 |
| Binary | 11000100 | 1001010 | 110011 | 0 | 111110 | 1001010 | 10111 | 1010 | 111011 | 110000 |
Color Harmonies of #C44A33
Complementary color
Monochromatic Colors of #C44A33
Black with #C44A33
Text Example
Text Example
White with #C44A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A33; }
p { color: rgb(196,74,51); }
H1.HeaderClassName
{
color: #C44A33;
}
.AnyTagClassName
{
color: #C44A33;
}
</style>
background-color css
<style>
a { background-color: #C44A33; }
a { background-color: rgb(196,74,51); }
div.DivClassName
{
background-color: #C44A33;
}
.BgClassName
{
background-color: #C44A33;
}
</style>
border-color css
<style>
span { border-color: #C44A33; }
span { border-color: rgb(196,74,51); }
td.TdClassName
{
border-color: #C44A33;
}
.TagClassName
{
border-color: #C44A33;
}
</style>