Shades of Rust #AB3511
Tints of Rust #AB3511
RGB
CMYK
RGB Variations
Color information
#AB3511 (or 0xAB3511) is known color: Rust. HEX triplet: AB, 35 and 11. RGB value is (171,53,17). Sum of RGB (Red+Green+Blue) = 171+53+17=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3511 is #54CAEE. Grayscale: #545454. Windows color (decimal): -5556975 or 1127851. OLE color: 1127851.
HSL color Cylindrical-coordinate representation of color #AB3511: hue angle of 14.03º 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 #AB3511 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.33 |
| HSL | 14.03º | 0.82% | 0.37% | - |
| HSV(B) | 14.03º | 0.9% | 0.67% | - |
| XYZ | 18.17 | 11.24 | 1.74 | - |
| YUV | 84.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 17 | 0 | 0.69 | 0.90 | 0.33 | 14.03 | 0.82 | 0.37 |
| Hex | AB | 35 | 11 | 0 | 45 | 5A | 21 | E | 52 | 25 |
| Octal | 253 | 65 | 21 | 0 | 105 | 132 | 41 | 16 | 122 | 45 |
| Binary | 10101011 | 110101 | 10001 | 0 | 1000101 | 1011010 | 100001 | 1110 | 1010010 | 100101 |
Color Harmonies of #AB3511
Complementary color
Monochromatic Colors of #AB3511
Black with #AB3511
Text Example
Text Example
White with #AB3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3511; }
p { color: rgb(171,53,17); }
H1.HeaderClassName
{
color: #AB3511;
}
.AnyTagClassName
{
color: #AB3511;
}
</style>
background-color css
<style>
a { background-color: #AB3511; }
a { background-color: rgb(171,53,17); }
div.DivClassName
{
background-color: #AB3511;
}
.BgClassName
{
background-color: #AB3511;
}
</style>
border-color css
<style>
span { border-color: #AB3511; }
span { border-color: rgb(171,53,17); }
td.TdClassName
{
border-color: #AB3511;
}
.TagClassName
{
border-color: #AB3511;
}
</style>