Shades of Rust #AB2E11
Tints of Rust #AB2E11
RGB
CMYK
RGB Variations
Color information
#AB2E11 (or 0xAB2E11) is known color: Rust. HEX triplet: AB, 2E and 11. RGB value is (171,46,17). Sum of RGB (Red+Green+Blue) = 171+46+17=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E11 is #54D1EE. Grayscale: #505050. Windows color (decimal): -5558767 or 1126059. OLE color: 1126059.
HSL color Cylindrical-coordinate representation of color #AB2E11: hue angle of 11.3º 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 #AB2E11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.33 |
| HSL | 11.3º | 0.82% | 0.37% | - |
| HSV(B) | 11.3º | 0.9% | 0.67% | - |
| XYZ | 17.87 | 10.65 | 1.64 | - |
| YUV | 80.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 17 | 0 | 0.73 | 0.90 | 0.33 | 11.3 | 0.82 | 0.37 |
| Hex | AB | 2E | 11 | 0 | 49 | 5A | 21 | B | 52 | 25 |
| Octal | 253 | 56 | 21 | 0 | 111 | 132 | 41 | 13 | 122 | 45 |
| Binary | 10101011 | 101110 | 10001 | 0 | 1001001 | 1011010 | 100001 | 1011 | 1010010 | 100101 |
Color Harmonies of #AB2E11
Complementary color
Monochromatic Colors of #AB2E11
Black with #AB2E11
Text Example
Text Example
White with #AB2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E11; }
p { color: rgb(171,46,17); }
H1.HeaderClassName
{
color: #AB2E11;
}
.AnyTagClassName
{
color: #AB2E11;
}
</style>
background-color css
<style>
a { background-color: #AB2E11; }
a { background-color: rgb(171,46,17); }
div.DivClassName
{
background-color: #AB2E11;
}
.BgClassName
{
background-color: #AB2E11;
}
</style>
border-color css
<style>
span { border-color: #AB2E11; }
span { border-color: rgb(171,46,17); }
td.TdClassName
{
border-color: #AB2E11;
}
.TagClassName
{
border-color: #AB2E11;
}
</style>