Shades of Rust #A73F17
Tints of Rust #A73F17
RGB
CMYK
RGB Variations
Color information
#A73F17 (or 0xA73F17) is known color: Rust. HEX triplet: A7, 3F and 17. RGB value is (167,63,23). Sum of RGB (Red+Green+Blue) = 167+63+23=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F17 is #58C0E8. Grayscale: #595959. Windows color (decimal): -5816553 or 1523623. OLE color: 1523623.
HSL color Cylindrical-coordinate representation of color #A73F17: hue angle of 16.67º 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 #A73F17 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 23 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.35 |
| HSL | 16.67º | 0.76% | 0.37% | - |
| HSV(B) | 16.67º | 0.86% | 0.65% | - |
| XYZ | 17.87 | 11.83 | 2.15 | - |
| YUV | 89.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 23 | 0 | 0.62 | 0.86 | 0.35 | 16.67 | 0.76 | 0.37 |
| Hex | A7 | 3F | 17 | 0 | 3E | 56 | 23 | 11 | 4C | 25 |
| Octal | 247 | 77 | 27 | 0 | 76 | 126 | 43 | 21 | 114 | 45 |
| Binary | 10100111 | 111111 | 10111 | 0 | 111110 | 1010110 | 100011 | 10001 | 1001100 | 100101 |
Color Harmonies of #A73F17
Complementary color
Monochromatic Colors of #A73F17
Black with #A73F17
Text Example
Text Example
White with #A73F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F17; }
p { color: rgb(167,63,23); }
H1.HeaderClassName
{
color: #A73F17;
}
.AnyTagClassName
{
color: #A73F17;
}
</style>
background-color css
<style>
a { background-color: #A73F17; }
a { background-color: rgb(167,63,23); }
div.DivClassName
{
background-color: #A73F17;
}
.BgClassName
{
background-color: #A73F17;
}
</style>
border-color css
<style>
span { border-color: #A73F17; }
span { border-color: rgb(167,63,23); }
td.TdClassName
{
border-color: #A73F17;
}
.TagClassName
{
border-color: #A73F17;
}
</style>