Shades of Grenadier #C0543B
Tints of Grenadier #C0543B
RGB
CMYK
RGB Variations
Color information
#C0543B (or 0xC0543B) is known color: Grenadier. HEX triplet: C0, 54 and 3B. RGB value is (192,84,59). Sum of RGB (Red+Green+Blue) = 192+84+59=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0543B is #3FABC4. Grayscale: #717171. Windows color (decimal): -4172741 or 3888320. OLE color: 3888320.
HSL color Cylindrical-coordinate representation of color #C0543B: hue angle of 11.28º 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 #C0543B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 59 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.25 |
| HSL | 11.28º | 0.53% | 0.49% | - |
| HSV(B) | 11.28º | 0.69% | 0.75% | - |
| XYZ | 25.7 | 17.86 | 6.23 | - |
| YUV | 113.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 59 | 0 | 0.56 | 0.69 | 0.25 | 11.28 | 0.53 | 0.49 |
| Hex | C0 | 54 | 3B | 0 | 38 | 45 | 19 | B | 35 | 31 |
| Octal | 300 | 124 | 73 | 0 | 70 | 105 | 31 | 13 | 65 | 61 |
| Binary | 11000000 | 1010100 | 111011 | 0 | 111000 | 1000101 | 11001 | 1011 | 110101 | 110001 |
Color Harmonies of #C0543B
Complementary color
Monochromatic Colors of #C0543B
Black with #C0543B
Text Example
Text Example
White with #C0543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0543B; }
p { color: rgb(192,84,59); }
H1.HeaderClassName
{
color: #C0543B;
}
.AnyTagClassName
{
color: #C0543B;
}
</style>
background-color css
<style>
a { background-color: #C0543B; }
a { background-color: rgb(192,84,59); }
div.DivClassName
{
background-color: #C0543B;
}
.BgClassName
{
background-color: #C0543B;
}
</style>
border-color css
<style>
span { border-color: #C0543B; }
span { border-color: rgb(192,84,59); }
td.TdClassName
{
border-color: #C0543B;
}
.TagClassName
{
border-color: #C0543B;
}
</style>