Shades of Rust #A93717
Tints of Rust #A93717
RGB
CMYK
RGB Variations
Color information
#A93717 (or 0xA93717) is known color: Rust. HEX triplet: A9, 37 and 17. RGB value is (169,55,23). Sum of RGB (Red+Green+Blue) = 169+55+23=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A93717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93717 is #56C8E8. Grayscale: #555555. Windows color (decimal): -5687529 or 1521577. OLE color: 1521577.
HSL color Cylindrical-coordinate representation of color #A93717: hue angle of 13.15º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A93717 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 23 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.34 |
| HSL | 13.15º | 0.76% | 0.38% | - |
| HSV(B) | 13.15º | 0.86% | 0.66% | - |
| XYZ | 17.88 | 11.23 | 2.04 | - |
| YUV | 85.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 23 | 0 | 0.67 | 0.86 | 0.34 | 13.15 | 0.76 | 0.38 |
| Hex | A9 | 37 | 17 | 0 | 43 | 56 | 22 | D | 4C | 26 |
| Octal | 251 | 67 | 27 | 0 | 103 | 126 | 42 | 15 | 114 | 46 |
| Binary | 10101001 | 110111 | 10111 | 0 | 1000011 | 1010110 | 100010 | 1101 | 1001100 | 100110 |
Color Harmonies of #A93717
Complementary color
Monochromatic Colors of #A93717
Black with #A93717
Text Example
Text Example
White with #A93717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93717; }
p { color: rgb(169,55,23); }
H1.HeaderClassName
{
color: #A93717;
}
.AnyTagClassName
{
color: #A93717;
}
</style>
background-color css
<style>
a { background-color: #A93717; }
a { background-color: rgb(169,55,23); }
div.DivClassName
{
background-color: #A93717;
}
.BgClassName
{
background-color: #A93717;
}
</style>
border-color css
<style>
span { border-color: #A93717; }
span { border-color: rgb(169,55,23); }
td.TdClassName
{
border-color: #A93717;
}
.TagClassName
{
border-color: #A93717;
}
</style>