Shades of Rust #A03101
Tints of Rust #A03101
RGB
CMYK
RGB Variations
Color information
#A03101 (or 0xA03101) is known color: Rust. HEX triplet: A0, 31 and 01. RGB value is (160,49,1). Sum of RGB (Red+Green+Blue) = 160+49+1=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A03101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03101 is #5FCEFE. Grayscale: #4D4D4D. Windows color (decimal): -6278911 or 78240. OLE color: 78240.
HSL color Cylindrical-coordinate representation of color #A03101: hue angle of 18.11º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A03101 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.37 |
| HSL | 18.11º | 0.99% | 0.32% | - |
| HSV(B) | 18.11º | 0.99% | 0.63% | - |
| XYZ | 15.6 | 9.67 | 1.07 | - |
| YUV | 76.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 1 | 0 | 0.69 | 0.99 | 0.37 | 18.11 | 0.99 | 0.32 |
| Hex | A0 | 31 | 1 | 0 | 45 | 63 | 25 | 12 | 63 | 20 |
| Octal | 240 | 61 | 1 | 0 | 105 | 143 | 45 | 22 | 143 | 40 |
| Binary | 10100000 | 110001 | 1 | 0 | 1000101 | 1100011 | 100101 | 10010 | 1100011 | 100000 |
Color Harmonies of #A03101
Complementary color
Monochromatic Colors of #A03101
Black with #A03101
Text Example
Text Example
White with #A03101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03101; }
p { color: rgb(160,49,1); }
H1.HeaderClassName
{
color: #A03101;
}
.AnyTagClassName
{
color: #A03101;
}
</style>
background-color css
<style>
a { background-color: #A03101; }
a { background-color: rgb(160,49,1); }
div.DivClassName
{
background-color: #A03101;
}
.BgClassName
{
background-color: #A03101;
}
</style>
border-color css
<style>
span { border-color: #A03101; }
span { border-color: rgb(160,49,1); }
td.TdClassName
{
border-color: #A03101;
}
.TagClassName
{
border-color: #A03101;
}
</style>