Shades of Rust #AB4811
Tints of Rust #AB4811
RGB
CMYK
RGB Variations
Color information
#AB4811 (or 0xAB4811) is known color: Rust. HEX triplet: AB, 48 and 11. RGB value is (171,72,17). Sum of RGB (Red+Green+Blue) = 171+72+17=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4811 is #54B7EE. Grayscale: #5F5F5F. Windows color (decimal): -5552111 or 1132715. OLE color: 1132715.
HSL color Cylindrical-coordinate representation of color #AB4811: hue angle of 21.43º 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 #AB4811 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 17 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.33 |
| HSL | 21.43º | 0.82% | 0.37% | - |
| HSV(B) | 21.43º | 0.9% | 0.67% | - |
| XYZ | 19.21 | 13.33 | 2.09 | - |
| YUV | 95.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 17 | 0 | 0.58 | 0.90 | 0.33 | 21.43 | 0.82 | 0.37 |
| Hex | AB | 48 | 11 | 0 | 3A | 5A | 21 | 15 | 52 | 25 |
| Octal | 253 | 110 | 21 | 0 | 72 | 132 | 41 | 25 | 122 | 45 |
| Binary | 10101011 | 1001000 | 10001 | 0 | 111010 | 1011010 | 100001 | 10101 | 1010010 | 100101 |
Color Harmonies of #AB4811
Complementary color
Monochromatic Colors of #AB4811
Black with #AB4811
Text Example
Text Example
White with #AB4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4811; }
p { color: rgb(171,72,17); }
H1.HeaderClassName
{
color: #AB4811;
}
.AnyTagClassName
{
color: #AB4811;
}
</style>
background-color css
<style>
a { background-color: #AB4811; }
a { background-color: rgb(171,72,17); }
div.DivClassName
{
background-color: #AB4811;
}
.BgClassName
{
background-color: #AB4811;
}
</style>
border-color css
<style>
span { border-color: #AB4811; }
span { border-color: rgb(171,72,17); }
td.TdClassName
{
border-color: #AB4811;
}
.TagClassName
{
border-color: #AB4811;
}
</style>