Shades of Rust #AB3D11
Tints of Rust #AB3D11
RGB
CMYK
RGB Variations
Color information
#AB3D11 (or 0xAB3D11) is known color: Rust. HEX triplet: AB, 3D and 11. RGB value is (171,61,17). Sum of RGB (Red+Green+Blue) = 171+61+17=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3D11 is #54C2EE. Grayscale: #595959. Windows color (decimal): -5554927 or 1129899. OLE color: 1129899.
HSL color Cylindrical-coordinate representation of color #AB3D11: hue angle of 17.14º 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 #AB3D11 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 17 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.33 |
| HSL | 17.14º | 0.82% | 0.37% | - |
| HSV(B) | 17.14º | 0.9% | 0.67% | - |
| XYZ | 18.56 | 12.04 | 1.88 | - |
| YUV | 88.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 17 | 0 | 0.64 | 0.90 | 0.33 | 17.14 | 0.82 | 0.37 |
| Hex | AB | 3D | 11 | 0 | 40 | 5A | 21 | 11 | 52 | 25 |
| Octal | 253 | 75 | 21 | 0 | 100 | 132 | 41 | 21 | 122 | 45 |
| Binary | 10101011 | 111101 | 10001 | 0 | 1000000 | 1011010 | 100001 | 10001 | 1010010 | 100101 |
Color Harmonies of #AB3D11
Complementary color
Monochromatic Colors of #AB3D11
Black with #AB3D11
Text Example
Text Example
White with #AB3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D11; }
p { color: rgb(171,61,17); }
H1.HeaderClassName
{
color: #AB3D11;
}
.AnyTagClassName
{
color: #AB3D11;
}
</style>
background-color css
<style>
a { background-color: #AB3D11; }
a { background-color: rgb(171,61,17); }
div.DivClassName
{
background-color: #AB3D11;
}
.BgClassName
{
background-color: #AB3D11;
}
</style>
border-color css
<style>
span { border-color: #AB3D11; }
span { border-color: rgb(171,61,17); }
td.TdClassName
{
border-color: #AB3D11;
}
.TagClassName
{
border-color: #AB3D11;
}
</style>