Shades of Rust #A03A04
Tints of Rust #A03A04
RGB
CMYK
RGB Variations
Color information
#A03A04 (or 0xA03A04) is known color: Rust. HEX triplet: A0, 3A and 04. RGB value is (160,58,4). Sum of RGB (Red+Green+Blue) = 160+58+4=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A04 is #5FC5FB. Grayscale: #525252. Windows color (decimal): -6276604 or 277152. OLE color: 277152.
HSL color Cylindrical-coordinate representation of color #A03A04: hue angle of 20.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A03A04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.37 |
| HSL | 20.77º | 0.95% | 0.32% | - |
| HSV(B) | 20.77º | 0.98% | 0.63% | - |
| XYZ | 16.03 | 10.51 | 1.3 | - |
| YUV | 82.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 4 | 0 | 0.64 | 0.98 | 0.37 | 20.77 | 0.95 | 0.32 |
| Hex | A0 | 3A | 4 | 0 | 40 | 62 | 25 | 15 | 5F | 20 |
| Octal | 240 | 72 | 4 | 0 | 100 | 142 | 45 | 25 | 137 | 40 |
| Binary | 10100000 | 111010 | 100 | 0 | 1000000 | 1100010 | 100101 | 10101 | 1011111 | 100000 |
Color Harmonies of #A03A04
Complementary color
Monochromatic Colors of #A03A04
Black with #A03A04
Text Example
Text Example
White with #A03A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A04; }
p { color: rgb(160,58,4); }
H1.HeaderClassName
{
color: #A03A04;
}
.AnyTagClassName
{
color: #A03A04;
}
</style>
background-color css
<style>
a { background-color: #A03A04; }
a { background-color: rgb(160,58,4); }
div.DivClassName
{
background-color: #A03A04;
}
.BgClassName
{
background-color: #A03A04;
}
</style>
border-color css
<style>
span { border-color: #A03A04; }
span { border-color: rgb(160,58,4); }
td.TdClassName
{
border-color: #A03A04;
}
.TagClassName
{
border-color: #A03A04;
}
</style>