Shades of Rust #A02F00
Tints of Rust #A02F00
RGB
CMYK
RGB Variations
Color information
#A02F00 (or 0xA02F00) is known color: Rust. HEX triplet: A0, 2F and 00. RGB value is (160,47,0). Sum of RGB (Red+Green+Blue) = 160+47+0=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F00 is #5FD0FF. Grayscale: #4B4B4B. Windows color (decimal): -6279424 or 12192. OLE color: 12192.
HSL color Cylindrical-coordinate representation of color #A02F00: hue angle of 17.62º 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 #A02F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.37 |
| HSL | 17.63º | 1% | 0.31% | - |
| HSV(B) | 17.63º | 1% | 0.63% | - |
| XYZ | 15.51 | 9.51 | 1.02 | - |
| YUV | 75.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 0 | 0 | 0.71 | 1 | 0.37 | 17.63 | 1 | 0.31 |
| Hex | A0 | 2F | 0 | 0 | 47 | 64 | 25 | 12 | 64 | 1F |
| Octal | 240 | 57 | 0 | 0 | 107 | 144 | 45 | 22 | 144 | 37 |
| Binary | 10100000 | 101111 | 0 | 0 | 1000111 | 1100100 | 100101 | 10010 | 1100100 | 11111 |
Color Harmonies of #A02F00
Complementary color
Monochromatic Colors of #A02F00
Black with #A02F00
Text Example
Text Example
White with #A02F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F00; }
p { color: rgb(160,47,0); }
H1.HeaderClassName
{
color: #A02F00;
}
.AnyTagClassName
{
color: #A02F00;
}
</style>
background-color css
<style>
a { background-color: #A02F00; }
a { background-color: rgb(160,47,0); }
div.DivClassName
{
background-color: #A02F00;
}
.BgClassName
{
background-color: #A02F00;
}
</style>
border-color css
<style>
span { border-color: #A02F00; }
span { border-color: rgb(160,47,0); }
td.TdClassName
{
border-color: #A02F00;
}
.TagClassName
{
border-color: #A02F00;
}
</style>