Shades of Rust #A14015
Tints of Rust #A14015
RGB
CMYK
RGB Variations
Color information
#A14015 (or 0xA14015) is known color: Rust. HEX triplet: A1, 40 and 15. RGB value is (161,64,21). Sum of RGB (Red+Green+Blue) = 161+64+21=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A14015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14015 is #5EBFEA. Grayscale: #585858. Windows color (decimal): -6209515 or 1392801. OLE color: 1392801.
HSL color Cylindrical-coordinate representation of color #A14015: hue angle of 18.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A14015 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 21 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.37 |
| HSL | 18.43º | 0.77% | 0.36% | - |
| HSV(B) | 18.43º | 0.87% | 0.63% | - |
| XYZ | 16.67 | 11.3 | 2.01 | - |
| YUV | 88.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 21 | 0 | 0.60 | 0.87 | 0.37 | 18.43 | 0.77 | 0.36 |
| Hex | A1 | 40 | 15 | 0 | 3C | 57 | 25 | 12 | 4D | 24 |
| Octal | 241 | 100 | 25 | 0 | 74 | 127 | 45 | 22 | 115 | 44 |
| Binary | 10100001 | 1000000 | 10101 | 0 | 111100 | 1010111 | 100101 | 10010 | 1001101 | 100100 |
Color Harmonies of #A14015
Complementary color
Monochromatic Colors of #A14015
Black with #A14015
Text Example
Text Example
White with #A14015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14015; }
p { color: rgb(161,64,21); }
H1.HeaderClassName
{
color: #A14015;
}
.AnyTagClassName
{
color: #A14015;
}
</style>
background-color css
<style>
a { background-color: #A14015; }
a { background-color: rgb(161,64,21); }
div.DivClassName
{
background-color: #A14015;
}
.BgClassName
{
background-color: #A14015;
}
</style>
border-color css
<style>
span { border-color: #A14015; }
span { border-color: rgb(161,64,21); }
td.TdClassName
{
border-color: #A14015;
}
.TagClassName
{
border-color: #A14015;
}
</style>