Shades of Rust #A73D17
Tints of Rust #A73D17
RGB
CMYK
RGB Variations
Color information
#A73D17 (or 0xA73D17) is known color: Rust. HEX triplet: A7, 3D and 17. RGB value is (167,61,23). Sum of RGB (Red+Green+Blue) = 167+61+23=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D17 is #58C2E8. Grayscale: #585858. Windows color (decimal): -5817065 or 1523111. OLE color: 1523111.
HSL color Cylindrical-coordinate representation of color #A73D17: hue angle of 15.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A73D17 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 23 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.35 |
| HSL | 15.83º | 0.76% | 0.37% | - |
| HSV(B) | 15.83º | 0.86% | 0.65% | - |
| XYZ | 17.76 | 11.61 | 2.12 | - |
| YUV | 88.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 23 | 0 | 0.63 | 0.86 | 0.35 | 15.83 | 0.76 | 0.37 |
| Hex | A7 | 3D | 17 | 0 | 3F | 56 | 23 | 10 | 4C | 25 |
| Octal | 247 | 75 | 27 | 0 | 77 | 126 | 43 | 20 | 114 | 45 |
| Binary | 10100111 | 111101 | 10111 | 0 | 111111 | 1010110 | 100011 | 10000 | 1001100 | 100101 |
Color Harmonies of #A73D17
Complementary color
Monochromatic Colors of #A73D17
Black with #A73D17
Text Example
Text Example
White with #A73D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D17; }
p { color: rgb(167,61,23); }
H1.HeaderClassName
{
color: #A73D17;
}
.AnyTagClassName
{
color: #A73D17;
}
</style>
background-color css
<style>
a { background-color: #A73D17; }
a { background-color: rgb(167,61,23); }
div.DivClassName
{
background-color: #A73D17;
}
.BgClassName
{
background-color: #A73D17;
}
</style>
border-color css
<style>
span { border-color: #A73D17; }
span { border-color: rgb(167,61,23); }
td.TdClassName
{
border-color: #A73D17;
}
.TagClassName
{
border-color: #A73D17;
}
</style>