Shades of Rust #A73B12
Tints of Rust #A73B12
RGB
CMYK
RGB Variations
Color information
#A73B12 (or 0xA73B12) is known color: Rust. HEX triplet: A7, 3B and 12. RGB value is (167,59,18). Sum of RGB (Red+Green+Blue) = 167+59+18=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B12 is #58C4ED. Grayscale: #565656. Windows color (decimal): -5817582 or 1194919. OLE color: 1194919.
HSL color Cylindrical-coordinate representation of color #A73B12: hue angle of 16.51º degrees, saturation: 0.81, 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 #A73B12 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 18 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.35 |
| HSL | 16.51º | 0.81% | 0.36% | - |
| HSV(B) | 16.51º | 0.89% | 0.65% | - |
| XYZ | 17.61 | 11.39 | 1.84 | - |
| YUV | 86.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 18 | 0 | 0.65 | 0.89 | 0.35 | 16.51 | 0.81 | 0.36 |
| Hex | A7 | 3B | 12 | 0 | 41 | 59 | 23 | 11 | 51 | 24 |
| Octal | 247 | 73 | 22 | 0 | 101 | 131 | 43 | 21 | 121 | 44 |
| Binary | 10100111 | 111011 | 10010 | 0 | 1000001 | 1011001 | 100011 | 10001 | 1010001 | 100100 |
Color Harmonies of #A73B12
Complementary color
Monochromatic Colors of #A73B12
Black with #A73B12
Text Example
Text Example
White with #A73B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B12; }
p { color: rgb(167,59,18); }
H1.HeaderClassName
{
color: #A73B12;
}
.AnyTagClassName
{
color: #A73B12;
}
</style>
background-color css
<style>
a { background-color: #A73B12; }
a { background-color: rgb(167,59,18); }
div.DivClassName
{
background-color: #A73B12;
}
.BgClassName
{
background-color: #A73B12;
}
</style>
border-color css
<style>
span { border-color: #A73B12; }
span { border-color: rgb(167,59,18); }
td.TdClassName
{
border-color: #A73B12;
}
.TagClassName
{
border-color: #A73B12;
}
</style>