Shades of Red Stage #AB562D
Tints of Red Stage #AB562D
RGB
CMYK
RGB Variations
Color information
#AB562D (or 0xAB562D) is known color: Red Stage. HEX triplet: AB, 56 and 2D. RGB value is (171,86,45). Sum of RGB (Red+Green+Blue) = 171+86+45=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB562D is #54A9D2. Grayscale: #6A6A6A. Windows color (decimal): -5548499 or 2971307. OLE color: 2971307.
HSL color Cylindrical-coordinate representation of color #AB562D: hue angle of 19.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB562D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 45 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.33 |
| HSL | 19.52º | 0.58% | 0.42% | - |
| HSV(B) | 19.52º | 0.74% | 0.67% | - |
| XYZ | 20.6 | 15.5 | 4.39 | - |
| YUV | 106.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 45 | 0 | 0.50 | 0.74 | 0.33 | 19.52 | 0.58 | 0.42 |
| Hex | AB | 56 | 2D | 0 | 32 | 4A | 21 | 14 | 3A | 2A |
| Octal | 253 | 126 | 55 | 0 | 62 | 112 | 41 | 24 | 72 | 52 |
| Binary | 10101011 | 1010110 | 101101 | 0 | 110010 | 1001010 | 100001 | 10100 | 111010 | 101010 |
Color Harmonies of #AB562D
Complementary color
Monochromatic Colors of #AB562D
Black with #AB562D
Text Example
Text Example
White with #AB562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB562D; }
p { color: rgb(171,86,45); }
H1.HeaderClassName
{
color: #AB562D;
}
.AnyTagClassName
{
color: #AB562D;
}
</style>
background-color css
<style>
a { background-color: #AB562D; }
a { background-color: rgb(171,86,45); }
div.DivClassName
{
background-color: #AB562D;
}
.BgClassName
{
background-color: #AB562D;
}
</style>
border-color css
<style>
span { border-color: #AB562D; }
span { border-color: rgb(171,86,45); }
td.TdClassName
{
border-color: #AB562D;
}
.TagClassName
{
border-color: #AB562D;
}
</style>