Shades of Rust #AB470E
Tints of Rust #AB470E
RGB
CMYK
RGB Variations
Color information
#AB470E (or 0xAB470E) is known color: Rust. HEX triplet: AB, 47 and 0E. RGB value is (171,71,14). Sum of RGB (Red+Green+Blue) = 171+71+14=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB470E is #54B8F1. Grayscale: #5E5E5E. Windows color (decimal): -5552370 or 935851. OLE color: 935851.
HSL color Cylindrical-coordinate representation of color #AB470E: hue angle of 21.78º degrees, saturation: 0.85, 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 #AB470E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.33 |
| HSL | 21.78º | 0.85% | 0.36% | - |
| HSV(B) | 21.78º | 0.92% | 0.67% | - |
| XYZ | 19.13 | 13.2 | 1.95 | - |
| YUV | 94.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 14 | 0 | 0.58 | 0.92 | 0.33 | 21.78 | 0.85 | 0.36 |
| Hex | AB | 47 | E | 0 | 3A | 5C | 21 | 16 | 55 | 24 |
| Octal | 253 | 107 | 16 | 0 | 72 | 134 | 41 | 26 | 125 | 44 |
| Binary | 10101011 | 1000111 | 1110 | 0 | 111010 | 1011100 | 100001 | 10110 | 1010101 | 100100 |
Color Harmonies of #AB470E
Complementary color
Monochromatic Colors of #AB470E
Black with #AB470E
Text Example
Text Example
White with #AB470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB470E; }
p { color: rgb(171,71,14); }
H1.HeaderClassName
{
color: #AB470E;
}
.AnyTagClassName
{
color: #AB470E;
}
</style>
background-color css
<style>
a { background-color: #AB470E; }
a { background-color: rgb(171,71,14); }
div.DivClassName
{
background-color: #AB470E;
}
.BgClassName
{
background-color: #AB470E;
}
</style>
border-color css
<style>
span { border-color: #AB470E; }
span { border-color: rgb(171,71,14); }
td.TdClassName
{
border-color: #AB470E;
}
.TagClassName
{
border-color: #AB470E;
}
</style>