Shades of Rust #AB5012
Tints of Rust #AB5012
RGB
CMYK
RGB Variations
Color information
#AB5012 (or 0xAB5012) is known color: Rust. HEX triplet: AB, 50 and 12. RGB value is (171,80,18). Sum of RGB (Red+Green+Blue) = 171+80+18=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5012 is #54AFED. Grayscale: #646464. Windows color (decimal): -5550062 or 1200299. OLE color: 1200299.
HSL color Cylindrical-coordinate representation of color #AB5012: hue angle of 24.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB5012 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 18 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.33 |
| HSL | 24.31º | 0.81% | 0.37% | - |
| HSV(B) | 24.31º | 0.89% | 0.67% | - |
| XYZ | 19.77 | 14.44 | 2.32 | - |
| YUV | 100.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 18 | 0 | 0.53 | 0.89 | 0.33 | 24.31 | 0.81 | 0.37 |
| Hex | AB | 50 | 12 | 0 | 35 | 59 | 21 | 18 | 51 | 25 |
| Octal | 253 | 120 | 22 | 0 | 65 | 131 | 41 | 30 | 121 | 45 |
| Binary | 10101011 | 1010000 | 10010 | 0 | 110101 | 1011001 | 100001 | 11000 | 1010001 | 100101 |
Color Harmonies of #AB5012
Complementary color
Monochromatic Colors of #AB5012
Black with #AB5012
Text Example
Text Example
White with #AB5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5012; }
p { color: rgb(171,80,18); }
H1.HeaderClassName
{
color: #AB5012;
}
.AnyTagClassName
{
color: #AB5012;
}
</style>
background-color css
<style>
a { background-color: #AB5012; }
a { background-color: rgb(171,80,18); }
div.DivClassName
{
background-color: #AB5012;
}
.BgClassName
{
background-color: #AB5012;
}
</style>
border-color css
<style>
span { border-color: #AB5012; }
span { border-color: rgb(171,80,18); }
td.TdClassName
{
border-color: #AB5012;
}
.TagClassName
{
border-color: #AB5012;
}
</style>