Shades of Rust #AB540D
Tints of Rust #AB540D
RGB
CMYK
RGB Variations
Color information
#AB540D (or 0xAB540D) is known color: Rust. HEX triplet: AB, 54 and 0D. RGB value is (171,84,13). Sum of RGB (Red+Green+Blue) = 171+84+13=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB540D is #54ABF2. Grayscale: #666666. Windows color (decimal): -5549043 or 873643. OLE color: 873643.
HSL color Cylindrical-coordinate representation of color #AB540D: hue angle of 26.96º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB540D is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 13 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.33 |
| HSL | 26.96º | 0.86% | 0.36% | - |
| HSV(B) | 26.96º | 0.92% | 0.67% | - |
| XYZ | 20.04 | 15.03 | 2.23 | - |
| YUV | 101.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 13 | 0 | 0.51 | 0.92 | 0.33 | 26.96 | 0.86 | 0.36 |
| Hex | AB | 54 | D | 0 | 33 | 5C | 21 | 1B | 56 | 24 |
| Octal | 253 | 124 | 15 | 0 | 63 | 134 | 41 | 33 | 126 | 44 |
| Binary | 10101011 | 1010100 | 1101 | 0 | 110011 | 1011100 | 100001 | 11011 | 1010110 | 100100 |
Color Harmonies of #AB540D
Complementary color
Monochromatic Colors of #AB540D
Black with #AB540D
Text Example
Text Example
White with #AB540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB540D; }
p { color: rgb(171,84,13); }
H1.HeaderClassName
{
color: #AB540D;
}
.AnyTagClassName
{
color: #AB540D;
}
</style>
background-color css
<style>
a { background-color: #AB540D; }
a { background-color: rgb(171,84,13); }
div.DivClassName
{
background-color: #AB540D;
}
.BgClassName
{
background-color: #AB540D;
}
</style>
border-color css
<style>
span { border-color: #AB540D; }
span { border-color: rgb(171,84,13); }
td.TdClassName
{
border-color: #AB540D;
}
.TagClassName
{
border-color: #AB540D;
}
</style>