Shades of Rust #A14116
Tints of Rust #A14116
RGB
CMYK
RGB Variations
Color information
#A14116 (or 0xA14116) is known color: Rust. HEX triplet: A1, 41 and 16. RGB value is (161,65,22). Sum of RGB (Red+Green+Blue) = 161+65+22=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14116 is #5EBEE9. Grayscale: #595959. Windows color (decimal): -6209258 or 1458593. OLE color: 1458593.
HSL color Cylindrical-coordinate representation of color #A14116: hue angle of 18.56º degrees, saturation: 0.76, 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 #A14116 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 22 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.37 |
| HSL | 18.56º | 0.76% | 0.36% | - |
| HSV(B) | 18.56º | 0.86% | 0.63% | - |
| XYZ | 16.73 | 11.42 | 2.08 | - |
| YUV | 88.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 22 | 0 | 0.60 | 0.86 | 0.37 | 18.56 | 0.76 | 0.36 |
| Hex | A1 | 41 | 16 | 0 | 3C | 56 | 25 | 13 | 4C | 24 |
| Octal | 241 | 101 | 26 | 0 | 74 | 126 | 45 | 23 | 114 | 44 |
| Binary | 10100001 | 1000001 | 10110 | 0 | 111100 | 1010110 | 100101 | 10011 | 1001100 | 100100 |
Color Harmonies of #A14116
Complementary color
Monochromatic Colors of #A14116
Black with #A14116
Text Example
Text Example
White with #A14116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14116; }
p { color: rgb(161,65,22); }
H1.HeaderClassName
{
color: #A14116;
}
.AnyTagClassName
{
color: #A14116;
}
</style>
background-color css
<style>
a { background-color: #A14116; }
a { background-color: rgb(161,65,22); }
div.DivClassName
{
background-color: #A14116;
}
.BgClassName
{
background-color: #A14116;
}
</style>
border-color css
<style>
span { border-color: #A14116; }
span { border-color: rgb(161,65,22); }
td.TdClassName
{
border-color: #A14116;
}
.TagClassName
{
border-color: #A14116;
}
</style>