Shades of Rust #A14602
Tints of Rust #A14602
RGB
CMYK
RGB Variations
Color information
#A14602 (or 0xA14602) is known color: Rust. HEX triplet: A1, 46 and 02. RGB value is (161,70,2). Sum of RGB (Red+Green+Blue) = 161+70+2=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A14602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14602 is #5EB9FD. Grayscale: #595959. Windows color (decimal): -6207998 or 149153. OLE color: 149153.
HSL color Cylindrical-coordinate representation of color #A14602: hue angle of 25.66º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A14602 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.37 |
| HSL | 25.66º | 0.98% | 0.32% | - |
| HSV(B) | 25.66º | 0.99% | 0.63% | - |
| XYZ | 16.9 | 11.96 | 1.48 | - |
| YUV | 89.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 2 | 0 | 0.57 | 0.99 | 0.37 | 25.66 | 0.98 | 0.32 |
| Hex | A1 | 46 | 2 | 0 | 39 | 63 | 25 | 1A | 62 | 20 |
| Octal | 241 | 106 | 2 | 0 | 71 | 143 | 45 | 32 | 142 | 40 |
| Binary | 10100001 | 1000110 | 10 | 0 | 111001 | 1100011 | 100101 | 11010 | 1100010 | 100000 |
Color Harmonies of #A14602
Complementary color
Monochromatic Colors of #A14602
Black with #A14602
Text Example
Text Example
White with #A14602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14602; }
p { color: rgb(161,70,2); }
H1.HeaderClassName
{
color: #A14602;
}
.AnyTagClassName
{
color: #A14602;
}
</style>
background-color css
<style>
a { background-color: #A14602; }
a { background-color: rgb(161,70,2); }
div.DivClassName
{
background-color: #A14602;
}
.BgClassName
{
background-color: #A14602;
}
</style>
border-color css
<style>
span { border-color: #A14602; }
span { border-color: rgb(161,70,2); }
td.TdClassName
{
border-color: #A14602;
}
.TagClassName
{
border-color: #A14602;
}
</style>