Shades of Rust #A72A0A
Tints of Rust #A72A0A
RGB
CMYK
RGB Variations
Color information
#A72A0A (or 0xA72A0A) is known color: Rust. HEX triplet: A7, 2A and 0A. RGB value is (167,42,10). Sum of RGB (Red+Green+Blue) = 167+42+10=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A0A is #58D5F5. Grayscale: #4B4B4B. Windows color (decimal): -5821942 or 666279. OLE color: 666279.
HSL color Cylindrical-coordinate representation of color #A72A0A: hue angle of 12.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A72A0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.35 |
| HSL | 12.23º | 0.89% | 0.35% | - |
| HSV(B) | 12.23º | 0.94% | 0.65% | - |
| XYZ | 16.82 | 9.89 | 1.31 | - |
| YUV | 75.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 10 | 0 | 0.75 | 0.94 | 0.35 | 12.23 | 0.89 | 0.35 |
| Hex | A7 | 2A | A | 0 | 4B | 5E | 23 | C | 59 | 23 |
| Octal | 247 | 52 | 12 | 0 | 113 | 136 | 43 | 14 | 131 | 43 |
| Binary | 10100111 | 101010 | 1010 | 0 | 1001011 | 1011110 | 100011 | 1100 | 1011001 | 100011 |
Color Harmonies of #A72A0A
Complementary color
Monochromatic Colors of #A72A0A
Black with #A72A0A
Text Example
Text Example
White with #A72A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A0A; }
p { color: rgb(167,42,10); }
H1.HeaderClassName
{
color: #A72A0A;
}
.AnyTagClassName
{
color: #A72A0A;
}
</style>
background-color css
<style>
a { background-color: #A72A0A; }
a { background-color: rgb(167,42,10); }
div.DivClassName
{
background-color: #A72A0A;
}
.BgClassName
{
background-color: #A72A0A;
}
</style>
border-color css
<style>
span { border-color: #A72A0A; }
span { border-color: rgb(167,42,10); }
td.TdClassName
{
border-color: #A72A0A;
}
.TagClassName
{
border-color: #A72A0A;
}
</style>