Shades of Rust #A93711
Tints of Rust #A93711
RGB
CMYK
RGB Variations
Color information
#A93711 (or 0xA93711) is known color: Rust. HEX triplet: A9, 37 and 11. RGB value is (169,55,17). Sum of RGB (Red+Green+Blue) = 169+55+17=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A93711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93711 is #56C8EE. Grayscale: #555555. Windows color (decimal): -5687535 or 1128361. OLE color: 1128361.
HSL color Cylindrical-coordinate representation of color #A93711: hue angle of 15º 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 #A93711 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 17 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.34 |
| HSL | 15º | 0.82% | 0.36% | - |
| HSV(B) | 15º | 0.9% | 0.66% | - |
| XYZ | 17.83 | 11.21 | 1.75 | - |
| YUV | 84.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 17 | 0 | 0.67 | 0.90 | 0.34 | 15 | 0.82 | 0.36 |
| Hex | A9 | 37 | 11 | 0 | 43 | 5A | 22 | F | 52 | 24 |
| Octal | 251 | 67 | 21 | 0 | 103 | 132 | 42 | 17 | 122 | 44 |
| Binary | 10101001 | 110111 | 10001 | 0 | 1000011 | 1011010 | 100010 | 1111 | 1010010 | 100100 |
Color Harmonies of #A93711
Complementary color
Monochromatic Colors of #A93711
Black with #A93711
Text Example
Text Example
White with #A93711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93711; }
p { color: rgb(169,55,17); }
H1.HeaderClassName
{
color: #A93711;
}
.AnyTagClassName
{
color: #A93711;
}
</style>
background-color css
<style>
a { background-color: #A93711; }
a { background-color: rgb(169,55,17); }
div.DivClassName
{
background-color: #A93711;
}
.BgClassName
{
background-color: #A93711;
}
</style>
border-color css
<style>
span { border-color: #A93711; }
span { border-color: rgb(169,55,17); }
td.TdClassName
{
border-color: #A93711;
}
.TagClassName
{
border-color: #A93711;
}
</style>