Shades of Rust #A03710
Tints of Rust #A03710
RGB
CMYK
RGB Variations
Color information
#A03710 (or 0xA03710) is known color: Rust. HEX triplet: A0, 37 and 10. RGB value is (160,55,16). Sum of RGB (Red+Green+Blue) = 160+55+16=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03710 is #5FC8EF. Grayscale: #525252. Windows color (decimal): -6277360 or 1062816. OLE color: 1062816.
HSL color Cylindrical-coordinate representation of color #A03710: hue angle of 16.25º 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 #A03710 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 16 | - |
| CMYK | 0 | 0.66 | 0.9 | 0.37 |
| HSL | 16.25º | 0.82% | 0.35% | - |
| HSV(B) | 16.25º | 0.9% | 0.63% | - |
| XYZ | 15.96 | 10.24 | 1.63 | - |
| YUV | 81.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 16 | 0 | 0.66 | 0.9 | 0.37 | 16.25 | 0.82 | 0.35 |
| Hex | A0 | 37 | 10 | 0 | 42 | 5A | 25 | 10 | 52 | 23 |
| Octal | 240 | 67 | 20 | 0 | 102 | 132 | 45 | 20 | 122 | 43 |
| Binary | 10100000 | 110111 | 10000 | 0 | 1000010 | 1011010 | 100101 | 10000 | 1010010 | 100011 |
Color Harmonies of #A03710
Complementary color
Monochromatic Colors of #A03710
Black with #A03710
Text Example
Text Example
White with #A03710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03710; }
p { color: rgb(160,55,16); }
H1.HeaderClassName
{
color: #A03710;
}
.AnyTagClassName
{
color: #A03710;
}
</style>
background-color css
<style>
a { background-color: #A03710; }
a { background-color: rgb(160,55,16); }
div.DivClassName
{
background-color: #A03710;
}
.BgClassName
{
background-color: #A03710;
}
</style>
border-color css
<style>
span { border-color: #A03710; }
span { border-color: rgb(160,55,16); }
td.TdClassName
{
border-color: #A03710;
}
.TagClassName
{
border-color: #A03710;
}
</style>