Shades of Rust #A94D11
Tints of Rust #A94D11
RGB
CMYK
RGB Variations
Color information
#A94D11 (or 0xA94D11) is known color: Rust. HEX triplet: A9, 4D and 11. RGB value is (169,77,17). Sum of RGB (Red+Green+Blue) = 169+77+17=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94D11 is #56B2EE. Grayscale: #626262. Windows color (decimal): -5681903 or 1133993. OLE color: 1133993.
HSL color Cylindrical-coordinate representation of color #A94D11: hue angle of 23.68º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94D11 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.34 |
| HSL | 23.68º | 0.82% | 0.36% | - |
| HSV(B) | 23.68º | 0.9% | 0.66% | - |
| XYZ | 19.12 | 13.78 | 2.18 | - |
| YUV | 97.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 17 | 0 | 0.54 | 0.90 | 0.34 | 23.68 | 0.82 | 0.36 |
| Hex | A9 | 4D | 11 | 0 | 36 | 5A | 22 | 18 | 52 | 24 |
| Octal | 251 | 115 | 21 | 0 | 66 | 132 | 42 | 30 | 122 | 44 |
| Binary | 10101001 | 1001101 | 10001 | 0 | 110110 | 1011010 | 100010 | 11000 | 1010010 | 100100 |
Color Harmonies of #A94D11
Complementary color
Monochromatic Colors of #A94D11
Black with #A94D11
Text Example
Text Example
White with #A94D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D11; }
p { color: rgb(169,77,17); }
H1.HeaderClassName
{
color: #A94D11;
}
.AnyTagClassName
{
color: #A94D11;
}
</style>
background-color css
<style>
a { background-color: #A94D11; }
a { background-color: rgb(169,77,17); }
div.DivClassName
{
background-color: #A94D11;
}
.BgClassName
{
background-color: #A94D11;
}
</style>
border-color css
<style>
span { border-color: #A94D11; }
span { border-color: rgb(169,77,17); }
td.TdClassName
{
border-color: #A94D11;
}
.TagClassName
{
border-color: #A94D11;
}
</style>