Shades of Rust #AB4E11
Tints of Rust #AB4E11
RGB
CMYK
RGB Variations
Color information
#AB4E11 (or 0xAB4E11) is known color: Rust. HEX triplet: AB, 4E and 11. RGB value is (171,78,17). Sum of RGB (Red+Green+Blue) = 171+78+17=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E11 is #54B1EE. Grayscale: #636363. Windows color (decimal): -5550575 or 1134251. OLE color: 1134251.
HSL color Cylindrical-coordinate representation of color #AB4E11: hue angle of 23.77º 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 #AB4E11 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.33 |
| HSL | 23.77º | 0.82% | 0.37% | - |
| HSV(B) | 23.77º | 0.9% | 0.67% | - |
| XYZ | 19.62 | 14.15 | 2.23 | - |
| YUV | 98.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 17 | 0 | 0.54 | 0.90 | 0.33 | 23.77 | 0.82 | 0.37 |
| Hex | AB | 4E | 11 | 0 | 36 | 5A | 21 | 18 | 52 | 25 |
| Octal | 253 | 116 | 21 | 0 | 66 | 132 | 41 | 30 | 122 | 45 |
| Binary | 10101011 | 1001110 | 10001 | 0 | 110110 | 1011010 | 100001 | 11000 | 1010010 | 100101 |
Color Harmonies of #AB4E11
Complementary color
Monochromatic Colors of #AB4E11
Black with #AB4E11
Text Example
Text Example
White with #AB4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E11; }
p { color: rgb(171,78,17); }
H1.HeaderClassName
{
color: #AB4E11;
}
.AnyTagClassName
{
color: #AB4E11;
}
</style>
background-color css
<style>
a { background-color: #AB4E11; }
a { background-color: rgb(171,78,17); }
div.DivClassName
{
background-color: #AB4E11;
}
.BgClassName
{
background-color: #AB4E11;
}
</style>
border-color css
<style>
span { border-color: #AB4E11; }
span { border-color: rgb(171,78,17); }
td.TdClassName
{
border-color: #AB4E11;
}
.TagClassName
{
border-color: #AB4E11;
}
</style>