Shades of Rust #A03A16
Tints of Rust #A03A16
RGB
CMYK
RGB Variations
Color information
#A03A16 (or 0xA03A16) is known color: Rust. HEX triplet: A0, 3A and 16. RGB value is (160,58,22). Sum of RGB (Red+Green+Blue) = 160+58+22=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A16 is #5FC5E9. Grayscale: #545454. Windows color (decimal): -6276586 or 1456800. OLE color: 1456800.
HSL color Cylindrical-coordinate representation of color #A03A16: hue angle of 15.65º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03A16 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 22 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.37 |
| HSL | 15.65º | 0.76% | 0.36% | - |
| HSV(B) | 15.65º | 0.86% | 0.63% | - |
| XYZ | 16.16 | 10.56 | 1.95 | - |
| YUV | 84.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 22 | 0 | 0.64 | 0.86 | 0.37 | 15.65 | 0.76 | 0.36 |
| Hex | A0 | 3A | 16 | 0 | 40 | 56 | 25 | 10 | 4C | 24 |
| Octal | 240 | 72 | 26 | 0 | 100 | 126 | 45 | 20 | 114 | 44 |
| Binary | 10100000 | 111010 | 10110 | 0 | 1000000 | 1010110 | 100101 | 10000 | 1001100 | 100100 |
Color Harmonies of #A03A16
Complementary color
Monochromatic Colors of #A03A16
Black with #A03A16
Text Example
Text Example
White with #A03A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A16; }
p { color: rgb(160,58,22); }
H1.HeaderClassName
{
color: #A03A16;
}
.AnyTagClassName
{
color: #A03A16;
}
</style>
background-color css
<style>
a { background-color: #A03A16; }
a { background-color: rgb(160,58,22); }
div.DivClassName
{
background-color: #A03A16;
}
.BgClassName
{
background-color: #A03A16;
}
</style>
border-color css
<style>
span { border-color: #A03A16; }
span { border-color: rgb(160,58,22); }
td.TdClassName
{
border-color: #A03A16;
}
.TagClassName
{
border-color: #A03A16;
}
</style>