Shades of Rust #AB5204
Tints of Rust #AB5204
RGB
CMYK
RGB Variations
Color information
#AB5204 (or 0xAB5204) is known color: Rust. HEX triplet: AB, 52 and 04. RGB value is (171,82,4). Sum of RGB (Red+Green+Blue) = 171+82+4=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5204 is #54ADFB. Grayscale: #646464. Windows color (decimal): -5549564 or 283307. OLE color: 283307.
HSL color Cylindrical-coordinate representation of color #AB5204: hue angle of 28.02º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB5204 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.33 |
| HSL | 28.02º | 0.95% | 0.34% | - |
| HSV(B) | 28.02º | 0.98% | 0.67% | - |
| XYZ | 19.83 | 14.7 | 1.91 | - |
| YUV | 99.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 4 | 0 | 0.52 | 0.98 | 0.33 | 28.02 | 0.95 | 0.34 |
| Hex | AB | 52 | 4 | 0 | 34 | 62 | 21 | 1C | 5F | 22 |
| Octal | 253 | 122 | 4 | 0 | 64 | 142 | 41 | 34 | 137 | 42 |
| Binary | 10101011 | 1010010 | 100 | 0 | 110100 | 1100010 | 100001 | 11100 | 1011111 | 100010 |
Color Harmonies of #AB5204
Complementary color
Monochromatic Colors of #AB5204
Black with #AB5204
Text Example
Text Example
White with #AB5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5204; }
p { color: rgb(171,82,4); }
H1.HeaderClassName
{
color: #AB5204;
}
.AnyTagClassName
{
color: #AB5204;
}
</style>
background-color css
<style>
a { background-color: #AB5204; }
a { background-color: rgb(171,82,4); }
div.DivClassName
{
background-color: #AB5204;
}
.BgClassName
{
background-color: #AB5204;
}
</style>
border-color css
<style>
span { border-color: #AB5204; }
span { border-color: rgb(171,82,4); }
td.TdClassName
{
border-color: #AB5204;
}
.TagClassName
{
border-color: #AB5204;
}
</style>