Shades of Rust #A73B13
Tints of Rust #A73B13
RGB
CMYK
RGB Variations
Color information
#A73B13 (or 0xA73B13) is known color: Rust. HEX triplet: A7, 3B and 13. RGB value is (167,59,19). Sum of RGB (Red+Green+Blue) = 167+59+19=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B13 is #58C4EC. Grayscale: #575757. Windows color (decimal): -5817581 or 1260455. OLE color: 1260455.
HSL color Cylindrical-coordinate representation of color #A73B13: hue angle of 16.22º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A73B13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 19 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.35 |
| HSL | 16.22º | 0.8% | 0.36% | - |
| HSV(B) | 16.22º | 0.89% | 0.65% | - |
| XYZ | 17.62 | 11.39 | 1.89 | - |
| YUV | 86.73 | 89.78 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 19 | 0 | 0.65 | 0.89 | 0.35 | 16.22 | 0.8 | 0.36 |
| Hex | A7 | 3B | 13 | 0 | 41 | 59 | 23 | 10 | 50 | 24 |
| Octal | 247 | 73 | 23 | 0 | 101 | 131 | 43 | 20 | 120 | 44 |
| Binary | 10100111 | 111011 | 10011 | 0 | 1000001 | 1011001 | 100011 | 10000 | 1010000 | 100100 |
Color Harmonies of #A73B13
Complementary color
Monochromatic Colors of #A73B13
Black with #A73B13
Text Example
Text Example
White with #A73B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B13; }
p { color: rgb(167,59,19); }
H1.HeaderClassName
{
color: #A73B13;
}
.AnyTagClassName
{
color: #A73B13;
}
</style>
background-color css
<style>
a { background-color: #A73B13; }
a { background-color: rgb(167,59,19); }
div.DivClassName
{
background-color: #A73B13;
}
.BgClassName
{
background-color: #A73B13;
}
</style>
border-color css
<style>
span { border-color: #A73B13; }
span { border-color: rgb(167,59,19); }
td.TdClassName
{
border-color: #A73B13;
}
.TagClassName
{
border-color: #A73B13;
}
</style>