Shades of Rust #AB5200
Tints of Rust #AB5200
RGB
CMYK
RGB Variations
Color information
#AB5200 (or 0xAB5200) is known color: Rust. HEX triplet: AB, 52 and 00. RGB value is (171,82,0). Sum of RGB (Red+Green+Blue) = 171+82+0=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5200 is #54ADFF. Grayscale: #636363. Windows color (decimal): -5549568 or 21163. OLE color: 21163.
HSL color Cylindrical-coordinate representation of color #AB5200: hue angle of 28.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB5200 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.33 |
| HSL | 28.77º | 1% | 0.34% | - |
| HSV(B) | 28.77º | 1% | 0.67% | - |
| XYZ | 19.81 | 14.69 | 1.79 | - |
| YUV | 99.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 0 | 0 | 0.52 | 1 | 0.33 | 28.77 | 1 | 0.34 |
| Hex | AB | 52 | 0 | 0 | 34 | 64 | 21 | 1D | 64 | 22 |
| Octal | 253 | 122 | 0 | 0 | 64 | 144 | 41 | 35 | 144 | 42 |
| Binary | 10101011 | 1010010 | 0 | 0 | 110100 | 1100100 | 100001 | 11101 | 1100100 | 100010 |
Color Harmonies of #AB5200
Complementary color
Monochromatic Colors of #AB5200
Black with #AB5200
Text Example
Text Example
White with #AB5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5200; }
p { color: rgb(171,82,0); }
H1.HeaderClassName
{
color: #AB5200;
}
.AnyTagClassName
{
color: #AB5200;
}
</style>
background-color css
<style>
a { background-color: #AB5200; }
a { background-color: rgb(171,82,0); }
div.DivClassName
{
background-color: #AB5200;
}
.BgClassName
{
background-color: #AB5200;
}
</style>
border-color css
<style>
span { border-color: #AB5200; }
span { border-color: rgb(171,82,0); }
td.TdClassName
{
border-color: #AB5200;
}
.TagClassName
{
border-color: #AB5200;
}
</style>