Shades of Grenadier #C0443B
Tints of Grenadier #C0443B
RGB
CMYK
RGB Variations
Color information
#C0443B (or 0xC0443B) is known color: Grenadier. HEX triplet: C0, 44 and 3B. RGB value is (192,68,59). Sum of RGB (Red+Green+Blue) = 192+68+59=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0443B is #3FBBC4. Grayscale: #686868. Windows color (decimal): -4176837 or 3884224. OLE color: 3884224.
HSL color Cylindrical-coordinate representation of color #C0443B: hue angle of 4.06º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0443B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 59 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.25 |
| HSL | 4.06º | 0.53% | 0.49% | - |
| HSV(B) | 4.06º | 0.69% | 0.75% | - |
| XYZ | 24.59 | 15.66 | 5.86 | - |
| YUV | 104.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 59 | 0 | 0.65 | 0.69 | 0.25 | 4.06 | 0.53 | 0.49 |
| Hex | C0 | 44 | 3B | 0 | 41 | 45 | 19 | 4 | 35 | 31 |
| Octal | 300 | 104 | 73 | 0 | 101 | 105 | 31 | 4 | 65 | 61 |
| Binary | 11000000 | 1000100 | 111011 | 0 | 1000001 | 1000101 | 11001 | 100 | 110101 | 110001 |
Color Harmonies of #C0443B
Complementary color
Monochromatic Colors of #C0443B
Black with #C0443B
Text Example
Text Example
White with #C0443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0443B; }
p { color: rgb(192,68,59); }
H1.HeaderClassName
{
color: #C0443B;
}
.AnyTagClassName
{
color: #C0443B;
}
</style>
background-color css
<style>
a { background-color: #C0443B; }
a { background-color: rgb(192,68,59); }
div.DivClassName
{
background-color: #C0443B;
}
.BgClassName
{
background-color: #C0443B;
}
</style>
border-color css
<style>
span { border-color: #C0443B; }
span { border-color: rgb(192,68,59); }
td.TdClassName
{
border-color: #C0443B;
}
.TagClassName
{
border-color: #C0443B;
}
</style>