Shades of Grenadier #C0463B
Tints of Grenadier #C0463B
RGB
CMYK
RGB Variations
Color information
#C0463B (or 0xC0463B) is known color: Grenadier. HEX triplet: C0, 46 and 3B. RGB value is (192,70,59). Sum of RGB (Red+Green+Blue) = 192+70+59=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0463B is #3FB9C4. Grayscale: #696969. Windows color (decimal): -4176325 or 3884736. OLE color: 3884736.
HSL color Cylindrical-coordinate representation of color #C0463B: hue angle of 4.96º 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 #C0463B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 59 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.25 |
| HSL | 4.96º | 0.53% | 0.49% | - |
| HSV(B) | 4.96º | 0.69% | 0.75% | - |
| XYZ | 24.72 | 15.9 | 5.9 | - |
| YUV | 105.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 59 | 0 | 0.64 | 0.69 | 0.25 | 4.96 | 0.53 | 0.49 |
| Hex | C0 | 46 | 3B | 0 | 40 | 45 | 19 | 5 | 35 | 31 |
| Octal | 300 | 106 | 73 | 0 | 100 | 105 | 31 | 5 | 65 | 61 |
| Binary | 11000000 | 1000110 | 111011 | 0 | 1000000 | 1000101 | 11001 | 101 | 110101 | 110001 |
Color Harmonies of #C0463B
Complementary color
Monochromatic Colors of #C0463B
Black with #C0463B
Text Example
Text Example
White with #C0463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0463B; }
p { color: rgb(192,70,59); }
H1.HeaderClassName
{
color: #C0463B;
}
.AnyTagClassName
{
color: #C0463B;
}
</style>
background-color css
<style>
a { background-color: #C0463B; }
a { background-color: rgb(192,70,59); }
div.DivClassName
{
background-color: #C0463B;
}
.BgClassName
{
background-color: #C0463B;
}
</style>
border-color css
<style>
span { border-color: #C0463B; }
span { border-color: rgb(192,70,59); }
td.TdClassName
{
border-color: #C0463B;
}
.TagClassName
{
border-color: #C0463B;
}
</style>