Shades of Rust #A03515
Tints of Rust #A03515
RGB
CMYK
RGB Variations
Color information
#A03515 (or 0xA03515) is known color: Rust. HEX triplet: A0, 35 and 15. RGB value is (160,53,21). Sum of RGB (Red+Green+Blue) = 160+53+21=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03515 is #5FCAEA. Grayscale: #515151. Windows color (decimal): -6277867 or 1389984. OLE color: 1389984.
HSL color Cylindrical-coordinate representation of color #A03515: hue angle of 13.81º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A03515 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 21 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.37 |
| HSL | 13.81º | 0.77% | 0.35% | - |
| HSV(B) | 13.81º | 0.87% | 0.63% | - |
| XYZ | 15.91 | 10.07 | 1.82 | - |
| YUV | 81.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 21 | 0 | 0.67 | 0.87 | 0.37 | 13.81 | 0.77 | 0.35 |
| Hex | A0 | 35 | 15 | 0 | 43 | 57 | 25 | E | 4D | 23 |
| Octal | 240 | 65 | 25 | 0 | 103 | 127 | 45 | 16 | 115 | 43 |
| Binary | 10100000 | 110101 | 10101 | 0 | 1000011 | 1010111 | 100101 | 1110 | 1001101 | 100011 |
Color Harmonies of #A03515
Complementary color
Monochromatic Colors of #A03515
Black with #A03515
Text Example
Text Example
White with #A03515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03515; }
p { color: rgb(160,53,21); }
H1.HeaderClassName
{
color: #A03515;
}
.AnyTagClassName
{
color: #A03515;
}
</style>
background-color css
<style>
a { background-color: #A03515; }
a { background-color: rgb(160,53,21); }
div.DivClassName
{
background-color: #A03515;
}
.BgClassName
{
background-color: #A03515;
}
</style>
border-color css
<style>
span { border-color: #A03515; }
span { border-color: rgb(160,53,21); }
td.TdClassName
{
border-color: #A03515;
}
.TagClassName
{
border-color: #A03515;
}
</style>