Shades of Rust #A94613
Tints of Rust #A94613
RGB
CMYK
RGB Variations
Color information
#A94613 (or 0xA94613) is known color: Rust. HEX triplet: A9, 46 and 13. RGB value is (169,70,19). Sum of RGB (Red+Green+Blue) = 169+70+19=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A94613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94613 is #56B9EC. Grayscale: #5E5E5E. Windows color (decimal): -5683693 or 1263273. OLE color: 1263273.
HSL color Cylindrical-coordinate representation of color #A94613: hue angle of 20.4º 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 #A94613 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 19 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.34 |
| HSL | 20.4º | 0.8% | 0.37% | - |
| HSV(B) | 20.4º | 0.89% | 0.66% | - |
| XYZ | 18.67 | 12.86 | 2.11 | - |
| YUV | 93.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 19 | 0 | 0.59 | 0.89 | 0.34 | 20.4 | 0.8 | 0.37 |
| Hex | A9 | 46 | 13 | 0 | 3B | 59 | 22 | 14 | 50 | 25 |
| Octal | 251 | 106 | 23 | 0 | 73 | 131 | 42 | 24 | 120 | 45 |
| Binary | 10101001 | 1000110 | 10011 | 0 | 111011 | 1011001 | 100010 | 10100 | 1010000 | 100101 |
Color Harmonies of #A94613
Complementary color
Monochromatic Colors of #A94613
Black with #A94613
Text Example
Text Example
White with #A94613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94613; }
p { color: rgb(169,70,19); }
H1.HeaderClassName
{
color: #A94613;
}
.AnyTagClassName
{
color: #A94613;
}
</style>
background-color css
<style>
a { background-color: #A94613; }
a { background-color: rgb(169,70,19); }
div.DivClassName
{
background-color: #A94613;
}
.BgClassName
{
background-color: #A94613;
}
</style>
border-color css
<style>
span { border-color: #A94613; }
span { border-color: rgb(169,70,19); }
td.TdClassName
{
border-color: #A94613;
}
.TagClassName
{
border-color: #A94613;
}
</style>