Shades of Rust #AB5105
Tints of Rust #AB5105
RGB
CMYK
RGB Variations
Color information
#AB5105 (or 0xAB5105) is known color: Rust. HEX triplet: AB, 51 and 05. RGB value is (171,81,5). Sum of RGB (Red+Green+Blue) = 171+81+5=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5105 is #54AEFA. Grayscale: #636363. Windows color (decimal): -5549819 or 348587. OLE color: 348587.
HSL color Cylindrical-coordinate representation of color #AB5105: hue angle of 27.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB5105 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.33 |
| HSL | 27.47º | 0.94% | 0.35% | - |
| HSV(B) | 27.47º | 0.97% | 0.67% | - |
| XYZ | 19.76 | 14.55 | 1.91 | - |
| YUV | 99.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 5 | 0 | 0.53 | 0.97 | 0.33 | 27.47 | 0.94 | 0.35 |
| Hex | AB | 51 | 5 | 0 | 35 | 61 | 21 | 1B | 5E | 23 |
| Octal | 253 | 121 | 5 | 0 | 65 | 141 | 41 | 33 | 136 | 43 |
| Binary | 10101011 | 1010001 | 101 | 0 | 110101 | 1100001 | 100001 | 11011 | 1011110 | 100011 |
Color Harmonies of #AB5105
Complementary color
Monochromatic Colors of #AB5105
Black with #AB5105
Text Example
Text Example
White with #AB5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5105; }
p { color: rgb(171,81,5); }
H1.HeaderClassName
{
color: #AB5105;
}
.AnyTagClassName
{
color: #AB5105;
}
</style>
background-color css
<style>
a { background-color: #AB5105; }
a { background-color: rgb(171,81,5); }
div.DivClassName
{
background-color: #AB5105;
}
.BgClassName
{
background-color: #AB5105;
}
</style>
border-color css
<style>
span { border-color: #AB5105; }
span { border-color: rgb(171,81,5); }
td.TdClassName
{
border-color: #AB5105;
}
.TagClassName
{
border-color: #AB5105;
}
</style>