Shades of Rust #AB5013
Tints of Rust #AB5013
RGB
CMYK
RGB Variations
Color information
#AB5013 (or 0xAB5013) is known color: Rust. HEX triplet: AB, 50 and 13. RGB value is (171,80,19). Sum of RGB (Red+Green+Blue) = 171+80+19=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5013 is #54AFEC. Grayscale: #646464. Windows color (decimal): -5550061 or 1265835. OLE color: 1265835.
HSL color Cylindrical-coordinate representation of color #AB5013: hue angle of 24.08º degrees, saturation: 0.8, 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 #AB5013 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.33 |
| HSL | 24.08º | 0.8% | 0.37% | - |
| HSV(B) | 24.08º | 0.89% | 0.67% | - |
| XYZ | 19.78 | 14.44 | 2.36 | - |
| YUV | 100.26 | 82.15 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 19 | 0 | 0.53 | 0.89 | 0.33 | 24.08 | 0.8 | 0.37 |
| Hex | AB | 50 | 13 | 0 | 35 | 59 | 21 | 18 | 50 | 25 |
| Octal | 253 | 120 | 23 | 0 | 65 | 131 | 41 | 30 | 120 | 45 |
| Binary | 10101011 | 1010000 | 10011 | 0 | 110101 | 1011001 | 100001 | 11000 | 1010000 | 100101 |
Color Harmonies of #AB5013
Complementary color
Monochromatic Colors of #AB5013
Black with #AB5013
Text Example
Text Example
White with #AB5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5013; }
p { color: rgb(171,80,19); }
H1.HeaderClassName
{
color: #AB5013;
}
.AnyTagClassName
{
color: #AB5013;
}
</style>
background-color css
<style>
a { background-color: #AB5013; }
a { background-color: rgb(171,80,19); }
div.DivClassName
{
background-color: #AB5013;
}
.BgClassName
{
background-color: #AB5013;
}
</style>
border-color css
<style>
span { border-color: #AB5013; }
span { border-color: rgb(171,80,19); }
td.TdClassName
{
border-color: #AB5013;
}
.TagClassName
{
border-color: #AB5013;
}
</style>