Shades of Grenadier #C4443D
Tints of Grenadier #C4443D
RGB
CMYK
RGB Variations
Color information
#C4443D (or 0xC4443D) is known color: Grenadier. HEX triplet: C4, 44 and 3D. RGB value is (196,68,61). Sum of RGB (Red+Green+Blue) = 196+68+61=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4443D is #3BBBC2. Grayscale: #696969. Windows color (decimal): -3914691 or 4015300. OLE color: 4015300.
HSL color Cylindrical-coordinate representation of color #C4443D: hue angle of 3.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4443D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 61 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.23 |
| HSL | 3.11º | 0.53% | 0.5% | - |
| HSV(B) | 3.11º | 0.69% | 0.77% | - |
| XYZ | 25.67 | 16.21 | 6.19 | - |
| YUV | 105.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 61 | 0 | 0.65 | 0.69 | 0.23 | 3.11 | 0.53 | 0.5 |
| Hex | C4 | 44 | 3D | 0 | 41 | 45 | 17 | 3 | 35 | 32 |
| Octal | 304 | 104 | 75 | 0 | 101 | 105 | 27 | 3 | 65 | 62 |
| Binary | 11000100 | 1000100 | 111101 | 0 | 1000001 | 1000101 | 10111 | 11 | 110101 | 110010 |
Color Harmonies of #C4443D
Complementary color
Monochromatic Colors of #C4443D
Black with #C4443D
Text Example
Text Example
White with #C4443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4443D; }
p { color: rgb(196,68,61); }
H1.HeaderClassName
{
color: #C4443D;
}
.AnyTagClassName
{
color: #C4443D;
}
</style>
background-color css
<style>
a { background-color: #C4443D; }
a { background-color: rgb(196,68,61); }
div.DivClassName
{
background-color: #C4443D;
}
.BgClassName
{
background-color: #C4443D;
}
</style>
border-color css
<style>
span { border-color: #C4443D; }
span { border-color: rgb(196,68,61); }
td.TdClassName
{
border-color: #C4443D;
}
.TagClassName
{
border-color: #C4443D;
}
</style>