Shades of Rust #A03715
Tints of Rust #A03715
RGB
CMYK
RGB Variations
Color information
#A03715 (or 0xA03715) is known color: Rust. HEX triplet: A0, 37 and 15. RGB value is (160,55,21). Sum of RGB (Red+Green+Blue) = 160+55+21=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A03715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03715 is #5FC8EA. Grayscale: #525252. Windows color (decimal): -6277355 or 1390496. OLE color: 1390496.
HSL color Cylindrical-coordinate representation of color #A03715: hue angle of 14.68º 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 #A03715 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 21 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.37 |
| HSL | 14.68º | 0.77% | 0.35% | - |
| HSV(B) | 14.68º | 0.87% | 0.63% | - |
| XYZ | 16 | 10.26 | 1.85 | - |
| YUV | 82.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 21 | 0 | 0.66 | 0.87 | 0.37 | 14.68 | 0.77 | 0.35 |
| Hex | A0 | 37 | 15 | 0 | 42 | 57 | 25 | F | 4D | 23 |
| Octal | 240 | 67 | 25 | 0 | 102 | 127 | 45 | 17 | 115 | 43 |
| Binary | 10100000 | 110111 | 10101 | 0 | 1000010 | 1010111 | 100101 | 1111 | 1001101 | 100011 |
Color Harmonies of #A03715
Complementary color
Monochromatic Colors of #A03715
Black with #A03715
Text Example
Text Example
White with #A03715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03715; }
p { color: rgb(160,55,21); }
H1.HeaderClassName
{
color: #A03715;
}
.AnyTagClassName
{
color: #A03715;
}
</style>
background-color css
<style>
a { background-color: #A03715; }
a { background-color: rgb(160,55,21); }
div.DivClassName
{
background-color: #A03715;
}
.BgClassName
{
background-color: #A03715;
}
</style>
border-color css
<style>
span { border-color: #A03715; }
span { border-color: rgb(160,55,21); }
td.TdClassName
{
border-color: #A03715;
}
.TagClassName
{
border-color: #A03715;
}
</style>