Shades of Rust #AB4911
Tints of Rust #AB4911
RGB
CMYK
RGB Variations
Color information
#AB4911 (or 0xAB4911) is known color: Rust. HEX triplet: AB, 49 and 11. RGB value is (171,73,17). Sum of RGB (Red+Green+Blue) = 171+73+17=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4911 is #54B6EE. Grayscale: #606060. Windows color (decimal): -5551855 or 1132971. OLE color: 1132971.
HSL color Cylindrical-coordinate representation of color #AB4911: hue angle of 21.82º 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 #AB4911 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.33 |
| HSL | 21.82º | 0.82% | 0.37% | - |
| HSV(B) | 21.82º | 0.9% | 0.67% | - |
| XYZ | 19.28 | 13.46 | 2.11 | - |
| YUV | 95.92 | 83.47 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 17 | 0 | 0.57 | 0.90 | 0.33 | 21.82 | 0.82 | 0.37 |
| Hex | AB | 49 | 11 | 0 | 39 | 5A | 21 | 16 | 52 | 25 |
| Octal | 253 | 111 | 21 | 0 | 71 | 132 | 41 | 26 | 122 | 45 |
| Binary | 10101011 | 1001001 | 10001 | 0 | 111001 | 1011010 | 100001 | 10110 | 1010010 | 100101 |
Color Harmonies of #AB4911
Complementary color
Monochromatic Colors of #AB4911
Black with #AB4911
Text Example
Text Example
White with #AB4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4911; }
p { color: rgb(171,73,17); }
H1.HeaderClassName
{
color: #AB4911;
}
.AnyTagClassName
{
color: #AB4911;
}
</style>
background-color css
<style>
a { background-color: #AB4911; }
a { background-color: rgb(171,73,17); }
div.DivClassName
{
background-color: #AB4911;
}
.BgClassName
{
background-color: #AB4911;
}
</style>
border-color css
<style>
span { border-color: #AB4911; }
span { border-color: rgb(171,73,17); }
td.TdClassName
{
border-color: #AB4911;
}
.TagClassName
{
border-color: #AB4911;
}
</style>