Shades of Rust #AB2D11
Tints of Rust #AB2D11
RGB
CMYK
RGB Variations
Color information
#AB2D11 (or 0xAB2D11) is known color: Rust. HEX triplet: AB, 2D and 11. RGB value is (171,45,17). Sum of RGB (Red+Green+Blue) = 171+45+17=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D11 is #54D2EE. Grayscale: #4F4F4F. Windows color (decimal): -5559023 or 1125803. OLE color: 1125803.
HSL color Cylindrical-coordinate representation of color #AB2D11: hue angle of 10.91º 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 #AB2D11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 17 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.33 |
| HSL | 10.91º | 0.82% | 0.37% | - |
| HSV(B) | 10.91º | 0.9% | 0.67% | - |
| XYZ | 17.83 | 10.58 | 1.63 | - |
| YUV | 79.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 17 | 0 | 0.74 | 0.90 | 0.33 | 10.91 | 0.82 | 0.37 |
| Hex | AB | 2D | 11 | 0 | 4A | 5A | 21 | B | 52 | 25 |
| Octal | 253 | 55 | 21 | 0 | 112 | 132 | 41 | 13 | 122 | 45 |
| Binary | 10101011 | 101101 | 10001 | 0 | 1001010 | 1011010 | 100001 | 1011 | 1010010 | 100101 |
Color Harmonies of #AB2D11
Complementary color
Monochromatic Colors of #AB2D11
Black with #AB2D11
Text Example
Text Example
White with #AB2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D11; }
p { color: rgb(171,45,17); }
H1.HeaderClassName
{
color: #AB2D11;
}
.AnyTagClassName
{
color: #AB2D11;
}
</style>
background-color css
<style>
a { background-color: #AB2D11; }
a { background-color: rgb(171,45,17); }
div.DivClassName
{
background-color: #AB2D11;
}
.BgClassName
{
background-color: #AB2D11;
}
</style>
border-color css
<style>
span { border-color: #AB2D11; }
span { border-color: rgb(171,45,17); }
td.TdClassName
{
border-color: #AB2D11;
}
.TagClassName
{
border-color: #AB2D11;
}
</style>