Shades of Rust #A9470E
Tints of Rust #A9470E
RGB
CMYK
RGB Variations
Color information
#A9470E (or 0xA9470E) is known color: Rust. HEX triplet: A9, 47 and 0E. RGB value is (169,71,14). Sum of RGB (Red+Green+Blue) = 169+71+14=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9470E is #56B8F1. Grayscale: #5E5E5E. Windows color (decimal): -5683442 or 935849. OLE color: 935849.
HSL color Cylindrical-coordinate representation of color #A9470E: hue angle of 22.06º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9470E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.34 |
| HSL | 22.06º | 0.85% | 0.36% | - |
| HSV(B) | 22.06º | 0.92% | 0.66% | - |
| XYZ | 18.69 | 12.97 | 1.93 | - |
| YUV | 93.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 14 | 0 | 0.58 | 0.92 | 0.34 | 22.06 | 0.85 | 0.36 |
| Hex | A9 | 47 | E | 0 | 3A | 5C | 22 | 16 | 55 | 24 |
| Octal | 251 | 107 | 16 | 0 | 72 | 134 | 42 | 26 | 125 | 44 |
| Binary | 10101001 | 1000111 | 1110 | 0 | 111010 | 1011100 | 100010 | 10110 | 1010101 | 100100 |
Color Harmonies of #A9470E
Complementary color
Monochromatic Colors of #A9470E
Black with #A9470E
Text Example
Text Example
White with #A9470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9470E; }
p { color: rgb(169,71,14); }
H1.HeaderClassName
{
color: #A9470E;
}
.AnyTagClassName
{
color: #A9470E;
}
</style>
background-color css
<style>
a { background-color: #A9470E; }
a { background-color: rgb(169,71,14); }
div.DivClassName
{
background-color: #A9470E;
}
.BgClassName
{
background-color: #A9470E;
}
</style>
border-color css
<style>
span { border-color: #A9470E; }
span { border-color: rgb(169,71,14); }
td.TdClassName
{
border-color: #A9470E;
}
.TagClassName
{
border-color: #A9470E;
}
</style>