Shades of Rust #A94713
Tints of Rust #A94713
RGB
CMYK
RGB Variations
Color information
#A94713 (or 0xA94713) is known color: Rust. HEX triplet: A9, 47 and 13. RGB value is (169,71,19). Sum of RGB (Red+Green+Blue) = 169+71+19=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A94713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94713 is #56B8EC. Grayscale: #5E5E5E. Windows color (decimal): -5683437 or 1263529. OLE color: 1263529.
HSL color Cylindrical-coordinate representation of color #A94713: hue angle of 20.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A94713 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.34 |
| HSL | 20.8º | 0.8% | 0.37% | - |
| HSV(B) | 20.8º | 0.89% | 0.66% | - |
| XYZ | 18.73 | 12.99 | 2.14 | - |
| YUV | 94.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 19 | 0 | 0.58 | 0.89 | 0.34 | 20.8 | 0.8 | 0.37 |
| Hex | A9 | 47 | 13 | 0 | 3A | 59 | 22 | 15 | 50 | 25 |
| Octal | 251 | 107 | 23 | 0 | 72 | 131 | 42 | 25 | 120 | 45 |
| Binary | 10101001 | 1000111 | 10011 | 0 | 111010 | 1011001 | 100010 | 10101 | 1010000 | 100101 |
Color Harmonies of #A94713
Complementary color
Monochromatic Colors of #A94713
Black with #A94713
Text Example
Text Example
White with #A94713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94713; }
p { color: rgb(169,71,19); }
H1.HeaderClassName
{
color: #A94713;
}
.AnyTagClassName
{
color: #A94713;
}
</style>
background-color css
<style>
a { background-color: #A94713; }
a { background-color: rgb(169,71,19); }
div.DivClassName
{
background-color: #A94713;
}
.BgClassName
{
background-color: #A94713;
}
</style>
border-color css
<style>
span { border-color: #A94713; }
span { border-color: rgb(169,71,19); }
td.TdClassName
{
border-color: #A94713;
}
.TagClassName
{
border-color: #A94713;
}
</style>