Shades of Rust #A03110
Tints of Rust #A03110
RGB
CMYK
RGB Variations
Color information
#A03110 (or 0xA03110) is known color: Rust. HEX triplet: A0, 31 and 10. RGB value is (160,49,16). Sum of RGB (Red+Green+Blue) = 160+49+16=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03110 is #5FCEEF. Grayscale: #4E4E4E. Windows color (decimal): -6278896 or 1061280. OLE color: 1061280.
HSL color Cylindrical-coordinate representation of color #A03110: hue angle of 13.75º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A03110 is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 16 | - |
| CMYK | 0 | 0.69 | 0.9 | 0.37 |
| HSL | 13.75º | 0.82% | 0.35% | - |
| HSV(B) | 13.75º | 0.9% | 0.63% | - |
| XYZ | 15.69 | 9.71 | 1.54 | - |
| YUV | 78.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 16 | 0 | 0.69 | 0.9 | 0.37 | 13.75 | 0.82 | 0.35 |
| Hex | A0 | 31 | 10 | 0 | 45 | 5A | 25 | E | 52 | 23 |
| Octal | 240 | 61 | 20 | 0 | 105 | 132 | 45 | 16 | 122 | 43 |
| Binary | 10100000 | 110001 | 10000 | 0 | 1000101 | 1011010 | 100101 | 1110 | 1010010 | 100011 |
Color Harmonies of #A03110
Complementary color
Monochromatic Colors of #A03110
Black with #A03110
Text Example
Text Example
White with #A03110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03110; }
p { color: rgb(160,49,16); }
H1.HeaderClassName
{
color: #A03110;
}
.AnyTagClassName
{
color: #A03110;
}
</style>
background-color css
<style>
a { background-color: #A03110; }
a { background-color: rgb(160,49,16); }
div.DivClassName
{
background-color: #A03110;
}
.BgClassName
{
background-color: #A03110;
}
</style>
border-color css
<style>
span { border-color: #A03110; }
span { border-color: rgb(160,49,16); }
td.TdClassName
{
border-color: #A03110;
}
.TagClassName
{
border-color: #A03110;
}
</style>