Shades of Rust #AB5509
Tints of Rust #AB5509
RGB
CMYK
RGB Variations
Color information
#AB5509 (or 0xAB5509) is known color: Rust. HEX triplet: AB, 55 and 09. RGB value is (171,85,9). Sum of RGB (Red+Green+Blue) = 171+85+9=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5509 is #54AAF6. Grayscale: #666666. Windows color (decimal): -5548791 or 611755. OLE color: 611755.
HSL color Cylindrical-coordinate representation of color #AB5509: hue angle of 28.15º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB5509 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 9 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.33 |
| HSL | 28.15º | 0.9% | 0.35% | - |
| HSV(B) | 28.15º | 0.95% | 0.67% | - |
| XYZ | 20.09 | 15.17 | 2.13 | - |
| YUV | 102.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 9 | 0 | 0.50 | 0.95 | 0.33 | 28.15 | 0.9 | 0.35 |
| Hex | AB | 55 | 9 | 0 | 32 | 5F | 21 | 1C | 5A | 23 |
| Octal | 253 | 125 | 11 | 0 | 62 | 137 | 41 | 34 | 132 | 43 |
| Binary | 10101011 | 1010101 | 1001 | 0 | 110010 | 1011111 | 100001 | 11100 | 1011010 | 100011 |
Color Harmonies of #AB5509
Complementary color
Monochromatic Colors of #AB5509
Black with #AB5509
Text Example
Text Example
White with #AB5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5509; }
p { color: rgb(171,85,9); }
H1.HeaderClassName
{
color: #AB5509;
}
.AnyTagClassName
{
color: #AB5509;
}
</style>
background-color css
<style>
a { background-color: #AB5509; }
a { background-color: rgb(171,85,9); }
div.DivClassName
{
background-color: #AB5509;
}
.BgClassName
{
background-color: #AB5509;
}
</style>
border-color css
<style>
span { border-color: #AB5509; }
span { border-color: rgb(171,85,9); }
td.TdClassName
{
border-color: #AB5509;
}
.TagClassName
{
border-color: #AB5509;
}
</style>