Shades of Rust #A14000
Tints of Rust #A14000
RGB
CMYK
RGB Variations
Color information
#A14000 (or 0xA14000) is known color: Rust. HEX triplet: A1, 40 and 00. RGB value is (161,64,0). Sum of RGB (Red+Green+Blue) = 161+64+0=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A14000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14000 is #5EBFFF. Grayscale: #565656. Windows color (decimal): -6209536 or 16545. OLE color: 16545.
HSL color Cylindrical-coordinate representation of color #A14000: hue angle of 23.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A14000 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.37 |
| HSL | 23.85º | 1% | 0.32% | - |
| HSV(B) | 23.85º | 1% | 0.63% | - |
| XYZ | 16.53 | 11.24 | 1.3 | - |
| YUV | 85.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 0 | 0 | 0.60 | 1 | 0.37 | 23.85 | 1 | 0.32 |
| Hex | A1 | 40 | 0 | 0 | 3C | 64 | 25 | 18 | 64 | 20 |
| Octal | 241 | 100 | 0 | 0 | 74 | 144 | 45 | 30 | 144 | 40 |
| Binary | 10100001 | 1000000 | 0 | 0 | 111100 | 1100100 | 100101 | 11000 | 1100100 | 100000 |
Color Harmonies of #A14000
Complementary color
Monochromatic Colors of #A14000
Black with #A14000
Text Example
Text Example
White with #A14000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14000; }
p { color: rgb(161,64,0); }
H1.HeaderClassName
{
color: #A14000;
}
.AnyTagClassName
{
color: #A14000;
}
</style>
background-color css
<style>
a { background-color: #A14000; }
a { background-color: rgb(161,64,0); }
div.DivClassName
{
background-color: #A14000;
}
.BgClassName
{
background-color: #A14000;
}
</style>
border-color css
<style>
span { border-color: #A14000; }
span { border-color: rgb(161,64,0); }
td.TdClassName
{
border-color: #A14000;
}
.TagClassName
{
border-color: #A14000;
}
</style>