Shades of Rust #A04008
Tints of Rust #A04008
RGB
CMYK
RGB Variations
Color information
#A04008 (or 0xA04008) is known color: Rust. HEX triplet: A0, 40 and 08. RGB value is (160,64,8). Sum of RGB (Red+Green+Blue) = 160+64+8=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A04008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04008 is #5FBFF7. Grayscale: #565656. Windows color (decimal): -6275064 or 540832. OLE color: 540832.
HSL color Cylindrical-coordinate representation of color #A04008: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A04008 is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 8 | - |
| CMYK | 0 | 0.6 | 0.95 | 0.37 |
| HSL | 22.11º | 0.9% | 0.33% | - |
| HSV(B) | 22.11º | 0.95% | 0.63% | - |
| XYZ | 16.37 | 11.16 | 1.52 | - |
| YUV | 86.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 8 | 0 | 0.6 | 0.95 | 0.37 | 22.11 | 0.9 | 0.33 |
| Hex | A0 | 40 | 8 | 0 | 3C | 5F | 25 | 16 | 5A | 21 |
| Octal | 240 | 100 | 10 | 0 | 74 | 137 | 45 | 26 | 132 | 41 |
| Binary | 10100000 | 1000000 | 1000 | 0 | 111100 | 1011111 | 100101 | 10110 | 1011010 | 100001 |
Color Harmonies of #A04008
Complementary color
Monochromatic Colors of #A04008
Black with #A04008
Text Example
Text Example
White with #A04008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04008; }
p { color: rgb(160,64,8); }
H1.HeaderClassName
{
color: #A04008;
}
.AnyTagClassName
{
color: #A04008;
}
</style>
background-color css
<style>
a { background-color: #A04008; }
a { background-color: rgb(160,64,8); }
div.DivClassName
{
background-color: #A04008;
}
.BgClassName
{
background-color: #A04008;
}
</style>
border-color css
<style>
span { border-color: #A04008; }
span { border-color: rgb(160,64,8); }
td.TdClassName
{
border-color: #A04008;
}
.TagClassName
{
border-color: #A04008;
}
</style>