Shades of Rust #A03411
Tints of Rust #A03411
RGB
CMYK
RGB Variations
Color information
#A03411 (or 0xA03411) is known color: Rust. HEX triplet: A0, 34 and 11. RGB value is (160,52,17). Sum of RGB (Red+Green+Blue) = 160+52+17=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A03411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03411 is #5FCBEE. Grayscale: #505050. Windows color (decimal): -6278127 or 1127584. OLE color: 1127584.
HSL color Cylindrical-coordinate representation of color #A03411: hue angle of 14.69º 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 #A03411 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 17 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.37 |
| HSL | 14.69º | 0.81% | 0.35% | - |
| HSV(B) | 14.69º | 0.89% | 0.63% | - |
| XYZ | 15.83 | 9.97 | 1.62 | - |
| YUV | 80.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 17 | 0 | 0.68 | 0.89 | 0.37 | 14.69 | 0.81 | 0.35 |
| Hex | A0 | 34 | 11 | 0 | 44 | 59 | 25 | F | 51 | 23 |
| Octal | 240 | 64 | 21 | 0 | 104 | 131 | 45 | 17 | 121 | 43 |
| Binary | 10100000 | 110100 | 10001 | 0 | 1000100 | 1011001 | 100101 | 1111 | 1010001 | 100011 |
Color Harmonies of #A03411
Complementary color
Monochromatic Colors of #A03411
Black with #A03411
Text Example
Text Example
White with #A03411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03411; }
p { color: rgb(160,52,17); }
H1.HeaderClassName
{
color: #A03411;
}
.AnyTagClassName
{
color: #A03411;
}
</style>
background-color css
<style>
a { background-color: #A03411; }
a { background-color: rgb(160,52,17); }
div.DivClassName
{
background-color: #A03411;
}
.BgClassName
{
background-color: #A03411;
}
</style>
border-color css
<style>
span { border-color: #A03411; }
span { border-color: rgb(160,52,17); }
td.TdClassName
{
border-color: #A03411;
}
.TagClassName
{
border-color: #A03411;
}
</style>