Shades of Grenadier #C44530
Tints of Grenadier #C44530
RGB
CMYK
RGB Variations
Color information
#C44530 (or 0xC44530) is known color: Grenadier. HEX triplet: C4, 45 and 30. RGB value is (196,69,48). Sum of RGB (Red+Green+Blue) = 196+69+48=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C44530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44530 is #3BBACF. Grayscale: #686868. Windows color (decimal): -3914448 or 3163588. OLE color: 3163588.
HSL color Cylindrical-coordinate representation of color #C44530: hue angle of 8.51º 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 #C44530 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 48 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.23 |
| HSL | 8.51º | 0.61% | 0.48% | - |
| HSV(B) | 8.51º | 0.76% | 0.77% | - |
| XYZ | 25.43 | 16.21 | 4.58 | - |
| YUV | 104.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 48 | 0 | 0.65 | 0.76 | 0.23 | 8.51 | 0.61 | 0.48 |
| Hex | C4 | 45 | 30 | 0 | 41 | 4C | 17 | 9 | 3D | 30 |
| Octal | 304 | 105 | 60 | 0 | 101 | 114 | 27 | 11 | 75 | 60 |
| Binary | 11000100 | 1000101 | 110000 | 0 | 1000001 | 1001100 | 10111 | 1001 | 111101 | 110000 |
Color Harmonies of #C44530
Complementary color
Monochromatic Colors of #C44530
Black with #C44530
Text Example
Text Example
White with #C44530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44530; }
p { color: rgb(196,69,48); }
H1.HeaderClassName
{
color: #C44530;
}
.AnyTagClassName
{
color: #C44530;
}
</style>
background-color css
<style>
a { background-color: #C44530; }
a { background-color: rgb(196,69,48); }
div.DivClassName
{
background-color: #C44530;
}
.BgClassName
{
background-color: #C44530;
}
</style>
border-color css
<style>
span { border-color: #C44530; }
span { border-color: rgb(196,69,48); }
td.TdClassName
{
border-color: #C44530;
}
.TagClassName
{
border-color: #C44530;
}
</style>