Shades of Red Stage #AD562B
Tints of Red Stage #AD562B
RGB
CMYK
RGB Variations
Color information
#AD562B (or 0xAD562B) is known color: Red Stage. HEX triplet: AD, 56 and 2B. RGB value is (173,86,43). Sum of RGB (Red+Green+Blue) = 173+86+43=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD562B is #52A9D4. Grayscale: #6B6B6B. Windows color (decimal): -5417429 or 2840237. OLE color: 2840237.
HSL color Cylindrical-coordinate representation of color #AD562B: hue angle of 19.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD562B is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 43 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.32 |
| HSL | 19.85º | 0.6% | 0.42% | - |
| HSV(B) | 19.85º | 0.75% | 0.68% | - |
| XYZ | 21 | 15.71 | 4.21 | - |
| YUV | 107.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 43 | 0 | 0.50 | 0.75 | 0.32 | 19.85 | 0.6 | 0.42 |
| Hex | AD | 56 | 2B | 0 | 32 | 4B | 20 | 14 | 3C | 2A |
| Octal | 255 | 126 | 53 | 0 | 62 | 113 | 40 | 24 | 74 | 52 |
| Binary | 10101101 | 1010110 | 101011 | 0 | 110010 | 1001011 | 100000 | 10100 | 111100 | 101010 |
Color Harmonies of #AD562B
Complementary color
Monochromatic Colors of #AD562B
Black with #AD562B
Text Example
Text Example
White with #AD562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD562B; }
p { color: rgb(173,86,43); }
H1.HeaderClassName
{
color: #AD562B;
}
.AnyTagClassName
{
color: #AD562B;
}
</style>
background-color css
<style>
a { background-color: #AD562B; }
a { background-color: rgb(173,86,43); }
div.DivClassName
{
background-color: #AD562B;
}
.BgClassName
{
background-color: #AD562B;
}
</style>
border-color css
<style>
span { border-color: #AD562B; }
span { border-color: rgb(173,86,43); }
td.TdClassName
{
border-color: #AD562B;
}
.TagClassName
{
border-color: #AD562B;
}
</style>