Shades of Grenadier #C6443B
Tints of Grenadier #C6443B
RGB
CMYK
RGB Variations
Color information
#C6443B (or 0xC6443B) is known color: Grenadier. HEX triplet: C6, 44 and 3B. RGB value is (198,68,59). Sum of RGB (Red+Green+Blue) = 198+68+59=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6443B is #39BBC4. Grayscale: #6A6A6A. Windows color (decimal): -3783621 or 3884230. OLE color: 3884230.
HSL color Cylindrical-coordinate representation of color #C6443B: hue angle of 3.88º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6443B is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 59 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.22 |
| HSL | 3.88º | 0.55% | 0.5% | - |
| HSV(B) | 3.88º | 0.7% | 0.78% | - |
| XYZ | 26.15 | 16.46 | 5.94 | - |
| YUV | 105.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 59 | 0 | 0.66 | 0.70 | 0.22 | 3.88 | 0.55 | 0.5 |
| Hex | C6 | 44 | 3B | 0 | 42 | 46 | 16 | 4 | 37 | 32 |
| Octal | 306 | 104 | 73 | 0 | 102 | 106 | 26 | 4 | 67 | 62 |
| Binary | 11000110 | 1000100 | 111011 | 0 | 1000010 | 1000110 | 10110 | 100 | 110111 | 110010 |
Color Harmonies of #C6443B
Complementary color
Monochromatic Colors of #C6443B
Black with #C6443B
Text Example
Text Example
White with #C6443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6443B; }
p { color: rgb(198,68,59); }
H1.HeaderClassName
{
color: #C6443B;
}
.AnyTagClassName
{
color: #C6443B;
}
</style>
background-color css
<style>
a { background-color: #C6443B; }
a { background-color: rgb(198,68,59); }
div.DivClassName
{
background-color: #C6443B;
}
.BgClassName
{
background-color: #C6443B;
}
</style>
border-color css
<style>
span { border-color: #C6443B; }
span { border-color: rgb(198,68,59); }
td.TdClassName
{
border-color: #C6443B;
}
.TagClassName
{
border-color: #C6443B;
}
</style>