Shades of Rust #AB5400
Tints of Rust #AB5400
RGB
CMYK
RGB Variations
Color information
#AB5400 (or 0xAB5400) is known color: Rust. HEX triplet: AB, 54 and 00. RGB value is (171,84,0). Sum of RGB (Red+Green+Blue) = 171+84+0=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5400 is #54ABFF. Grayscale: #646464. Windows color (decimal): -5549056 or 21675. OLE color: 21675.
HSL color Cylindrical-coordinate representation of color #AB5400: hue angle of 29.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB5400 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.33 |
| HSL | 29.47º | 1% | 0.34% | - |
| HSV(B) | 29.47º | 1% | 0.67% | - |
| XYZ | 19.96 | 15 | 1.84 | - |
| YUV | 100.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 0 | 0 | 0.51 | 1 | 0.33 | 29.47 | 1 | 0.34 |
| Hex | AB | 54 | 0 | 0 | 33 | 64 | 21 | 1D | 64 | 22 |
| Octal | 253 | 124 | 0 | 0 | 63 | 144 | 41 | 35 | 144 | 42 |
| Binary | 10101011 | 1010100 | 0 | 0 | 110011 | 1100100 | 100001 | 11101 | 1100100 | 100010 |
Color Harmonies of #AB5400
Complementary color
Monochromatic Colors of #AB5400
Black with #AB5400
Text Example
Text Example
White with #AB5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5400; }
p { color: rgb(171,84,0); }
H1.HeaderClassName
{
color: #AB5400;
}
.AnyTagClassName
{
color: #AB5400;
}
</style>
background-color css
<style>
a { background-color: #AB5400; }
a { background-color: rgb(171,84,0); }
div.DivClassName
{
background-color: #AB5400;
}
.BgClassName
{
background-color: #AB5400;
}
</style>
border-color css
<style>
span { border-color: #AB5400; }
span { border-color: rgb(171,84,0); }
td.TdClassName
{
border-color: #AB5400;
}
.TagClassName
{
border-color: #AB5400;
}
</style>