Shades of Rust #AB5011
Tints of Rust #AB5011
RGB
CMYK
RGB Variations
Color information
#AB5011 (or 0xAB5011) is known color: Rust. HEX triplet: AB, 50 and 11. RGB value is (171,80,17). Sum of RGB (Red+Green+Blue) = 171+80+17=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5011 is #54AFEE. Grayscale: #646464. Windows color (decimal): -5550063 or 1134763. OLE color: 1134763.
HSL color Cylindrical-coordinate representation of color #AB5011: hue angle of 24.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB5011 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.33 |
| HSL | 24.55º | 0.82% | 0.37% | - |
| HSV(B) | 24.55º | 0.9% | 0.67% | - |
| XYZ | 19.76 | 14.44 | 2.27 | - |
| YUV | 100.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 17 | 0 | 0.53 | 0.90 | 0.33 | 24.55 | 0.82 | 0.37 |
| Hex | AB | 50 | 11 | 0 | 35 | 5A | 21 | 19 | 52 | 25 |
| Octal | 253 | 120 | 21 | 0 | 65 | 132 | 41 | 31 | 122 | 45 |
| Binary | 10101011 | 1010000 | 10001 | 0 | 110101 | 1011010 | 100001 | 11001 | 1010010 | 100101 |
Color Harmonies of #AB5011
Complementary color
Monochromatic Colors of #AB5011
Black with #AB5011
Text Example
Text Example
White with #AB5011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5011; }
p { color: rgb(171,80,17); }
H1.HeaderClassName
{
color: #AB5011;
}
.AnyTagClassName
{
color: #AB5011;
}
</style>
background-color css
<style>
a { background-color: #AB5011; }
a { background-color: rgb(171,80,17); }
div.DivClassName
{
background-color: #AB5011;
}
.BgClassName
{
background-color: #AB5011;
}
</style>
border-color css
<style>
span { border-color: #AB5011; }
span { border-color: rgb(171,80,17); }
td.TdClassName
{
border-color: #AB5011;
}
.TagClassName
{
border-color: #AB5011;
}
</style>