Shades of Rust #A93217
Tints of Rust #A93217
RGB
CMYK
RGB Variations
Color information
#A93217 (or 0xA93217) is known color: Rust. HEX triplet: A9, 32 and 17. RGB value is (169,50,23). Sum of RGB (Red+Green+Blue) = 169+50+23=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A93217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93217 is #56CDE8. Grayscale: #525252. Windows color (decimal): -5688809 or 1520297. OLE color: 1520297.
HSL color Cylindrical-coordinate representation of color #A93217: hue angle of 11.1º 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 #A93217 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 23 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.34 |
| HSL | 11.1º | 0.76% | 0.38% | - |
| HSV(B) | 11.1º | 0.86% | 0.66% | - |
| XYZ | 17.66 | 10.78 | 1.96 | - |
| YUV | 82.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 23 | 0 | 0.70 | 0.86 | 0.34 | 11.1 | 0.76 | 0.38 |
| Hex | A9 | 32 | 17 | 0 | 46 | 56 | 22 | B | 4C | 26 |
| Octal | 251 | 62 | 27 | 0 | 106 | 126 | 42 | 13 | 114 | 46 |
| Binary | 10101001 | 110010 | 10111 | 0 | 1000110 | 1010110 | 100010 | 1011 | 1001100 | 100110 |
Color Harmonies of #A93217
Complementary color
Monochromatic Colors of #A93217
Black with #A93217
Text Example
Text Example
White with #A93217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93217; }
p { color: rgb(169,50,23); }
H1.HeaderClassName
{
color: #A93217;
}
.AnyTagClassName
{
color: #A93217;
}
</style>
background-color css
<style>
a { background-color: #A93217; }
a { background-color: rgb(169,50,23); }
div.DivClassName
{
background-color: #A93217;
}
.BgClassName
{
background-color: #A93217;
}
</style>
border-color css
<style>
span { border-color: #A93217; }
span { border-color: rgb(169,50,23); }
td.TdClassName
{
border-color: #A93217;
}
.TagClassName
{
border-color: #A93217;
}
</style>