Shades of Rust #A02A07
Tints of Rust #A02A07
RGB
CMYK
RGB Variations
Color information
#A02A07 (or 0xA02A07) is known color: Rust. HEX triplet: A0, 2A and 07. RGB value is (160,42,7). Sum of RGB (Red+Green+Blue) = 160+42+7=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A07 is #5FD5F8. Grayscale: #494949. Windows color (decimal): -6280697 or 469664. OLE color: 469664.
HSL color Cylindrical-coordinate representation of color #A02A07: hue angle of 13.73º 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 #A02A07 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.37 |
| HSL | 13.73º | 0.92% | 0.33% | - |
| HSV(B) | 13.73º | 0.96% | 0.63% | - |
| XYZ | 15.36 | 9.14 | 1.16 | - |
| YUV | 73.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 7 | 0 | 0.74 | 0.96 | 0.37 | 13.73 | 0.92 | 0.33 |
| Hex | A0 | 2A | 7 | 0 | 4A | 60 | 25 | E | 5C | 21 |
| Octal | 240 | 52 | 7 | 0 | 112 | 140 | 45 | 16 | 134 | 41 |
| Binary | 10100000 | 101010 | 111 | 0 | 1001010 | 1100000 | 100101 | 1110 | 1011100 | 100001 |
Color Harmonies of #A02A07
Complementary color
Monochromatic Colors of #A02A07
Black with #A02A07
Text Example
Text Example
White with #A02A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A07; }
p { color: rgb(160,42,7); }
H1.HeaderClassName
{
color: #A02A07;
}
.AnyTagClassName
{
color: #A02A07;
}
</style>
background-color css
<style>
a { background-color: #A02A07; }
a { background-color: rgb(160,42,7); }
div.DivClassName
{
background-color: #A02A07;
}
.BgClassName
{
background-color: #A02A07;
}
</style>
border-color css
<style>
span { border-color: #A02A07; }
span { border-color: rgb(160,42,7); }
td.TdClassName
{
border-color: #A02A07;
}
.TagClassName
{
border-color: #A02A07;
}
</style>