Shades of Rust #A02F05
Tints of Rust #A02F05
RGB
CMYK
RGB Variations
Color information
#A02F05 (or 0xA02F05) is known color: Rust. HEX triplet: A0, 2F and 05. RGB value is (160,47,5). Sum of RGB (Red+Green+Blue) = 160+47+5=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F05 is #5FD0FA. Grayscale: #4C4C4C. Windows color (decimal): -6279419 or 339872. OLE color: 339872.
HSL color Cylindrical-coordinate representation of color #A02F05: hue angle of 16.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A02F05 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.37 |
| HSL | 16.26º | 0.94% | 0.32% | - |
| HSV(B) | 16.26º | 0.97% | 0.63% | - |
| XYZ | 15.54 | 9.52 | 1.16 | - |
| YUV | 76 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 5 | 0 | 0.71 | 0.97 | 0.37 | 16.26 | 0.94 | 0.32 |
| Hex | A0 | 2F | 5 | 0 | 47 | 61 | 25 | 10 | 5E | 20 |
| Octal | 240 | 57 | 5 | 0 | 107 | 141 | 45 | 20 | 136 | 40 |
| Binary | 10100000 | 101111 | 101 | 0 | 1000111 | 1100001 | 100101 | 10000 | 1011110 | 100000 |
Color Harmonies of #A02F05
Complementary color
Monochromatic Colors of #A02F05
Black with #A02F05
Text Example
Text Example
White with #A02F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F05; }
p { color: rgb(160,47,5); }
H1.HeaderClassName
{
color: #A02F05;
}
.AnyTagClassName
{
color: #A02F05;
}
</style>
background-color css
<style>
a { background-color: #A02F05; }
a { background-color: rgb(160,47,5); }
div.DivClassName
{
background-color: #A02F05;
}
.BgClassName
{
background-color: #A02F05;
}
</style>
border-color css
<style>
span { border-color: #A02F05; }
span { border-color: rgb(160,47,5); }
td.TdClassName
{
border-color: #A02F05;
}
.TagClassName
{
border-color: #A02F05;
}
</style>