Shades of Grenadier #C0523B
Tints of Grenadier #C0523B
RGB
CMYK
RGB Variations
Color information
#C0523B (or 0xC0523B) is known color: Grenadier. HEX triplet: C0, 52 and 3B. RGB value is (192,82,59). Sum of RGB (Red+Green+Blue) = 192+82+59=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0523B is #3FADC4. Grayscale: #707070. Windows color (decimal): -4173253 or 3887808. OLE color: 3887808.
HSL color Cylindrical-coordinate representation of color #C0523B: hue angle of 10.38º 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 #C0523B is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 59 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.25 |
| HSL | 10.38º | 0.53% | 0.49% | - |
| HSV(B) | 10.38º | 0.69% | 0.75% | - |
| XYZ | 25.54 | 17.56 | 6.18 | - |
| YUV | 112.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 59 | 0 | 0.57 | 0.69 | 0.25 | 10.38 | 0.53 | 0.49 |
| Hex | C0 | 52 | 3B | 0 | 39 | 45 | 19 | A | 35 | 31 |
| Octal | 300 | 122 | 73 | 0 | 71 | 105 | 31 | 12 | 65 | 61 |
| Binary | 11000000 | 1010010 | 111011 | 0 | 111001 | 1000101 | 11001 | 1010 | 110101 | 110001 |
Color Harmonies of #C0523B
Complementary color
Monochromatic Colors of #C0523B
Black with #C0523B
Text Example
Text Example
White with #C0523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0523B; }
p { color: rgb(192,82,59); }
H1.HeaderClassName
{
color: #C0523B;
}
.AnyTagClassName
{
color: #C0523B;
}
</style>
background-color css
<style>
a { background-color: #C0523B; }
a { background-color: rgb(192,82,59); }
div.DivClassName
{
background-color: #C0523B;
}
.BgClassName
{
background-color: #C0523B;
}
</style>
border-color css
<style>
span { border-color: #C0523B; }
span { border-color: rgb(192,82,59); }
td.TdClassName
{
border-color: #C0523B;
}
.TagClassName
{
border-color: #C0523B;
}
</style>