Shades of Rust #A93A11
Tints of Rust #A93A11
RGB
CMYK
RGB Variations
Color information
#A93A11 (or 0xA93A11) is known color: Rust. HEX triplet: A9, 3A and 11. RGB value is (169,58,17). Sum of RGB (Red+Green+Blue) = 169+58+17=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A11 is #56C5EE. Grayscale: #565656. Windows color (decimal): -5686767 or 1129129. OLE color: 1129129.
HSL color Cylindrical-coordinate representation of color #A93A11: hue angle of 16.18º 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 #A93A11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 17 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.34 |
| HSL | 16.18º | 0.82% | 0.36% | - |
| HSV(B) | 16.18º | 0.9% | 0.66% | - |
| XYZ | 17.98 | 11.5 | 1.8 | - |
| YUV | 86.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 17 | 0 | 0.66 | 0.90 | 0.34 | 16.18 | 0.82 | 0.36 |
| Hex | A9 | 3A | 11 | 0 | 42 | 5A | 22 | 10 | 52 | 24 |
| Octal | 251 | 72 | 21 | 0 | 102 | 132 | 42 | 20 | 122 | 44 |
| Binary | 10101001 | 111010 | 10001 | 0 | 1000010 | 1011010 | 100010 | 10000 | 1010010 | 100100 |
Color Harmonies of #A93A11
Complementary color
Monochromatic Colors of #A93A11
Black with #A93A11
Text Example
Text Example
White with #A93A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A11; }
p { color: rgb(169,58,17); }
H1.HeaderClassName
{
color: #A93A11;
}
.AnyTagClassName
{
color: #A93A11;
}
</style>
background-color css
<style>
a { background-color: #A93A11; }
a { background-color: rgb(169,58,17); }
div.DivClassName
{
background-color: #A93A11;
}
.BgClassName
{
background-color: #A93A11;
}
</style>
border-color css
<style>
span { border-color: #A93A11; }
span { border-color: rgb(169,58,17); }
td.TdClassName
{
border-color: #A93A11;
}
.TagClassName
{
border-color: #A93A11;
}
</style>