Shades of Rust #A03100
Tints of Rust #A03100
RGB
CMYK
RGB Variations
Color information
#A03100 (or 0xA03100) is known color: Rust. HEX triplet: A0, 31 and 00. RGB value is (160,49,0). Sum of RGB (Red+Green+Blue) = 160+49+0=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A03100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03100 is #5FCEFF. Grayscale: #4C4C4C. Windows color (decimal): -6278912 or 12704. OLE color: 12704.
HSL color Cylindrical-coordinate representation of color #A03100: hue angle of 18.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 #A03100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.37 |
| HSL | 18.38º | 1% | 0.31% | - |
| HSV(B) | 18.38º | 1% | 0.63% | - |
| XYZ | 15.6 | 9.67 | 1.04 | - |
| YUV | 76.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 0 | 0 | 0.69 | 1 | 0.37 | 18.38 | 1 | 0.31 |
| Hex | A0 | 31 | 0 | 0 | 45 | 64 | 25 | 12 | 64 | 1F |
| Octal | 240 | 61 | 0 | 0 | 105 | 144 | 45 | 22 | 144 | 37 |
| Binary | 10100000 | 110001 | 0 | 0 | 1000101 | 1100100 | 100101 | 10010 | 1100100 | 11111 |
Color Harmonies of #A03100
Complementary color
Monochromatic Colors of #A03100
Black with #A03100
Text Example
Text Example
White with #A03100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03100; }
p { color: rgb(160,49,0); }
H1.HeaderClassName
{
color: #A03100;
}
.AnyTagClassName
{
color: #A03100;
}
</style>
background-color css
<style>
a { background-color: #A03100; }
a { background-color: rgb(160,49,0); }
div.DivClassName
{
background-color: #A03100;
}
.BgClassName
{
background-color: #A03100;
}
</style>
border-color css
<style>
span { border-color: #A03100; }
span { border-color: rgb(160,49,0); }
td.TdClassName
{
border-color: #A03100;
}
.TagClassName
{
border-color: #A03100;
}
</style>