Shades of Grenadier #C4473F
Tints of Grenadier #C4473F
RGB
CMYK
RGB Variations
Color information
#C4473F (or 0xC4473F) is known color: Grenadier. HEX triplet: C4, 47 and 3F. RGB value is (196,71,63). Sum of RGB (Red+Green+Blue) = 196+71+63=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4473F is #3BB8C0. Grayscale: #6B6B6B. Windows color (decimal): -3913921 or 4147140. OLE color: 4147140.
HSL color Cylindrical-coordinate representation of color #C4473F: hue angle of 3.61º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4473F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 63 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.23 |
| HSL | 3.61º | 0.53% | 0.51% | - |
| HSV(B) | 3.61º | 0.68% | 0.77% | - |
| XYZ | 25.92 | 16.6 | 6.54 | - |
| YUV | 107.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 63 | 0 | 0.64 | 0.68 | 0.23 | 3.61 | 0.53 | 0.51 |
| Hex | C4 | 47 | 3F | 0 | 40 | 44 | 17 | 4 | 35 | 33 |
| Octal | 304 | 107 | 77 | 0 | 100 | 104 | 27 | 4 | 65 | 63 |
| Binary | 11000100 | 1000111 | 111111 | 0 | 1000000 | 1000100 | 10111 | 100 | 110101 | 110011 |
Color Harmonies of #C4473F
Complementary color
Monochromatic Colors of #C4473F
Black with #C4473F
Text Example
Text Example
White with #C4473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4473F; }
p { color: rgb(196,71,63); }
H1.HeaderClassName
{
color: #C4473F;
}
.AnyTagClassName
{
color: #C4473F;
}
</style>
background-color css
<style>
a { background-color: #C4473F; }
a { background-color: rgb(196,71,63); }
div.DivClassName
{
background-color: #C4473F;
}
.BgClassName
{
background-color: #C4473F;
}
</style>
border-color css
<style>
span { border-color: #C4473F; }
span { border-color: rgb(196,71,63); }
td.TdClassName
{
border-color: #C4473F;
}
.TagClassName
{
border-color: #C4473F;
}
</style>