Shades of Grenadier #C0443A
Tints of Grenadier #C0443A
RGB
CMYK
RGB Variations
Color information
#C0443A (or 0xC0443A) is known color: Grenadier. HEX triplet: C0, 44 and 3A. RGB value is (192,68,58). Sum of RGB (Red+Green+Blue) = 192+68+58=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0443A is #3FBBC5. Grayscale: #686868. Windows color (decimal): -4176838 or 3818688. OLE color: 3818688.
HSL color Cylindrical-coordinate representation of color #C0443A: hue angle of 4.48º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0443A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 58 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.25 |
| HSL | 4.48º | 0.54% | 0.49% | - |
| HSV(B) | 4.48º | 0.7% | 0.75% | - |
| XYZ | 24.57 | 15.65 | 5.73 | - |
| YUV | 103.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 58 | 0 | 0.65 | 0.70 | 0.25 | 4.48 | 0.54 | 0.49 |
| Hex | C0 | 44 | 3A | 0 | 41 | 46 | 19 | 4 | 36 | 31 |
| Octal | 300 | 104 | 72 | 0 | 101 | 106 | 31 | 4 | 66 | 61 |
| Binary | 11000000 | 1000100 | 111010 | 0 | 1000001 | 1000110 | 11001 | 100 | 110110 | 110001 |
Color Harmonies of #C0443A
Complementary color
Monochromatic Colors of #C0443A
Black with #C0443A
Text Example
Text Example
White with #C0443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0443A; }
p { color: rgb(192,68,58); }
H1.HeaderClassName
{
color: #C0443A;
}
.AnyTagClassName
{
color: #C0443A;
}
</style>
background-color css
<style>
a { background-color: #C0443A; }
a { background-color: rgb(192,68,58); }
div.DivClassName
{
background-color: #C0443A;
}
.BgClassName
{
background-color: #C0443A;
}
</style>
border-color css
<style>
span { border-color: #C0443A; }
span { border-color: rgb(192,68,58); }
td.TdClassName
{
border-color: #C0443A;
}
.TagClassName
{
border-color: #C0443A;
}
</style>