Shades of Grenadier #C0553A
Tints of Grenadier #C0553A
RGB
CMYK
RGB Variations
Color information
#C0553A (or 0xC0553A) is known color: Grenadier. HEX triplet: C0, 55 and 3A. RGB value is (192,85,58). Sum of RGB (Red+Green+Blue) = 192+85+58=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0553A is #3FAAC5. Grayscale: #727272. Windows color (decimal): -4172486 or 3823040. OLE color: 3823040.
HSL color Cylindrical-coordinate representation of color #C0553A: hue angle of 12.09º 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 #C0553A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 58 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.25 |
| HSL | 12.09º | 0.54% | 0.49% | - |
| HSV(B) | 12.09º | 0.7% | 0.75% | - |
| XYZ | 25.75 | 18.01 | 6.12 | - |
| YUV | 113.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 58 | 0 | 0.56 | 0.70 | 0.25 | 12.09 | 0.54 | 0.49 |
| Hex | C0 | 55 | 3A | 0 | 38 | 46 | 19 | C | 36 | 31 |
| Octal | 300 | 125 | 72 | 0 | 70 | 106 | 31 | 14 | 66 | 61 |
| Binary | 11000000 | 1010101 | 111010 | 0 | 111000 | 1000110 | 11001 | 1100 | 110110 | 110001 |
Color Harmonies of #C0553A
Complementary color
Monochromatic Colors of #C0553A
Black with #C0553A
Text Example
Text Example
White with #C0553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0553A; }
p { color: rgb(192,85,58); }
H1.HeaderClassName
{
color: #C0553A;
}
.AnyTagClassName
{
color: #C0553A;
}
</style>
background-color css
<style>
a { background-color: #C0553A; }
a { background-color: rgb(192,85,58); }
div.DivClassName
{
background-color: #C0553A;
}
.BgClassName
{
background-color: #C0553A;
}
</style>
border-color css
<style>
span { border-color: #C0553A; }
span { border-color: rgb(192,85,58); }
td.TdClassName
{
border-color: #C0553A;
}
.TagClassName
{
border-color: #C0553A;
}
</style>