Shades of Rust #A03512
Tints of Rust #A03512
RGB
CMYK
RGB Variations
Color information
#A03512 (or 0xA03512) is known color: Rust. HEX triplet: A0, 35 and 12. RGB value is (160,53,18). Sum of RGB (Red+Green+Blue) = 160+53+18=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03512 is #5FCAED. Grayscale: #515151. Windows color (decimal): -6277870 or 1193376. OLE color: 1193376.
HSL color Cylindrical-coordinate representation of color #A03512: hue angle of 14.79º 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 #A03512 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.37 |
| HSL | 14.79º | 0.8% | 0.35% | - |
| HSV(B) | 14.79º | 0.89% | 0.63% | - |
| XYZ | 15.88 | 10.06 | 1.68 | - |
| YUV | 81 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 18 | 0 | 0.67 | 0.89 | 0.37 | 14.79 | 0.8 | 0.35 |
| Hex | A0 | 35 | 12 | 0 | 43 | 59 | 25 | F | 50 | 23 |
| Octal | 240 | 65 | 22 | 0 | 103 | 131 | 45 | 17 | 120 | 43 |
| Binary | 10100000 | 110101 | 10010 | 0 | 1000011 | 1011001 | 100101 | 1111 | 1010000 | 100011 |
Color Harmonies of #A03512
Complementary color
Monochromatic Colors of #A03512
Black with #A03512
Text Example
Text Example
White with #A03512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03512; }
p { color: rgb(160,53,18); }
H1.HeaderClassName
{
color: #A03512;
}
.AnyTagClassName
{
color: #A03512;
}
</style>
background-color css
<style>
a { background-color: #A03512; }
a { background-color: rgb(160,53,18); }
div.DivClassName
{
background-color: #A03512;
}
.BgClassName
{
background-color: #A03512;
}
</style>
border-color css
<style>
span { border-color: #A03512; }
span { border-color: rgb(160,53,18); }
td.TdClassName
{
border-color: #A03512;
}
.TagClassName
{
border-color: #A03512;
}
</style>