Shades of Rust #A02F09
Tints of Rust #A02F09
RGB
CMYK
RGB Variations
Color information
#A02F09 (or 0xA02F09) is known color: Rust. HEX triplet: A0, 2F and 09. RGB value is (160,47,9). Sum of RGB (Red+Green+Blue) = 160+47+9=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F09 is #5FD0F6. Grayscale: #4C4C4C. Windows color (decimal): -6279415 or 602016. OLE color: 602016.
HSL color Cylindrical-coordinate representation of color #A02F09: hue angle of 15.1º 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 #A02F09 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 9 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.37 |
| HSL | 15.1º | 0.89% | 0.33% | - |
| HSV(B) | 15.1º | 0.94% | 0.63% | - |
| XYZ | 15.56 | 9.53 | 1.28 | - |
| YUV | 76.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 9 | 0 | 0.71 | 0.94 | 0.37 | 15.1 | 0.89 | 0.33 |
| Hex | A0 | 2F | 9 | 0 | 47 | 5E | 25 | F | 59 | 21 |
| Octal | 240 | 57 | 11 | 0 | 107 | 136 | 45 | 17 | 131 | 41 |
| Binary | 10100000 | 101111 | 1001 | 0 | 1000111 | 1011110 | 100101 | 1111 | 1011001 | 100001 |
Color Harmonies of #A02F09
Complementary color
Monochromatic Colors of #A02F09
Black with #A02F09
Text Example
Text Example
White with #A02F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F09; }
p { color: rgb(160,47,9); }
H1.HeaderClassName
{
color: #A02F09;
}
.AnyTagClassName
{
color: #A02F09;
}
</style>
background-color css
<style>
a { background-color: #A02F09; }
a { background-color: rgb(160,47,9); }
div.DivClassName
{
background-color: #A02F09;
}
.BgClassName
{
background-color: #A02F09;
}
</style>
border-color css
<style>
span { border-color: #A02F09; }
span { border-color: rgb(160,47,9); }
td.TdClassName
{
border-color: #A02F09;
}
.TagClassName
{
border-color: #A02F09;
}
</style>