Shades of Grenadier #C4443A
Tints of Grenadier #C4443A
RGB
CMYK
RGB Variations
Color information
#C4443A (or 0xC4443A) is known color: Grenadier. HEX triplet: C4, 44 and 3A. RGB value is (196,68,58). Sum of RGB (Red+Green+Blue) = 196+68+58=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4443A is #3BBBC5. Grayscale: #696969. Windows color (decimal): -3914694 or 3818692. OLE color: 3818692.
HSL color Cylindrical-coordinate representation of color #C4443A: hue angle of 4.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4443A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 58 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.23 |
| HSL | 4.35º | 0.54% | 0.5% | - |
| HSV(B) | 4.35º | 0.7% | 0.77% | - |
| XYZ | 25.6 | 16.18 | 5.78 | - |
| YUV | 105.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 58 | 0 | 0.65 | 0.70 | 0.23 | 4.35 | 0.54 | 0.5 |
| Hex | C4 | 44 | 3A | 0 | 41 | 46 | 17 | 4 | 36 | 32 |
| Octal | 304 | 104 | 72 | 0 | 101 | 106 | 27 | 4 | 66 | 62 |
| Binary | 11000100 | 1000100 | 111010 | 0 | 1000001 | 1000110 | 10111 | 100 | 110110 | 110010 |
Color Harmonies of #C4443A
Complementary color
Monochromatic Colors of #C4443A
Black with #C4443A
Text Example
Text Example
White with #C4443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4443A; }
p { color: rgb(196,68,58); }
H1.HeaderClassName
{
color: #C4443A;
}
.AnyTagClassName
{
color: #C4443A;
}
</style>
background-color css
<style>
a { background-color: #C4443A; }
a { background-color: rgb(196,68,58); }
div.DivClassName
{
background-color: #C4443A;
}
.BgClassName
{
background-color: #C4443A;
}
</style>
border-color css
<style>
span { border-color: #C4443A; }
span { border-color: rgb(196,68,58); }
td.TdClassName
{
border-color: #C4443A;
}
.TagClassName
{
border-color: #C4443A;
}
</style>