Shades of Rust #A73C15
Tints of Rust #A73C15
RGB
CMYK
RGB Variations
Color information
#A73C15 (or 0xA73C15) is known color: Rust. HEX triplet: A7, 3C and 15. RGB value is (167,60,21). Sum of RGB (Red+Green+Blue) = 167+60+21=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73C15 is #58C3EA. Grayscale: #575757. Windows color (decimal): -5817323 or 1391783. OLE color: 1391783.
HSL color Cylindrical-coordinate representation of color #A73C15: hue angle of 16.03º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A73C15 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 21 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.35 |
| HSL | 16.03º | 0.78% | 0.37% | - |
| HSV(B) | 16.03º | 0.87% | 0.65% | - |
| XYZ | 17.69 | 11.5 | 2 | - |
| YUV | 87.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 21 | 0 | 0.64 | 0.87 | 0.35 | 16.03 | 0.78 | 0.37 |
| Hex | A7 | 3C | 15 | 0 | 40 | 57 | 23 | 10 | 4E | 25 |
| Octal | 247 | 74 | 25 | 0 | 100 | 127 | 43 | 20 | 116 | 45 |
| Binary | 10100111 | 111100 | 10101 | 0 | 1000000 | 1010111 | 100011 | 10000 | 1001110 | 100101 |
Color Harmonies of #A73C15
Complementary color
Monochromatic Colors of #A73C15
Black with #A73C15
Text Example
Text Example
White with #A73C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C15; }
p { color: rgb(167,60,21); }
H1.HeaderClassName
{
color: #A73C15;
}
.AnyTagClassName
{
color: #A73C15;
}
</style>
background-color css
<style>
a { background-color: #A73C15; }
a { background-color: rgb(167,60,21); }
div.DivClassName
{
background-color: #A73C15;
}
.BgClassName
{
background-color: #A73C15;
}
</style>
border-color css
<style>
span { border-color: #A73C15; }
span { border-color: rgb(167,60,21); }
td.TdClassName
{
border-color: #A73C15;
}
.TagClassName
{
border-color: #A73C15;
}
</style>