Shades of Rust #AB500A
Tints of Rust #AB500A
RGB
CMYK
RGB Variations
Color information
#AB500A (or 0xAB500A) is known color: Rust. HEX triplet: AB, 50 and 0A. RGB value is (171,80,10). Sum of RGB (Red+Green+Blue) = 171+80+10=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500A is #54AFF5. Grayscale: #636363. Windows color (decimal): -5550070 or 676011. OLE color: 676011.
HSL color Cylindrical-coordinate representation of color #AB500A: hue angle of 26.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB500A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 10 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.33 |
| HSL | 26.09º | 0.89% | 0.35% | - |
| HSV(B) | 26.09º | 0.94% | 0.67% | - |
| XYZ | 19.72 | 14.42 | 2.03 | - |
| YUV | 99.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 10 | 0 | 0.53 | 0.94 | 0.33 | 26.09 | 0.89 | 0.35 |
| Hex | AB | 50 | A | 0 | 35 | 5E | 21 | 1A | 59 | 23 |
| Octal | 253 | 120 | 12 | 0 | 65 | 136 | 41 | 32 | 131 | 43 |
| Binary | 10101011 | 1010000 | 1010 | 0 | 110101 | 1011110 | 100001 | 11010 | 1011001 | 100011 |
Color Harmonies of #AB500A
Complementary color
Monochromatic Colors of #AB500A
Black with #AB500A
Text Example
Text Example
White with #AB500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB500A; }
p { color: rgb(171,80,10); }
H1.HeaderClassName
{
color: #AB500A;
}
.AnyTagClassName
{
color: #AB500A;
}
</style>
background-color css
<style>
a { background-color: #AB500A; }
a { background-color: rgb(171,80,10); }
div.DivClassName
{
background-color: #AB500A;
}
.BgClassName
{
background-color: #AB500A;
}
</style>
border-color css
<style>
span { border-color: #AB500A; }
span { border-color: rgb(171,80,10); }
td.TdClassName
{
border-color: #AB500A;
}
.TagClassName
{
border-color: #AB500A;
}
</style>