Shades of Rust #A03511
Tints of Rust #A03511
RGB
CMYK
RGB Variations
Color information
#A03511 (or 0xA03511) is known color: Rust. HEX triplet: A0, 35 and 11. RGB value is (160,53,17). Sum of RGB (Red+Green+Blue) = 160+53+17=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03511 is #5FCAEE. Grayscale: #515151. Windows color (decimal): -6277871 or 1127840. OLE color: 1127840.
HSL color Cylindrical-coordinate representation of color #A03511: hue angle of 15.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A03511 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 17 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.37 |
| HSL | 15.1º | 0.81% | 0.35% | - |
| HSV(B) | 15.1º | 0.89% | 0.63% | - |
| XYZ | 15.87 | 10.06 | 1.64 | - |
| YUV | 80.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 17 | 0 | 0.67 | 0.89 | 0.37 | 15.1 | 0.81 | 0.35 |
| Hex | A0 | 35 | 11 | 0 | 43 | 59 | 25 | F | 51 | 23 |
| Octal | 240 | 65 | 21 | 0 | 103 | 131 | 45 | 17 | 121 | 43 |
| Binary | 10100000 | 110101 | 10001 | 0 | 1000011 | 1011001 | 100101 | 1111 | 1010001 | 100011 |
Color Harmonies of #A03511
Complementary color
Monochromatic Colors of #A03511
Black with #A03511
Text Example
Text Example
White with #A03511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03511; }
p { color: rgb(160,53,17); }
H1.HeaderClassName
{
color: #A03511;
}
.AnyTagClassName
{
color: #A03511;
}
</style>
background-color css
<style>
a { background-color: #A03511; }
a { background-color: rgb(160,53,17); }
div.DivClassName
{
background-color: #A03511;
}
.BgClassName
{
background-color: #A03511;
}
</style>
border-color css
<style>
span { border-color: #A03511; }
span { border-color: rgb(160,53,17); }
td.TdClassName
{
border-color: #A03511;
}
.TagClassName
{
border-color: #A03511;
}
</style>