Shades of Rust #A73B05
Tints of Rust #A73B05
RGB
CMYK
RGB Variations
Color information
#A73B05 (or 0xA73B05) is known color: Rust. HEX triplet: A7, 3B and 05. RGB value is (167,59,5). Sum of RGB (Red+Green+Blue) = 167+59+5=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B05 is #58C4FA. Grayscale: #555555. Windows color (decimal): -5817595 or 342951. OLE color: 342951.
HSL color Cylindrical-coordinate representation of color #A73B05: hue angle of 20º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A73B05 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.35 |
| HSL | 20º | 0.94% | 0.34% | - |
| HSV(B) | 20º | 0.97% | 0.65% | - |
| XYZ | 17.53 | 11.35 | 1.41 | - |
| YUV | 85.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 5 | 0 | 0.65 | 0.97 | 0.35 | 20 | 0.94 | 0.34 |
| Hex | A7 | 3B | 5 | 0 | 41 | 61 | 23 | 14 | 5E | 22 |
| Octal | 247 | 73 | 5 | 0 | 101 | 141 | 43 | 24 | 136 | 42 |
| Binary | 10100111 | 111011 | 101 | 0 | 1000001 | 1100001 | 100011 | 10100 | 1011110 | 100010 |
Color Harmonies of #A73B05
Complementary color
Monochromatic Colors of #A73B05
Black with #A73B05
Text Example
Text Example
White with #A73B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B05; }
p { color: rgb(167,59,5); }
H1.HeaderClassName
{
color: #A73B05;
}
.AnyTagClassName
{
color: #A73B05;
}
</style>
background-color css
<style>
a { background-color: #A73B05; }
a { background-color: rgb(167,59,5); }
div.DivClassName
{
background-color: #A73B05;
}
.BgClassName
{
background-color: #A73B05;
}
</style>
border-color css
<style>
span { border-color: #A73B05; }
span { border-color: rgb(167,59,5); }
td.TdClassName
{
border-color: #A73B05;
}
.TagClassName
{
border-color: #A73B05;
}
</style>