Shades of Rust #A03900
Tints of Rust #A03900
RGB
CMYK
RGB Variations
Color information
#A03900 (or 0xA03900) is known color: Rust. HEX triplet: A0, 39 and 00. RGB value is (160,57,0). Sum of RGB (Red+Green+Blue) = 160+57+0=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A03900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03900 is #5FC6FF. Grayscale: #515151. Windows color (decimal): -6276864 or 14752. OLE color: 14752.
HSL color Cylindrical-coordinate representation of color #A03900: hue angle of 21.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A03900 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.37 |
| HSL | 21.38º | 1% | 0.31% | - |
| HSV(B) | 21.38º | 1% | 0.63% | - |
| XYZ | 15.96 | 10.4 | 1.17 | - |
| YUV | 81.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 0 | 0 | 0.64 | 1 | 0.37 | 21.38 | 1 | 0.31 |
| Hex | A0 | 39 | 0 | 0 | 40 | 64 | 25 | 15 | 64 | 1F |
| Octal | 240 | 71 | 0 | 0 | 100 | 144 | 45 | 25 | 144 | 37 |
| Binary | 10100000 | 111001 | 0 | 0 | 1000000 | 1100100 | 100101 | 10101 | 1100100 | 11111 |
Color Harmonies of #A03900
Complementary color
Monochromatic Colors of #A03900
Black with #A03900
Text Example
Text Example
White with #A03900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03900; }
p { color: rgb(160,57,0); }
H1.HeaderClassName
{
color: #A03900;
}
.AnyTagClassName
{
color: #A03900;
}
</style>
background-color css
<style>
a { background-color: #A03900; }
a { background-color: rgb(160,57,0); }
div.DivClassName
{
background-color: #A03900;
}
.BgClassName
{
background-color: #A03900;
}
</style>
border-color css
<style>
span { border-color: #A03900; }
span { border-color: rgb(160,57,0); }
td.TdClassName
{
border-color: #A03900;
}
.TagClassName
{
border-color: #A03900;
}
</style>