Shades of Rust #AB4211
Tints of Rust #AB4211
RGB
CMYK
RGB Variations
Color information
#AB4211 (or 0xAB4211) is known color: Rust. HEX triplet: AB, 42 and 11. RGB value is (171,66,17). Sum of RGB (Red+Green+Blue) = 171+66+17=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4211 is #54BDEE. Grayscale: #5C5C5C. Windows color (decimal): -5553647 or 1131179. OLE color: 1131179.
HSL color Cylindrical-coordinate representation of color #AB4211: hue angle of 19.09º 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 #AB4211 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 17 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.33 |
| HSL | 19.09º | 0.82% | 0.37% | - |
| HSV(B) | 19.09º | 0.9% | 0.67% | - |
| XYZ | 18.84 | 12.59 | 1.97 | - |
| YUV | 91.81 | 85.79 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 17 | 0 | 0.61 | 0.90 | 0.33 | 19.09 | 0.82 | 0.37 |
| Hex | AB | 42 | 11 | 0 | 3D | 5A | 21 | 13 | 52 | 25 |
| Octal | 253 | 102 | 21 | 0 | 75 | 132 | 41 | 23 | 122 | 45 |
| Binary | 10101011 | 1000010 | 10001 | 0 | 111101 | 1011010 | 100001 | 10011 | 1010010 | 100101 |
Color Harmonies of #AB4211
Complementary color
Monochromatic Colors of #AB4211
Black with #AB4211
Text Example
Text Example
White with #AB4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4211; }
p { color: rgb(171,66,17); }
H1.HeaderClassName
{
color: #AB4211;
}
.AnyTagClassName
{
color: #AB4211;
}
</style>
background-color css
<style>
a { background-color: #AB4211; }
a { background-color: rgb(171,66,17); }
div.DivClassName
{
background-color: #AB4211;
}
.BgClassName
{
background-color: #AB4211;
}
</style>
border-color css
<style>
span { border-color: #AB4211; }
span { border-color: rgb(171,66,17); }
td.TdClassName
{
border-color: #AB4211;
}
.TagClassName
{
border-color: #AB4211;
}
</style>