Shades of Rust #A04003
Tints of Rust #A04003
RGB
CMYK
RGB Variations
Color information
#A04003 (or 0xA04003) is known color: Rust. HEX triplet: A0, 40 and 03. RGB value is (160,64,3). Sum of RGB (Red+Green+Blue) = 160+64+3=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A04003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04003 is #5FBFFC. Grayscale: #565656. Windows color (decimal): -6275069 or 213152. OLE color: 213152.
HSL color Cylindrical-coordinate representation of color #A04003: hue angle of 23.31º degrees, saturation: 0.96, 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 #A04003 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 3 | - |
| CMYK | 0 | 0.6 | 0.98 | 0.37 |
| HSL | 23.31º | 0.96% | 0.32% | - |
| HSV(B) | 23.31º | 0.98% | 0.63% | - |
| XYZ | 16.35 | 11.15 | 1.38 | - |
| YUV | 85.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 3 | 0 | 0.6 | 0.98 | 0.37 | 23.31 | 0.96 | 0.32 |
| Hex | A0 | 40 | 3 | 0 | 3C | 62 | 25 | 17 | 60 | 20 |
| Octal | 240 | 100 | 3 | 0 | 74 | 142 | 45 | 27 | 140 | 40 |
| Binary | 10100000 | 1000000 | 11 | 0 | 111100 | 1100010 | 100101 | 10111 | 1100000 | 100000 |
Color Harmonies of #A04003
Complementary color
Monochromatic Colors of #A04003
Black with #A04003
Text Example
Text Example
White with #A04003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04003; }
p { color: rgb(160,64,3); }
H1.HeaderClassName
{
color: #A04003;
}
.AnyTagClassName
{
color: #A04003;
}
</style>
background-color css
<style>
a { background-color: #A04003; }
a { background-color: rgb(160,64,3); }
div.DivClassName
{
background-color: #A04003;
}
.BgClassName
{
background-color: #A04003;
}
</style>
border-color css
<style>
span { border-color: #A04003; }
span { border-color: rgb(160,64,3); }
td.TdClassName
{
border-color: #A04003;
}
.TagClassName
{
border-color: #A04003;
}
</style>