Shades of Rust #A03502
Tints of Rust #A03502
RGB
CMYK
RGB Variations
Color information
#A03502 (or 0xA03502) is known color: Rust. HEX triplet: A0, 35 and 02. RGB value is (160,53,2). Sum of RGB (Red+Green+Blue) = 160+53+2=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A03502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03502 is #5FCAFD. Grayscale: #4F4F4F. Windows color (decimal): -6277886 or 144800. OLE color: 144800.
HSL color Cylindrical-coordinate representation of color #A03502: hue angle of 19.37º degrees, saturation: 0.98, 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 #A03502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.37 |
| HSL | 19.37º | 0.98% | 0.32% | - |
| HSV(B) | 19.37º | 0.99% | 0.63% | - |
| XYZ | 15.78 | 10.02 | 1.16 | - |
| YUV | 79.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 2 | 0 | 0.67 | 0.99 | 0.37 | 19.37 | 0.98 | 0.32 |
| Hex | A0 | 35 | 2 | 0 | 43 | 63 | 25 | 13 | 62 | 20 |
| Octal | 240 | 65 | 2 | 0 | 103 | 143 | 45 | 23 | 142 | 40 |
| Binary | 10100000 | 110101 | 10 | 0 | 1000011 | 1100011 | 100101 | 10011 | 1100010 | 100000 |
Color Harmonies of #A03502
Complementary color
Monochromatic Colors of #A03502
Black with #A03502
Text Example
Text Example
White with #A03502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03502; }
p { color: rgb(160,53,2); }
H1.HeaderClassName
{
color: #A03502;
}
.AnyTagClassName
{
color: #A03502;
}
</style>
background-color css
<style>
a { background-color: #A03502; }
a { background-color: rgb(160,53,2); }
div.DivClassName
{
background-color: #A03502;
}
.BgClassName
{
background-color: #A03502;
}
</style>
border-color css
<style>
span { border-color: #A03502; }
span { border-color: rgb(160,53,2); }
td.TdClassName
{
border-color: #A03502;
}
.TagClassName
{
border-color: #A03502;
}
</style>