Shades of Rust #A03A07
Tints of Rust #A03A07
RGB
CMYK
RGB Variations
Color information
#A03A07 (or 0xA03A07) is known color: Rust. HEX triplet: A0, 3A and 07. RGB value is (160,58,7). Sum of RGB (Red+Green+Blue) = 160+58+7=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A07 is #5FC5F8. Grayscale: #525252. Windows color (decimal): -6276601 or 473760. OLE color: 473760.
HSL color Cylindrical-coordinate representation of color #A03A07: hue angle of 20º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A03A07 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.37 |
| HSL | 20º | 0.92% | 0.33% | - |
| HSV(B) | 20º | 0.96% | 0.63% | - |
| XYZ | 16.05 | 10.52 | 1.38 | - |
| YUV | 82.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 7 | 0 | 0.64 | 0.96 | 0.37 | 20 | 0.92 | 0.33 |
| Hex | A0 | 3A | 7 | 0 | 40 | 60 | 25 | 14 | 5C | 21 |
| Octal | 240 | 72 | 7 | 0 | 100 | 140 | 45 | 24 | 134 | 41 |
| Binary | 10100000 | 111010 | 111 | 0 | 1000000 | 1100000 | 100101 | 10100 | 1011100 | 100001 |
Color Harmonies of #A03A07
Complementary color
Monochromatic Colors of #A03A07
Black with #A03A07
Text Example
Text Example
White with #A03A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A07; }
p { color: rgb(160,58,7); }
H1.HeaderClassName
{
color: #A03A07;
}
.AnyTagClassName
{
color: #A03A07;
}
</style>
background-color css
<style>
a { background-color: #A03A07; }
a { background-color: rgb(160,58,7); }
div.DivClassName
{
background-color: #A03A07;
}
.BgClassName
{
background-color: #A03A07;
}
</style>
border-color css
<style>
span { border-color: #A03A07; }
span { border-color: rgb(160,58,7); }
td.TdClassName
{
border-color: #A03A07;
}
.TagClassName
{
border-color: #A03A07;
}
</style>