Shades of Rust #A95103
Tints of Rust #A95103
RGB
CMYK
RGB Variations
Color information
#A95103 (or 0xA95103) is known color: Rust. HEX triplet: A9, 51 and 03. RGB value is (169,81,3). Sum of RGB (Red+Green+Blue) = 169+81+3=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A95103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95103 is #56AEFC. Grayscale: #626262. Windows color (decimal): -5680893 or 217513. OLE color: 217513.
HSL color Cylindrical-coordinate representation of color #A95103: hue angle of 28.19º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A95103 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.34 |
| HSL | 28.19º | 0.97% | 0.34% | - |
| HSV(B) | 28.19º | 0.98% | 0.66% | - |
| XYZ | 19.32 | 14.33 | 1.83 | - |
| YUV | 98.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 3 | 0 | 0.52 | 0.98 | 0.34 | 28.19 | 0.97 | 0.34 |
| Hex | A9 | 51 | 3 | 0 | 34 | 62 | 22 | 1C | 61 | 22 |
| Octal | 251 | 121 | 3 | 0 | 64 | 142 | 42 | 34 | 141 | 42 |
| Binary | 10101001 | 1010001 | 11 | 0 | 110100 | 1100010 | 100010 | 11100 | 1100001 | 100010 |
Color Harmonies of #A95103
Complementary color
Monochromatic Colors of #A95103
Black with #A95103
Text Example
Text Example
White with #A95103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95103; }
p { color: rgb(169,81,3); }
H1.HeaderClassName
{
color: #A95103;
}
.AnyTagClassName
{
color: #A95103;
}
</style>
background-color css
<style>
a { background-color: #A95103; }
a { background-color: rgb(169,81,3); }
div.DivClassName
{
background-color: #A95103;
}
.BgClassName
{
background-color: #A95103;
}
</style>
border-color css
<style>
span { border-color: #A95103; }
span { border-color: rgb(169,81,3); }
td.TdClassName
{
border-color: #A95103;
}
.TagClassName
{
border-color: #A95103;
}
</style>