Shades of Rust #A03916
Tints of Rust #A03916
RGB
CMYK
RGB Variations
Color information
#A03916 (or 0xA03916) is known color: Rust. HEX triplet: A0, 39 and 16. RGB value is (160,57,22). Sum of RGB (Red+Green+Blue) = 160+57+22=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A03916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03916 is #5FC6E9. Grayscale: #545454. Windows color (decimal): -6276842 or 1456544. OLE color: 1456544.
HSL color Cylindrical-coordinate representation of color #A03916: hue angle of 15.22º 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 #A03916 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 22 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.37 |
| HSL | 15.22º | 0.76% | 0.36% | - |
| HSV(B) | 15.22º | 0.86% | 0.63% | - |
| XYZ | 16.11 | 10.46 | 1.93 | - |
| YUV | 83.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 22 | 0 | 0.64 | 0.86 | 0.37 | 15.22 | 0.76 | 0.36 |
| Hex | A0 | 39 | 16 | 0 | 40 | 56 | 25 | F | 4C | 24 |
| Octal | 240 | 71 | 26 | 0 | 100 | 126 | 45 | 17 | 114 | 44 |
| Binary | 10100000 | 111001 | 10110 | 0 | 1000000 | 1010110 | 100101 | 1111 | 1001100 | 100100 |
Color Harmonies of #A03916
Complementary color
Monochromatic Colors of #A03916
Black with #A03916
Text Example
Text Example
White with #A03916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03916; }
p { color: rgb(160,57,22); }
H1.HeaderClassName
{
color: #A03916;
}
.AnyTagClassName
{
color: #A03916;
}
</style>
background-color css
<style>
a { background-color: #A03916; }
a { background-color: rgb(160,57,22); }
div.DivClassName
{
background-color: #A03916;
}
.BgClassName
{
background-color: #A03916;
}
</style>
border-color css
<style>
span { border-color: #A03916; }
span { border-color: rgb(160,57,22); }
td.TdClassName
{
border-color: #A03916;
}
.TagClassName
{
border-color: #A03916;
}
</style>