Shades of Rust #A73D15
Tints of Rust #A73D15
RGB
CMYK
RGB Variations
Color information
#A73D15 (or 0xA73D15) is known color: Rust. HEX triplet: A7, 3D and 15. RGB value is (167,61,21). Sum of RGB (Red+Green+Blue) = 167+61+21=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D15 is #58C2EA. Grayscale: #585858. Windows color (decimal): -5817067 or 1392039. OLE color: 1392039.
HSL color Cylindrical-coordinate representation of color #A73D15: hue angle of 16.44º 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 #A73D15 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 21 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.35 |
| HSL | 16.44º | 0.78% | 0.37% | - |
| HSV(B) | 16.44º | 0.87% | 0.65% | - |
| XYZ | 17.74 | 11.61 | 2.01 | - |
| YUV | 88.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 21 | 0 | 0.63 | 0.87 | 0.35 | 16.44 | 0.78 | 0.37 |
| Hex | A7 | 3D | 15 | 0 | 3F | 57 | 23 | 10 | 4E | 25 |
| Octal | 247 | 75 | 25 | 0 | 77 | 127 | 43 | 20 | 116 | 45 |
| Binary | 10100111 | 111101 | 10101 | 0 | 111111 | 1010111 | 100011 | 10000 | 1001110 | 100101 |
Color Harmonies of #A73D15
Complementary color
Monochromatic Colors of #A73D15
Black with #A73D15
Text Example
Text Example
White with #A73D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D15; }
p { color: rgb(167,61,21); }
H1.HeaderClassName
{
color: #A73D15;
}
.AnyTagClassName
{
color: #A73D15;
}
</style>
background-color css
<style>
a { background-color: #A73D15; }
a { background-color: rgb(167,61,21); }
div.DivClassName
{
background-color: #A73D15;
}
.BgClassName
{
background-color: #A73D15;
}
</style>
border-color css
<style>
span { border-color: #A73D15; }
span { border-color: rgb(167,61,21); }
td.TdClassName
{
border-color: #A73D15;
}
.TagClassName
{
border-color: #A73D15;
}
</style>