Shades of Rust #A14010
Tints of Rust #A14010
RGB
CMYK
RGB Variations
Color information
#A14010 (or 0xA14010) is known color: Rust. HEX triplet: A1, 40 and 10. RGB value is (161,64,16). Sum of RGB (Red+Green+Blue) = 161+64+16=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A14010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14010 is #5EBFEF. Grayscale: #575757. Windows color (decimal): -6209520 or 1065121. OLE color: 1065121.
HSL color Cylindrical-coordinate representation of color #A14010: hue angle of 19.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A14010 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.37 |
| HSL | 19.86º | 0.82% | 0.35% | - |
| HSV(B) | 19.86º | 0.9% | 0.63% | - |
| XYZ | 16.62 | 11.28 | 1.79 | - |
| YUV | 87.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 16 | 0 | 0.60 | 0.90 | 0.37 | 19.86 | 0.82 | 0.35 |
| Hex | A1 | 40 | 10 | 0 | 3C | 5A | 25 | 14 | 52 | 23 |
| Octal | 241 | 100 | 20 | 0 | 74 | 132 | 45 | 24 | 122 | 43 |
| Binary | 10100001 | 1000000 | 10000 | 0 | 111100 | 1011010 | 100101 | 10100 | 1010010 | 100011 |
Color Harmonies of #A14010
Complementary color
Monochromatic Colors of #A14010
Black with #A14010
Text Example
Text Example
White with #A14010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14010; }
p { color: rgb(161,64,16); }
H1.HeaderClassName
{
color: #A14010;
}
.AnyTagClassName
{
color: #A14010;
}
</style>
background-color css
<style>
a { background-color: #A14010; }
a { background-color: rgb(161,64,16); }
div.DivClassName
{
background-color: #A14010;
}
.BgClassName
{
background-color: #A14010;
}
</style>
border-color css
<style>
span { border-color: #A14010; }
span { border-color: rgb(161,64,16); }
td.TdClassName
{
border-color: #A14010;
}
.TagClassName
{
border-color: #A14010;
}
</style>