Shades of Rust #A14500
Tints of Rust #A14500
RGB
CMYK
RGB Variations
Color information
#A14500 (or 0xA14500) is known color: Rust. HEX triplet: A1, 45 and 00. RGB value is (161,69,0). Sum of RGB (Red+Green+Blue) = 161+69+0=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A14500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14500 is #5EBAFF. Grayscale: #595959. Windows color (decimal): -6208256 or 17825. OLE color: 17825.
HSL color Cylindrical-coordinate representation of color #A14500: hue angle of 25.71º 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 #A14500 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.37 |
| HSL | 25.71º | 1% | 0.32% | - |
| HSV(B) | 25.71º | 1% | 0.63% | - |
| XYZ | 16.83 | 11.83 | 1.4 | - |
| YUV | 88.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 0 | 0 | 0.57 | 1 | 0.37 | 25.71 | 1 | 0.32 |
| Hex | A1 | 45 | 0 | 0 | 39 | 64 | 25 | 1A | 64 | 20 |
| Octal | 241 | 105 | 0 | 0 | 71 | 144 | 45 | 32 | 144 | 40 |
| Binary | 10100001 | 1000101 | 0 | 0 | 111001 | 1100100 | 100101 | 11010 | 1100100 | 100000 |
Color Harmonies of #A14500
Complementary color
Monochromatic Colors of #A14500
Black with #A14500
Text Example
Text Example
White with #A14500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14500; }
p { color: rgb(161,69,0); }
H1.HeaderClassName
{
color: #A14500;
}
.AnyTagClassName
{
color: #A14500;
}
</style>
background-color css
<style>
a { background-color: #A14500; }
a { background-color: rgb(161,69,0); }
div.DivClassName
{
background-color: #A14500;
}
.BgClassName
{
background-color: #A14500;
}
</style>
border-color css
<style>
span { border-color: #A14500; }
span { border-color: rgb(161,69,0); }
td.TdClassName
{
border-color: #A14500;
}
.TagClassName
{
border-color: #A14500;
}
</style>