Shades of Rust #A93511
Tints of Rust #A93511
RGB
CMYK
RGB Variations
Color information
#A93511 (or 0xA93511) is known color: Rust. HEX triplet: A9, 35 and 11. RGB value is (169,53,17). Sum of RGB (Red+Green+Blue) = 169+53+17=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A93511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93511 is #56CAEE. Grayscale: #535353. Windows color (decimal): -5688047 or 1127849. OLE color: 1127849.
HSL color Cylindrical-coordinate representation of color #A93511: hue angle of 14.21º 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 #A93511 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.34 |
| HSL | 14.21º | 0.82% | 0.36% | - |
| HSV(B) | 14.21º | 0.9% | 0.66% | - |
| XYZ | 17.74 | 11.02 | 1.72 | - |
| YUV | 83.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 17 | 0 | 0.69 | 0.90 | 0.34 | 14.21 | 0.82 | 0.36 |
| Hex | A9 | 35 | 11 | 0 | 45 | 5A | 22 | E | 52 | 24 |
| Octal | 251 | 65 | 21 | 0 | 105 | 132 | 42 | 16 | 122 | 44 |
| Binary | 10101001 | 110101 | 10001 | 0 | 1000101 | 1011010 | 100010 | 1110 | 1010010 | 100100 |
Color Harmonies of #A93511
Complementary color
Monochromatic Colors of #A93511
Black with #A93511
Text Example
Text Example
White with #A93511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93511; }
p { color: rgb(169,53,17); }
H1.HeaderClassName
{
color: #A93511;
}
.AnyTagClassName
{
color: #A93511;
}
</style>
background-color css
<style>
a { background-color: #A93511; }
a { background-color: rgb(169,53,17); }
div.DivClassName
{
background-color: #A93511;
}
.BgClassName
{
background-color: #A93511;
}
</style>
border-color css
<style>
span { border-color: #A93511; }
span { border-color: rgb(169,53,17); }
td.TdClassName
{
border-color: #A93511;
}
.TagClassName
{
border-color: #A93511;
}
</style>