Shades of Rust #A95010
Tints of Rust #A95010
RGB
CMYK
RGB Variations
Color information
#A95010 (or 0xA95010) is known color: Rust. HEX triplet: A9, 50 and 10. RGB value is (169,80,16). Sum of RGB (Red+Green+Blue) = 169+80+16=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A95010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95010 is #56AFEF. Grayscale: #636363. Windows color (decimal): -5681136 or 1069225. OLE color: 1069225.
HSL color Cylindrical-coordinate representation of color #A95010: hue angle of 25.1º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A95010 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.34 |
| HSL | 25.1º | 0.83% | 0.36% | - |
| HSV(B) | 25.1º | 0.91% | 0.66% | - |
| XYZ | 19.32 | 14.21 | 2.21 | - |
| YUV | 99.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 16 | 0 | 0.53 | 0.91 | 0.34 | 25.1 | 0.83 | 0.36 |
| Hex | A9 | 50 | 10 | 0 | 35 | 5B | 22 | 19 | 53 | 24 |
| Octal | 251 | 120 | 20 | 0 | 65 | 133 | 42 | 31 | 123 | 44 |
| Binary | 10101001 | 1010000 | 10000 | 0 | 110101 | 1011011 | 100010 | 11001 | 1010011 | 100100 |
Color Harmonies of #A95010
Complementary color
Monochromatic Colors of #A95010
Black with #A95010
Text Example
Text Example
White with #A95010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95010; }
p { color: rgb(169,80,16); }
H1.HeaderClassName
{
color: #A95010;
}
.AnyTagClassName
{
color: #A95010;
}
</style>
background-color css
<style>
a { background-color: #A95010; }
a { background-color: rgb(169,80,16); }
div.DivClassName
{
background-color: #A95010;
}
.BgClassName
{
background-color: #A95010;
}
</style>
border-color css
<style>
span { border-color: #A95010; }
span { border-color: rgb(169,80,16); }
td.TdClassName
{
border-color: #A95010;
}
.TagClassName
{
border-color: #A95010;
}
</style>