Shades of Rust #A03A05
Tints of Rust #A03A05
RGB
CMYK
RGB Variations
Color information
#A03A05 (or 0xA03A05) is known color: Rust. HEX triplet: A0, 3A and 05. RGB value is (160,58,5). Sum of RGB (Red+Green+Blue) = 160+58+5=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A05 is #5FC5FA. Grayscale: #525252. Windows color (decimal): -6276603 or 342688. OLE color: 342688.
HSL color Cylindrical-coordinate representation of color #A03A05: hue angle of 20.52º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A03A05 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.37 |
| HSL | 20.52º | 0.94% | 0.32% | - |
| HSV(B) | 20.52º | 0.97% | 0.63% | - |
| XYZ | 16.04 | 10.51 | 1.33 | - |
| YUV | 82.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 5 | 0 | 0.64 | 0.97 | 0.37 | 20.52 | 0.94 | 0.32 |
| Hex | A0 | 3A | 5 | 0 | 40 | 61 | 25 | 15 | 5E | 20 |
| Octal | 240 | 72 | 5 | 0 | 100 | 141 | 45 | 25 | 136 | 40 |
| Binary | 10100000 | 111010 | 101 | 0 | 1000000 | 1100001 | 100101 | 10101 | 1011110 | 100000 |
Color Harmonies of #A03A05
Complementary color
Monochromatic Colors of #A03A05
Black with #A03A05
Text Example
Text Example
White with #A03A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A05; }
p { color: rgb(160,58,5); }
H1.HeaderClassName
{
color: #A03A05;
}
.AnyTagClassName
{
color: #A03A05;
}
</style>
background-color css
<style>
a { background-color: #A03A05; }
a { background-color: rgb(160,58,5); }
div.DivClassName
{
background-color: #A03A05;
}
.BgClassName
{
background-color: #A03A05;
}
</style>
border-color css
<style>
span { border-color: #A03A05; }
span { border-color: rgb(160,58,5); }
td.TdClassName
{
border-color: #A03A05;
}
.TagClassName
{
border-color: #A03A05;
}
</style>