Shades of Rust #A02E00
Tints of Rust #A02E00
RGB
CMYK
RGB Variations
Color information
#A02E00 (or 0xA02E00) is known color: Rust. HEX triplet: A0, 2E and 00. RGB value is (160,46,0). Sum of RGB (Red+Green+Blue) = 160+46+0=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02E00 is #5FD1FF. Grayscale: #4B4B4B. Windows color (decimal): -6279680 or 11936. OLE color: 11936.
HSL color Cylindrical-coordinate representation of color #A02E00: hue angle of 17.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A02E00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.37 |
| HSL | 17.25º | 1% | 0.31% | - |
| HSV(B) | 17.25º | 1% | 0.63% | - |
| XYZ | 15.47 | 9.43 | 1 | - |
| YUV | 74.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 0 | 0 | 0.71 | 1 | 0.37 | 17.25 | 1 | 0.31 |
| Hex | A0 | 2E | 0 | 0 | 47 | 64 | 25 | 11 | 64 | 1F |
| Octal | 240 | 56 | 0 | 0 | 107 | 144 | 45 | 21 | 144 | 37 |
| Binary | 10100000 | 101110 | 0 | 0 | 1000111 | 1100100 | 100101 | 10001 | 1100100 | 11111 |
Color Harmonies of #A02E00
Complementary color
Monochromatic Colors of #A02E00
Black with #A02E00
Text Example
Text Example
White with #A02E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02E00; }
p { color: rgb(160,46,0); }
H1.HeaderClassName
{
color: #A02E00;
}
.AnyTagClassName
{
color: #A02E00;
}
</style>
background-color css
<style>
a { background-color: #A02E00; }
a { background-color: rgb(160,46,0); }
div.DivClassName
{
background-color: #A02E00;
}
.BgClassName
{
background-color: #A02E00;
}
</style>
border-color css
<style>
span { border-color: #A02E00; }
span { border-color: rgb(160,46,0); }
td.TdClassName
{
border-color: #A02E00;
}
.TagClassName
{
border-color: #A02E00;
}
</style>