Shades of Rust #A03712
Tints of Rust #A03712
RGB
CMYK
RGB Variations
Color information
#A03712 (or 0xA03712) is known color: Rust. HEX triplet: A0, 37 and 12. RGB value is (160,55,18). Sum of RGB (Red+Green+Blue) = 160+55+18=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03712 is #5FC8ED. Grayscale: #525252. Windows color (decimal): -6277358 or 1193888. OLE color: 1193888.
HSL color Cylindrical-coordinate representation of color #A03712: hue angle of 15.63º degrees, saturation: 0.8, 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 #A03712 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.37 |
| HSL | 15.63º | 0.8% | 0.35% | - |
| HSV(B) | 15.63º | 0.89% | 0.63% | - |
| XYZ | 15.97 | 10.25 | 1.71 | - |
| YUV | 82.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 18 | 0 | 0.66 | 0.89 | 0.37 | 15.63 | 0.8 | 0.35 |
| Hex | A0 | 37 | 12 | 0 | 42 | 59 | 25 | 10 | 50 | 23 |
| Octal | 240 | 67 | 22 | 0 | 102 | 131 | 45 | 20 | 120 | 43 |
| Binary | 10100000 | 110111 | 10010 | 0 | 1000010 | 1011001 | 100101 | 10000 | 1010000 | 100011 |
Color Harmonies of #A03712
Complementary color
Monochromatic Colors of #A03712
Black with #A03712
Text Example
Text Example
White with #A03712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03712; }
p { color: rgb(160,55,18); }
H1.HeaderClassName
{
color: #A03712;
}
.AnyTagClassName
{
color: #A03712;
}
</style>
background-color css
<style>
a { background-color: #A03712; }
a { background-color: rgb(160,55,18); }
div.DivClassName
{
background-color: #A03712;
}
.BgClassName
{
background-color: #A03712;
}
</style>
border-color css
<style>
span { border-color: #A03712; }
span { border-color: rgb(160,55,18); }
td.TdClassName
{
border-color: #A03712;
}
.TagClassName
{
border-color: #A03712;
}
</style>