Shades of Rust #A14017
Tints of Rust #A14017
RGB
CMYK
RGB Variations
Color information
#A14017 (or 0xA14017) is known color: Rust. HEX triplet: A1, 40 and 17. RGB value is (161,64,23). Sum of RGB (Red+Green+Blue) = 161+64+23=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14017 is #5EBFE8. Grayscale: #585858. Windows color (decimal): -6209513 or 1523873. OLE color: 1523873.
HSL color Cylindrical-coordinate representation of color #A14017: hue angle of 17.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A14017 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 23 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.37 |
| HSL | 17.83º | 0.75% | 0.36% | - |
| HSV(B) | 17.83º | 0.86% | 0.63% | - |
| XYZ | 16.69 | 11.31 | 2.11 | - |
| YUV | 88.33 | 91.14 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 23 | 0 | 0.60 | 0.86 | 0.37 | 17.83 | 0.75 | 0.36 |
| Hex | A1 | 40 | 17 | 0 | 3C | 56 | 25 | 12 | 4B | 24 |
| Octal | 241 | 100 | 27 | 0 | 74 | 126 | 45 | 22 | 113 | 44 |
| Binary | 10100001 | 1000000 | 10111 | 0 | 111100 | 1010110 | 100101 | 10010 | 1001011 | 100100 |
Color Harmonies of #A14017
Complementary color
Monochromatic Colors of #A14017
Black with #A14017
Text Example
Text Example
White with #A14017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14017; }
p { color: rgb(161,64,23); }
H1.HeaderClassName
{
color: #A14017;
}
.AnyTagClassName
{
color: #A14017;
}
</style>
background-color css
<style>
a { background-color: #A14017; }
a { background-color: rgb(161,64,23); }
div.DivClassName
{
background-color: #A14017;
}
.BgClassName
{
background-color: #A14017;
}
</style>
border-color css
<style>
span { border-color: #A14017; }
span { border-color: rgb(161,64,23); }
td.TdClassName
{
border-color: #A14017;
}
.TagClassName
{
border-color: #A14017;
}
</style>