Shades of Rust #AB520E
Tints of Rust #AB520E
RGB
CMYK
RGB Variations
Color information
#AB520E (or 0xAB520E) is known color: Rust. HEX triplet: AB, 52 and 0E. RGB value is (171,82,14). Sum of RGB (Red+Green+Blue) = 171+82+14=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB520E is #54ADF1. Grayscale: #656565. Windows color (decimal): -5549554 or 938667. OLE color: 938667.
HSL color Cylindrical-coordinate representation of color #AB520E: hue angle of 25.99º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB520E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.33 |
| HSL | 25.99º | 0.85% | 0.36% | - |
| HSV(B) | 25.99º | 0.92% | 0.67% | - |
| XYZ | 19.89 | 14.72 | 2.21 | - |
| YUV | 100.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 14 | 0 | 0.52 | 0.92 | 0.33 | 25.99 | 0.85 | 0.36 |
| Hex | AB | 52 | E | 0 | 34 | 5C | 21 | 1A | 55 | 24 |
| Octal | 253 | 122 | 16 | 0 | 64 | 134 | 41 | 32 | 125 | 44 |
| Binary | 10101011 | 1010010 | 1110 | 0 | 110100 | 1011100 | 100001 | 11010 | 1010101 | 100100 |
Color Harmonies of #AB520E
Complementary color
Monochromatic Colors of #AB520E
Black with #AB520E
Text Example
Text Example
White with #AB520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB520E; }
p { color: rgb(171,82,14); }
H1.HeaderClassName
{
color: #AB520E;
}
.AnyTagClassName
{
color: #AB520E;
}
</style>
background-color css
<style>
a { background-color: #AB520E; }
a { background-color: rgb(171,82,14); }
div.DivClassName
{
background-color: #AB520E;
}
.BgClassName
{
background-color: #AB520E;
}
</style>
border-color css
<style>
span { border-color: #AB520E; }
span { border-color: rgb(171,82,14); }
td.TdClassName
{
border-color: #AB520E;
}
.TagClassName
{
border-color: #AB520E;
}
</style>