Shades of Rust #A14014
Tints of Rust #A14014
RGB
CMYK
RGB Variations
Color information
#A14014 (or 0xA14014) is known color: Rust. HEX triplet: A1, 40 and 14. RGB value is (161,64,20). Sum of RGB (Red+Green+Blue) = 161+64+20=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A14014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14014 is #5EBFEB. Grayscale: #585858. Windows color (decimal): -6209516 or 1327265. OLE color: 1327265.
HSL color Cylindrical-coordinate representation of color #A14014: hue angle of 18.72º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14014 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 20 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.37 |
| HSL | 18.72º | 0.78% | 0.35% | - |
| HSV(B) | 18.72º | 0.88% | 0.63% | - |
| XYZ | 16.66 | 11.29 | 1.96 | - |
| YUV | 87.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 20 | 0 | 0.60 | 0.88 | 0.37 | 18.72 | 0.78 | 0.35 |
| Hex | A1 | 40 | 14 | 0 | 3C | 58 | 25 | 13 | 4E | 23 |
| Octal | 241 | 100 | 24 | 0 | 74 | 130 | 45 | 23 | 116 | 43 |
| Binary | 10100001 | 1000000 | 10100 | 0 | 111100 | 1011000 | 100101 | 10011 | 1001110 | 100011 |
Color Harmonies of #A14014
Complementary color
Monochromatic Colors of #A14014
Black with #A14014
Text Example
Text Example
White with #A14014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14014; }
p { color: rgb(161,64,20); }
H1.HeaderClassName
{
color: #A14014;
}
.AnyTagClassName
{
color: #A14014;
}
</style>
background-color css
<style>
a { background-color: #A14014; }
a { background-color: rgb(161,64,20); }
div.DivClassName
{
background-color: #A14014;
}
.BgClassName
{
background-color: #A14014;
}
</style>
border-color css
<style>
span { border-color: #A14014; }
span { border-color: rgb(161,64,20); }
td.TdClassName
{
border-color: #A14014;
}
.TagClassName
{
border-color: #A14014;
}
</style>