Shades of Rust #A14011
Tints of Rust #A14011
RGB
CMYK
RGB Variations
Color information
#A14011 (or 0xA14011) is known color: Rust. HEX triplet: A1, 40 and 11. RGB value is (161,64,17). Sum of RGB (Red+Green+Blue) = 161+64+17=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A14011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14011 is #5EBFEE. Grayscale: #575757. Windows color (decimal): -6209519 or 1130657. OLE color: 1130657.
HSL color Cylindrical-coordinate representation of color #A14011: hue angle of 19.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A14011 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 17 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.37 |
| HSL | 19.58º | 0.81% | 0.35% | - |
| HSV(B) | 19.58º | 0.89% | 0.63% | - |
| XYZ | 16.63 | 11.28 | 1.83 | - |
| YUV | 87.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 17 | 0 | 0.60 | 0.89 | 0.37 | 19.58 | 0.81 | 0.35 |
| Hex | A1 | 40 | 11 | 0 | 3C | 59 | 25 | 14 | 51 | 23 |
| Octal | 241 | 100 | 21 | 0 | 74 | 131 | 45 | 24 | 121 | 43 |
| Binary | 10100001 | 1000000 | 10001 | 0 | 111100 | 1011001 | 100101 | 10100 | 1010001 | 100011 |
Color Harmonies of #A14011
Complementary color
Monochromatic Colors of #A14011
Black with #A14011
Text Example
Text Example
White with #A14011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14011; }
p { color: rgb(161,64,17); }
H1.HeaderClassName
{
color: #A14011;
}
.AnyTagClassName
{
color: #A14011;
}
</style>
background-color css
<style>
a { background-color: #A14011; }
a { background-color: rgb(161,64,17); }
div.DivClassName
{
background-color: #A14011;
}
.BgClassName
{
background-color: #A14011;
}
</style>
border-color css
<style>
span { border-color: #A14011; }
span { border-color: rgb(161,64,17); }
td.TdClassName
{
border-color: #A14011;
}
.TagClassName
{
border-color: #A14011;
}
</style>