Shades of Rust #A73D13
Tints of Rust #A73D13
RGB
CMYK
RGB Variations
Color information
#A73D13 (or 0xA73D13) is known color: Rust. HEX triplet: A7, 3D and 13. RGB value is (167,61,19). Sum of RGB (Red+Green+Blue) = 167+61+19=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D13 is #58C2EC. Grayscale: #585858. Windows color (decimal): -5817069 or 1260967. OLE color: 1260967.
HSL color Cylindrical-coordinate representation of color #A73D13: hue angle of 17.03º 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 #A73D13 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.35 |
| HSL | 17.03º | 0.8% | 0.36% | - |
| HSV(B) | 17.03º | 0.89% | 0.65% | - |
| XYZ | 17.72 | 11.6 | 1.92 | - |
| YUV | 87.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 19 | 0 | 0.63 | 0.89 | 0.35 | 17.03 | 0.8 | 0.36 |
| Hex | A7 | 3D | 13 | 0 | 3F | 59 | 23 | 11 | 50 | 24 |
| Octal | 247 | 75 | 23 | 0 | 77 | 131 | 43 | 21 | 120 | 44 |
| Binary | 10100111 | 111101 | 10011 | 0 | 111111 | 1011001 | 100011 | 10001 | 1010000 | 100100 |
Color Harmonies of #A73D13
Complementary color
Monochromatic Colors of #A73D13
Black with #A73D13
Text Example
Text Example
White with #A73D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D13; }
p { color: rgb(167,61,19); }
H1.HeaderClassName
{
color: #A73D13;
}
.AnyTagClassName
{
color: #A73D13;
}
</style>
background-color css
<style>
a { background-color: #A73D13; }
a { background-color: rgb(167,61,19); }
div.DivClassName
{
background-color: #A73D13;
}
.BgClassName
{
background-color: #A73D13;
}
</style>
border-color css
<style>
span { border-color: #A73D13; }
span { border-color: rgb(167,61,19); }
td.TdClassName
{
border-color: #A73D13;
}
.TagClassName
{
border-color: #A73D13;
}
</style>