Shades of Rust #A02F07
Tints of Rust #A02F07
RGB
CMYK
RGB Variations
Color information
#A02F07 (or 0xA02F07) is known color: Rust. HEX triplet: A0, 2F and 07. RGB value is (160,47,7). Sum of RGB (Red+Green+Blue) = 160+47+7=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F07 is #5FD0F8. Grayscale: #4C4C4C. Windows color (decimal): -6279417 or 470944. OLE color: 470944.
HSL color Cylindrical-coordinate representation of color #A02F07: hue angle of 15.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02F07 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.37 |
| HSL | 15.69º | 0.92% | 0.33% | - |
| HSV(B) | 15.69º | 0.96% | 0.63% | - |
| XYZ | 15.55 | 9.52 | 1.22 | - |
| YUV | 76.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 7 | 0 | 0.71 | 0.96 | 0.37 | 15.69 | 0.92 | 0.33 |
| Hex | A0 | 2F | 7 | 0 | 47 | 60 | 25 | 10 | 5C | 21 |
| Octal | 240 | 57 | 7 | 0 | 107 | 140 | 45 | 20 | 134 | 41 |
| Binary | 10100000 | 101111 | 111 | 0 | 1000111 | 1100000 | 100101 | 10000 | 1011100 | 100001 |
Color Harmonies of #A02F07
Complementary color
Monochromatic Colors of #A02F07
Black with #A02F07
Text Example
Text Example
White with #A02F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F07; }
p { color: rgb(160,47,7); }
H1.HeaderClassName
{
color: #A02F07;
}
.AnyTagClassName
{
color: #A02F07;
}
</style>
background-color css
<style>
a { background-color: #A02F07; }
a { background-color: rgb(160,47,7); }
div.DivClassName
{
background-color: #A02F07;
}
.BgClassName
{
background-color: #A02F07;
}
</style>
border-color css
<style>
span { border-color: #A02F07; }
span { border-color: rgb(160,47,7); }
td.TdClassName
{
border-color: #A02F07;
}
.TagClassName
{
border-color: #A02F07;
}
</style>