Shades of Rust #A73F0A
Tints of Rust #A73F0A
RGB
CMYK
RGB Variations
Color information
#A73F0A (or 0xA73F0A) is known color: Rust. HEX triplet: A7, 3F and 0A. RGB value is (167,63,10). Sum of RGB (Red+Green+Blue) = 167+63+10=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F0A is #58C0F5. Grayscale: #585858. Windows color (decimal): -5816566 or 671655. OLE color: 671655.
HSL color Cylindrical-coordinate representation of color #A73F0A: hue angle of 20.25º 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 #A73F0A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.35 |
| HSL | 20.25º | 0.89% | 0.35% | - |
| HSV(B) | 20.25º | 0.94% | 0.65% | - |
| XYZ | 17.77 | 11.79 | 1.63 | - |
| YUV | 88.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 10 | 0 | 0.62 | 0.94 | 0.35 | 20.25 | 0.89 | 0.35 |
| Hex | A7 | 3F | A | 0 | 3E | 5E | 23 | 14 | 59 | 23 |
| Octal | 247 | 77 | 12 | 0 | 76 | 136 | 43 | 24 | 131 | 43 |
| Binary | 10100111 | 111111 | 1010 | 0 | 111110 | 1011110 | 100011 | 10100 | 1011001 | 100011 |
Color Harmonies of #A73F0A
Complementary color
Monochromatic Colors of #A73F0A
Black with #A73F0A
Text Example
Text Example
White with #A73F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F0A; }
p { color: rgb(167,63,10); }
H1.HeaderClassName
{
color: #A73F0A;
}
.AnyTagClassName
{
color: #A73F0A;
}
</style>
background-color css
<style>
a { background-color: #A73F0A; }
a { background-color: rgb(167,63,10); }
div.DivClassName
{
background-color: #A73F0A;
}
.BgClassName
{
background-color: #A73F0A;
}
</style>
border-color css
<style>
span { border-color: #A73F0A; }
span { border-color: rgb(167,63,10); }
td.TdClassName
{
border-color: #A73F0A;
}
.TagClassName
{
border-color: #A73F0A;
}
</style>