Shades of Rust #A03501
Tints of Rust #A03501
RGB
CMYK
RGB Variations
Color information
#A03501 (or 0xA03501) is known color: Rust. HEX triplet: A0, 35 and 01. RGB value is (160,53,1). Sum of RGB (Red+Green+Blue) = 160+53+1=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A03501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03501 is #5FCAFE. Grayscale: #4F4F4F. Windows color (decimal): -6277887 or 79264. OLE color: 79264.
HSL color Cylindrical-coordinate representation of color #A03501: hue angle of 19.62º 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 #A03501 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.37 |
| HSL | 19.62º | 0.99% | 0.32% | - |
| HSV(B) | 19.62º | 0.99% | 0.63% | - |
| XYZ | 15.78 | 10.02 | 1.13 | - |
| YUV | 79.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 1 | 0 | 0.67 | 0.99 | 0.37 | 19.62 | 0.99 | 0.32 |
| Hex | A0 | 35 | 1 | 0 | 43 | 63 | 25 | 14 | 63 | 20 |
| Octal | 240 | 65 | 1 | 0 | 103 | 143 | 45 | 24 | 143 | 40 |
| Binary | 10100000 | 110101 | 1 | 0 | 1000011 | 1100011 | 100101 | 10100 | 1100011 | 100000 |
Color Harmonies of #A03501
Complementary color
Monochromatic Colors of #A03501
Black with #A03501
Text Example
Text Example
White with #A03501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03501; }
p { color: rgb(160,53,1); }
H1.HeaderClassName
{
color: #A03501;
}
.AnyTagClassName
{
color: #A03501;
}
</style>
background-color css
<style>
a { background-color: #A03501; }
a { background-color: rgb(160,53,1); }
div.DivClassName
{
background-color: #A03501;
}
.BgClassName
{
background-color: #A03501;
}
</style>
border-color css
<style>
span { border-color: #A03501; }
span { border-color: rgb(160,53,1); }
td.TdClassName
{
border-color: #A03501;
}
.TagClassName
{
border-color: #A03501;
}
</style>