Shades of Rust #A73A0A
Tints of Rust #A73A0A
RGB
CMYK
RGB Variations
Color information
#A73A0A (or 0xA73A0A) is known color: Rust. HEX triplet: A7, 3A and 0A. RGB value is (167,58,10). Sum of RGB (Red+Green+Blue) = 167+58+10=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73A0A is #58C5F5. Grayscale: #555555. Windows color (decimal): -5817846 or 670375. OLE color: 670375.
HSL color Cylindrical-coordinate representation of color #A73A0A: hue angle of 18.34º 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 #A73A0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.35 |
| HSL | 18.34º | 0.89% | 0.35% | - |
| HSV(B) | 18.34º | 0.94% | 0.65% | - |
| XYZ | 17.5 | 11.26 | 1.54 | - |
| YUV | 85.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 10 | 0 | 0.65 | 0.94 | 0.35 | 18.34 | 0.89 | 0.35 |
| Hex | A7 | 3A | A | 0 | 41 | 5E | 23 | 12 | 59 | 23 |
| Octal | 247 | 72 | 12 | 0 | 101 | 136 | 43 | 22 | 131 | 43 |
| Binary | 10100111 | 111010 | 1010 | 0 | 1000001 | 1011110 | 100011 | 10010 | 1011001 | 100011 |
Color Harmonies of #A73A0A
Complementary color
Monochromatic Colors of #A73A0A
Black with #A73A0A
Text Example
Text Example
White with #A73A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A0A; }
p { color: rgb(167,58,10); }
H1.HeaderClassName
{
color: #A73A0A;
}
.AnyTagClassName
{
color: #A73A0A;
}
</style>
background-color css
<style>
a { background-color: #A73A0A; }
a { background-color: rgb(167,58,10); }
div.DivClassName
{
background-color: #A73A0A;
}
.BgClassName
{
background-color: #A73A0A;
}
</style>
border-color css
<style>
span { border-color: #A73A0A; }
span { border-color: rgb(167,58,10); }
td.TdClassName
{
border-color: #A73A0A;
}
.TagClassName
{
border-color: #A73A0A;
}
</style>