Shades of Rust #A73F00
Tints of Rust #A73F00
RGB
CMYK
RGB Variations
Color information
#A73F00 (or 0xA73F00) is known color: Rust. HEX triplet: A7, 3F and 00. RGB value is (167,63,0). Sum of RGB (Red+Green+Blue) = 167+63+0=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F00 is #58C0FF. Grayscale: #575757. Windows color (decimal): -5816576 or 16295. OLE color: 16295.
HSL color Cylindrical-coordinate representation of color #A73F00: hue angle of 22.63º 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 #A73F00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.35 |
| HSL | 22.63º | 1% | 0.33% | - |
| HSV(B) | 22.63º | 1% | 0.65% | - |
| XYZ | 17.71 | 11.77 | 1.34 | - |
| YUV | 86.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 0 | 0 | 0.62 | 1 | 0.35 | 22.63 | 1 | 0.33 |
| Hex | A7 | 3F | 0 | 0 | 3E | 64 | 23 | 17 | 64 | 21 |
| Octal | 247 | 77 | 0 | 0 | 76 | 144 | 43 | 27 | 144 | 41 |
| Binary | 10100111 | 111111 | 0 | 0 | 111110 | 1100100 | 100011 | 10111 | 1100100 | 100001 |
Color Harmonies of #A73F00
Complementary color
Monochromatic Colors of #A73F00
Black with #A73F00
Text Example
Text Example
White with #A73F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F00; }
p { color: rgb(167,63,0); }
H1.HeaderClassName
{
color: #A73F00;
}
.AnyTagClassName
{
color: #A73F00;
}
</style>
background-color css
<style>
a { background-color: #A73F00; }
a { background-color: rgb(167,63,0); }
div.DivClassName
{
background-color: #A73F00;
}
.BgClassName
{
background-color: #A73F00;
}
</style>
border-color css
<style>
span { border-color: #A73F00; }
span { border-color: rgb(167,63,0); }
td.TdClassName
{
border-color: #A73F00;
}
.TagClassName
{
border-color: #A73F00;
}
</style>