Shades of Rust #A73F13
Tints of Rust #A73F13
RGB
CMYK
RGB Variations
Color information
#A73F13 (or 0xA73F13) is known color: Rust. HEX triplet: A7, 3F and 13. RGB value is (167,63,19). Sum of RGB (Red+Green+Blue) = 167+63+19=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F13 is #58C0EC. Grayscale: #595959. Windows color (decimal): -5816557 or 1261479. OLE color: 1261479.
HSL color Cylindrical-coordinate representation of color #A73F13: hue angle of 17.84º 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 #A73F13 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 19 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.35 |
| HSL | 17.84º | 0.8% | 0.36% | - |
| HSV(B) | 17.84º | 0.89% | 0.65% | - |
| XYZ | 17.83 | 11.82 | 1.96 | - |
| YUV | 89.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 19 | 0 | 0.62 | 0.89 | 0.35 | 17.84 | 0.8 | 0.36 |
| Hex | A7 | 3F | 13 | 0 | 3E | 59 | 23 | 12 | 50 | 24 |
| Octal | 247 | 77 | 23 | 0 | 76 | 131 | 43 | 22 | 120 | 44 |
| Binary | 10100111 | 111111 | 10011 | 0 | 111110 | 1011001 | 100011 | 10010 | 1010000 | 100100 |
Color Harmonies of #A73F13
Complementary color
Monochromatic Colors of #A73F13
Black with #A73F13
Text Example
Text Example
White with #A73F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F13; }
p { color: rgb(167,63,19); }
H1.HeaderClassName
{
color: #A73F13;
}
.AnyTagClassName
{
color: #A73F13;
}
</style>
background-color css
<style>
a { background-color: #A73F13; }
a { background-color: rgb(167,63,19); }
div.DivClassName
{
background-color: #A73F13;
}
.BgClassName
{
background-color: #A73F13;
}
</style>
border-color css
<style>
span { border-color: #A73F13; }
span { border-color: rgb(167,63,19); }
td.TdClassName
{
border-color: #A73F13;
}
.TagClassName
{
border-color: #A73F13;
}
</style>