Shades of Rust #A93417
Tints of Rust #A93417
RGB
CMYK
RGB Variations
Color information
#A93417 (or 0xA93417) is known color: Rust. HEX triplet: A9, 34 and 17. RGB value is (169,52,23). Sum of RGB (Red+Green+Blue) = 169+52+23=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A93417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93417 is #56CBE8. Grayscale: #535353. Windows color (decimal): -5688297 or 1520809. OLE color: 1520809.
HSL color Cylindrical-coordinate representation of color #A93417: hue angle of 11.92º 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 #A93417 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 23 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.34 |
| HSL | 11.92º | 0.76% | 0.38% | - |
| HSV(B) | 11.92º | 0.86% | 0.66% | - |
| XYZ | 17.74 | 10.95 | 1.99 | - |
| YUV | 83.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 23 | 0 | 0.69 | 0.86 | 0.34 | 11.92 | 0.76 | 0.38 |
| Hex | A9 | 34 | 17 | 0 | 45 | 56 | 22 | C | 4C | 26 |
| Octal | 251 | 64 | 27 | 0 | 105 | 126 | 42 | 14 | 114 | 46 |
| Binary | 10101001 | 110100 | 10111 | 0 | 1000101 | 1010110 | 100010 | 1100 | 1001100 | 100110 |
Color Harmonies of #A93417
Complementary color
Monochromatic Colors of #A93417
Black with #A93417
Text Example
Text Example
White with #A93417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93417; }
p { color: rgb(169,52,23); }
H1.HeaderClassName
{
color: #A93417;
}
.AnyTagClassName
{
color: #A93417;
}
</style>
background-color css
<style>
a { background-color: #A93417; }
a { background-color: rgb(169,52,23); }
div.DivClassName
{
background-color: #A93417;
}
.BgClassName
{
background-color: #A93417;
}
</style>
border-color css
<style>
span { border-color: #A93417; }
span { border-color: rgb(169,52,23); }
td.TdClassName
{
border-color: #A93417;
}
.TagClassName
{
border-color: #A93417;
}
</style>