Shades of Rust #A04009
Tints of Rust #A04009
RGB
CMYK
RGB Variations
Color information
#A04009 (or 0xA04009) is known color: Rust. HEX triplet: A0, 40 and 09. RGB value is (160,64,9). Sum of RGB (Red+Green+Blue) = 160+64+9=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A04009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04009 is #5FBFF6. Grayscale: #565656. Windows color (decimal): -6275063 or 606368. OLE color: 606368.
HSL color Cylindrical-coordinate representation of color #A04009: hue angle of 21.85º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A04009 is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 9 | - |
| CMYK | 0 | 0.6 | 0.94 | 0.37 |
| HSL | 21.85º | 0.89% | 0.33% | - |
| HSV(B) | 21.85º | 0.94% | 0.63% | - |
| XYZ | 16.38 | 11.16 | 1.55 | - |
| YUV | 86.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 9 | 0 | 0.6 | 0.94 | 0.37 | 21.85 | 0.89 | 0.33 |
| Hex | A0 | 40 | 9 | 0 | 3C | 5E | 25 | 16 | 59 | 21 |
| Octal | 240 | 100 | 11 | 0 | 74 | 136 | 45 | 26 | 131 | 41 |
| Binary | 10100000 | 1000000 | 1001 | 0 | 111100 | 1011110 | 100101 | 10110 | 1011001 | 100001 |
Color Harmonies of #A04009
Complementary color
Monochromatic Colors of #A04009
Black with #A04009
Text Example
Text Example
White with #A04009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04009; }
p { color: rgb(160,64,9); }
H1.HeaderClassName
{
color: #A04009;
}
.AnyTagClassName
{
color: #A04009;
}
</style>
background-color css
<style>
a { background-color: #A04009; }
a { background-color: rgb(160,64,9); }
div.DivClassName
{
background-color: #A04009;
}
.BgClassName
{
background-color: #A04009;
}
</style>
border-color css
<style>
span { border-color: #A04009; }
span { border-color: rgb(160,64,9); }
td.TdClassName
{
border-color: #A04009;
}
.TagClassName
{
border-color: #A04009;
}
</style>