Shades of Rust #A03611
Tints of Rust #A03611
RGB
CMYK
RGB Variations
Color information
#A03611 (or 0xA03611) is known color: Rust. HEX triplet: A0, 36 and 11. RGB value is (160,54,17). Sum of RGB (Red+Green+Blue) = 160+54+17=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03611 is #5FC9EE. Grayscale: #515151. Windows color (decimal): -6277615 or 1128096. OLE color: 1128096.
HSL color Cylindrical-coordinate representation of color #A03611: hue angle of 15.52º 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 #A03611 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 17 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.37 |
| HSL | 15.52º | 0.81% | 0.35% | - |
| HSV(B) | 15.52º | 0.89% | 0.63% | - |
| XYZ | 15.92 | 10.15 | 1.65 | - |
| YUV | 81.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 17 | 0 | 0.66 | 0.89 | 0.37 | 15.52 | 0.81 | 0.35 |
| Hex | A0 | 36 | 11 | 0 | 42 | 59 | 25 | 10 | 51 | 23 |
| Octal | 240 | 66 | 21 | 0 | 102 | 131 | 45 | 20 | 121 | 43 |
| Binary | 10100000 | 110110 | 10001 | 0 | 1000010 | 1011001 | 100101 | 10000 | 1010001 | 100011 |
Color Harmonies of #A03611
Complementary color
Monochromatic Colors of #A03611
Black with #A03611
Text Example
Text Example
White with #A03611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03611; }
p { color: rgb(160,54,17); }
H1.HeaderClassName
{
color: #A03611;
}
.AnyTagClassName
{
color: #A03611;
}
</style>
background-color css
<style>
a { background-color: #A03611; }
a { background-color: rgb(160,54,17); }
div.DivClassName
{
background-color: #A03611;
}
.BgClassName
{
background-color: #A03611;
}
</style>
border-color css
<style>
span { border-color: #A03611; }
span { border-color: rgb(160,54,17); }
td.TdClassName
{
border-color: #A03611;
}
.TagClassName
{
border-color: #A03611;
}
</style>