Shades of Rust #A72A00
Tints of Rust #A72A00
RGB
CMYK
RGB Variations
Color information
#A72A00 (or 0xA72A00) is known color: Rust. HEX triplet: A7, 2A and 00. RGB value is (167,42,0). Sum of RGB (Red+Green+Blue) = 167+42+0=209 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.90% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A00 is #58D5FF. Grayscale: #4A4A4A. Windows color (decimal): -5821952 or 10919. OLE color: 10919.
HSL color Cylindrical-coordinate representation of color #A72A00: hue angle of 15.09º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A72A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.35 |
| HSL | 15.09º | 1% | 0.33% | - |
| HSV(B) | 15.09º | 1% | 0.65% | - |
| XYZ | 16.76 | 9.87 | 1.02 | - |
| YUV | 74.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 0 | 0 | 0.75 | 1 | 0.35 | 15.09 | 1 | 0.33 |
| Hex | A7 | 2A | 0 | 0 | 4B | 64 | 23 | F | 64 | 21 |
| Octal | 247 | 52 | 0 | 0 | 113 | 144 | 43 | 17 | 144 | 41 |
| Binary | 10100111 | 101010 | 0 | 0 | 1001011 | 1100100 | 100011 | 1111 | 1100100 | 100001 |
Color Harmonies of #A72A00
Complementary color
Monochromatic Colors of #A72A00
Black with #A72A00
Text Example
Text Example
White with #A72A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A00; }
p { color: rgb(167,42,0); }
H1.HeaderClassName
{
color: #A72A00;
}
.AnyTagClassName
{
color: #A72A00;
}
</style>
background-color css
<style>
a { background-color: #A72A00; }
a { background-color: rgb(167,42,0); }
div.DivClassName
{
background-color: #A72A00;
}
.BgClassName
{
background-color: #A72A00;
}
</style>
border-color css
<style>
span { border-color: #A72A00; }
span { border-color: rgb(167,42,0); }
td.TdClassName
{
border-color: #A72A00;
}
.TagClassName
{
border-color: #A72A00;
}
</style>