Shades of Rust #AB3210
Tints of Rust #AB3210
RGB
CMYK
RGB Variations
Color information
#AB3210 (or 0xAB3210) is known color: Rust. HEX triplet: AB, 32 and 10. RGB value is (171,50,16). Sum of RGB (Red+Green+Blue) = 171+50+16=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3210 is #54CDEF. Grayscale: #525252. Windows color (decimal): -5557744 or 1061547. OLE color: 1061547.
HSL color Cylindrical-coordinate representation of color #AB3210: hue angle of 13.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB3210 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 16 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.33 |
| HSL | 13.16º | 0.83% | 0.37% | - |
| HSV(B) | 13.16º | 0.91% | 0.67% | - |
| XYZ | 18.03 | 10.98 | 1.66 | - |
| YUV | 82.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 16 | 0 | 0.71 | 0.91 | 0.33 | 13.16 | 0.83 | 0.37 |
| Hex | AB | 32 | 10 | 0 | 47 | 5B | 21 | D | 53 | 25 |
| Octal | 253 | 62 | 20 | 0 | 107 | 133 | 41 | 15 | 123 | 45 |
| Binary | 10101011 | 110010 | 10000 | 0 | 1000111 | 1011011 | 100001 | 1101 | 1010011 | 100101 |
Color Harmonies of #AB3210
Complementary color
Monochromatic Colors of #AB3210
Black with #AB3210
Text Example
Text Example
White with #AB3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3210; }
p { color: rgb(171,50,16); }
H1.HeaderClassName
{
color: #AB3210;
}
.AnyTagClassName
{
color: #AB3210;
}
</style>
background-color css
<style>
a { background-color: #AB3210; }
a { background-color: rgb(171,50,16); }
div.DivClassName
{
background-color: #AB3210;
}
.BgClassName
{
background-color: #AB3210;
}
</style>
border-color css
<style>
span { border-color: #AB3210; }
span { border-color: rgb(171,50,16); }
td.TdClassName
{
border-color: #AB3210;
}
.TagClassName
{
border-color: #AB3210;
}
</style>