Shades of Rust #A93F17
Tints of Rust #A93F17
RGB
CMYK
RGB Variations
Color information
#A93F17 (or 0xA93F17) is known color: Rust. HEX triplet: A9, 3F and 17. RGB value is (169,63,23). Sum of RGB (Red+Green+Blue) = 169+63+23=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93F17 is #56C0E8. Grayscale: #5A5A5A. Windows color (decimal): -5685481 or 1523625. OLE color: 1523625.
HSL color Cylindrical-coordinate representation of color #A93F17: hue angle of 16.44º 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 #A93F17 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 23 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.34 |
| HSL | 16.44º | 0.76% | 0.38% | - |
| HSV(B) | 16.44º | 0.86% | 0.66% | - |
| XYZ | 18.29 | 12.05 | 2.17 | - |
| YUV | 90.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 23 | 0 | 0.63 | 0.86 | 0.34 | 16.44 | 0.76 | 0.38 |
| Hex | A9 | 3F | 17 | 0 | 3F | 56 | 22 | 10 | 4C | 26 |
| Octal | 251 | 77 | 27 | 0 | 77 | 126 | 42 | 20 | 114 | 46 |
| Binary | 10101001 | 111111 | 10111 | 0 | 111111 | 1010110 | 100010 | 10000 | 1001100 | 100110 |
Color Harmonies of #A93F17
Complementary color
Monochromatic Colors of #A93F17
Black with #A93F17
Text Example
Text Example
White with #A93F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93F17; }
p { color: rgb(169,63,23); }
H1.HeaderClassName
{
color: #A93F17;
}
.AnyTagClassName
{
color: #A93F17;
}
</style>
background-color css
<style>
a { background-color: #A93F17; }
a { background-color: rgb(169,63,23); }
div.DivClassName
{
background-color: #A93F17;
}
.BgClassName
{
background-color: #A93F17;
}
</style>
border-color css
<style>
span { border-color: #A93F17; }
span { border-color: rgb(169,63,23); }
td.TdClassName
{
border-color: #A93F17;
}
.TagClassName
{
border-color: #A93F17;
}
</style>