Shades of Rust #AB4D11
Tints of Rust #AB4D11
RGB
CMYK
RGB Variations
Color information
#AB4D11 (or 0xAB4D11) is known color: Rust. HEX triplet: AB, 4D and 11. RGB value is (171,77,17). Sum of RGB (Red+Green+Blue) = 171+77+17=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D11 is #54B2EE. Grayscale: #626262. Windows color (decimal): -5550831 or 1133995. OLE color: 1133995.
HSL color Cylindrical-coordinate representation of color #AB4D11: hue angle of 23.38º 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 #AB4D11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.33 |
| HSL | 23.38º | 0.82% | 0.37% | - |
| HSV(B) | 23.38º | 0.9% | 0.67% | - |
| XYZ | 19.55 | 14.01 | 2.2 | - |
| YUV | 98.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 17 | 0 | 0.55 | 0.90 | 0.33 | 23.38 | 0.82 | 0.37 |
| Hex | AB | 4D | 11 | 0 | 37 | 5A | 21 | 17 | 52 | 25 |
| Octal | 253 | 115 | 21 | 0 | 67 | 132 | 41 | 27 | 122 | 45 |
| Binary | 10101011 | 1001101 | 10001 | 0 | 110111 | 1011010 | 100001 | 10111 | 1010010 | 100101 |
Color Harmonies of #AB4D11
Complementary color
Monochromatic Colors of #AB4D11
Black with #AB4D11
Text Example
Text Example
White with #AB4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D11; }
p { color: rgb(171,77,17); }
H1.HeaderClassName
{
color: #AB4D11;
}
.AnyTagClassName
{
color: #AB4D11;
}
</style>
background-color css
<style>
a { background-color: #AB4D11; }
a { background-color: rgb(171,77,17); }
div.DivClassName
{
background-color: #AB4D11;
}
.BgClassName
{
background-color: #AB4D11;
}
</style>
border-color css
<style>
span { border-color: #AB4D11; }
span { border-color: rgb(171,77,17); }
td.TdClassName
{
border-color: #AB4D11;
}
.TagClassName
{
border-color: #AB4D11;
}
</style>