Shades of Rust #AB520F
Tints of Rust #AB520F
RGB
CMYK
RGB Variations
Color information
#AB520F (or 0xAB520F) is known color: Rust. HEX triplet: AB, 52 and 0F. RGB value is (171,82,15). Sum of RGB (Red+Green+Blue) = 171+82+15=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB520F is #54ADF0. Grayscale: #656565. Windows color (decimal): -5549553 or 1004203. OLE color: 1004203.
HSL color Cylindrical-coordinate representation of color #AB520F: hue angle of 25.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB520F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.33 |
| HSL | 25.77º | 0.84% | 0.36% | - |
| HSV(B) | 25.77º | 0.91% | 0.67% | - |
| XYZ | 19.9 | 14.73 | 2.25 | - |
| YUV | 100.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 15 | 0 | 0.52 | 0.91 | 0.33 | 25.77 | 0.84 | 0.36 |
| Hex | AB | 52 | F | 0 | 34 | 5B | 21 | 1A | 54 | 24 |
| Octal | 253 | 122 | 17 | 0 | 64 | 133 | 41 | 32 | 124 | 44 |
| Binary | 10101011 | 1010010 | 1111 | 0 | 110100 | 1011011 | 100001 | 11010 | 1010100 | 100100 |
Color Harmonies of #AB520F
Complementary color
Monochromatic Colors of #AB520F
Black with #AB520F
Text Example
Text Example
White with #AB520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB520F; }
p { color: rgb(171,82,15); }
H1.HeaderClassName
{
color: #AB520F;
}
.AnyTagClassName
{
color: #AB520F;
}
</style>
background-color css
<style>
a { background-color: #AB520F; }
a { background-color: rgb(171,82,15); }
div.DivClassName
{
background-color: #AB520F;
}
.BgClassName
{
background-color: #AB520F;
}
</style>
border-color css
<style>
span { border-color: #AB520F; }
span { border-color: rgb(171,82,15); }
td.TdClassName
{
border-color: #AB520F;
}
.TagClassName
{
border-color: #AB520F;
}
</style>