Shades of Rust #A03913
Tints of Rust #A03913
RGB
CMYK
RGB Variations
Color information
#A03913 (or 0xA03913) is known color: Rust. HEX triplet: A0, 39 and 13. RGB value is (160,57,19). Sum of RGB (Red+Green+Blue) = 160+57+19=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A03913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03913 is #5FC6EC. Grayscale: #535353. Windows color (decimal): -6276845 or 1259936. OLE color: 1259936.
HSL color Cylindrical-coordinate representation of color #A03913: hue angle of 16.17º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03913 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 19 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.37 |
| HSL | 16.17º | 0.79% | 0.35% | - |
| HSV(B) | 16.17º | 0.88% | 0.63% | - |
| XYZ | 16.08 | 10.45 | 1.79 | - |
| YUV | 83.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 19 | 0 | 0.64 | 0.88 | 0.37 | 16.17 | 0.79 | 0.35 |
| Hex | A0 | 39 | 13 | 0 | 40 | 58 | 25 | 10 | 4F | 23 |
| Octal | 240 | 71 | 23 | 0 | 100 | 130 | 45 | 20 | 117 | 43 |
| Binary | 10100000 | 111001 | 10011 | 0 | 1000000 | 1011000 | 100101 | 10000 | 1001111 | 100011 |
Color Harmonies of #A03913
Complementary color
Monochromatic Colors of #A03913
Black with #A03913
Text Example
Text Example
White with #A03913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03913; }
p { color: rgb(160,57,19); }
H1.HeaderClassName
{
color: #A03913;
}
.AnyTagClassName
{
color: #A03913;
}
</style>
background-color css
<style>
a { background-color: #A03913; }
a { background-color: rgb(160,57,19); }
div.DivClassName
{
background-color: #A03913;
}
.BgClassName
{
background-color: #A03913;
}
</style>
border-color css
<style>
span { border-color: #A03913; }
span { border-color: rgb(160,57,19); }
td.TdClassName
{
border-color: #A03913;
}
.TagClassName
{
border-color: #A03913;
}
</style>