Shades of Rust #AB5501
Tints of Rust #AB5501
RGB
CMYK
RGB Variations
Color information
#AB5501 (or 0xAB5501) is known color: Rust. HEX triplet: AB, 55 and 01. RGB value is (171,85,1). Sum of RGB (Red+Green+Blue) = 171+85+1=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5501 is #54AAFE. Grayscale: #656565. Windows color (decimal): -5548799 or 87467. OLE color: 87467.
HSL color Cylindrical-coordinate representation of color #AB5501: hue angle of 29.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB5501 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.33 |
| HSL | 29.65º | 0.99% | 0.34% | - |
| HSV(B) | 29.65º | 0.99% | 0.67% | - |
| XYZ | 20.05 | 15.16 | 1.9 | - |
| YUV | 101.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 1 | 0 | 0.50 | 0.99 | 0.33 | 29.65 | 0.99 | 0.34 |
| Hex | AB | 55 | 1 | 0 | 32 | 63 | 21 | 1E | 63 | 22 |
| Octal | 253 | 125 | 1 | 0 | 62 | 143 | 41 | 36 | 143 | 42 |
| Binary | 10101011 | 1010101 | 1 | 0 | 110010 | 1100011 | 100001 | 11110 | 1100011 | 100010 |
Color Harmonies of #AB5501
Complementary color
Monochromatic Colors of #AB5501
Black with #AB5501
Text Example
Text Example
White with #AB5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5501; }
p { color: rgb(171,85,1); }
H1.HeaderClassName
{
color: #AB5501;
}
.AnyTagClassName
{
color: #AB5501;
}
</style>
background-color css
<style>
a { background-color: #AB5501; }
a { background-color: rgb(171,85,1); }
div.DivClassName
{
background-color: #AB5501;
}
.BgClassName
{
background-color: #AB5501;
}
</style>
border-color css
<style>
span { border-color: #AB5501; }
span { border-color: rgb(171,85,1); }
td.TdClassName
{
border-color: #AB5501;
}
.TagClassName
{
border-color: #AB5501;
}
</style>