Shades of Rust #A14005
Tints of Rust #A14005
RGB
CMYK
RGB Variations
Color information
#A14005 (or 0xA14005) is known color: Rust. HEX triplet: A1, 40 and 05. RGB value is (161,64,5). Sum of RGB (Red+Green+Blue) = 161+64+5=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A14005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14005 is #5EBFFA. Grayscale: #565656. Windows color (decimal): -6209531 or 344225. OLE color: 344225.
HSL color Cylindrical-coordinate representation of color #A14005: hue angle of 22.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A14005 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.37 |
| HSL | 22.69º | 0.94% | 0.33% | - |
| HSV(B) | 22.69º | 0.97% | 0.63% | - |
| XYZ | 16.56 | 11.25 | 1.44 | - |
| YUV | 86.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 5 | 0 | 0.60 | 0.97 | 0.37 | 22.69 | 0.94 | 0.33 |
| Hex | A1 | 40 | 5 | 0 | 3C | 61 | 25 | 17 | 5E | 21 |
| Octal | 241 | 100 | 5 | 0 | 74 | 141 | 45 | 27 | 136 | 41 |
| Binary | 10100001 | 1000000 | 101 | 0 | 111100 | 1100001 | 100101 | 10111 | 1011110 | 100001 |
Color Harmonies of #A14005
Complementary color
Monochromatic Colors of #A14005
Black with #A14005
Text Example
Text Example
White with #A14005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14005; }
p { color: rgb(161,64,5); }
H1.HeaderClassName
{
color: #A14005;
}
.AnyTagClassName
{
color: #A14005;
}
</style>
background-color css
<style>
a { background-color: #A14005; }
a { background-color: rgb(161,64,5); }
div.DivClassName
{
background-color: #A14005;
}
.BgClassName
{
background-color: #A14005;
}
</style>
border-color css
<style>
span { border-color: #A14005; }
span { border-color: rgb(161,64,5); }
td.TdClassName
{
border-color: #A14005;
}
.TagClassName
{
border-color: #A14005;
}
</style>