Shades of Rust #A73D05
Tints of Rust #A73D05
RGB
CMYK
RGB Variations
Color information
#A73D05 (or 0xA73D05) is known color: Rust. HEX triplet: A7, 3D and 05. RGB value is (167,61,5). Sum of RGB (Red+Green+Blue) = 167+61+5=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D05 is #58C2FA. Grayscale: #565656. Windows color (decimal): -5817083 or 343463. OLE color: 343463.
HSL color Cylindrical-coordinate representation of color #A73D05: hue angle of 20.74º 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 #A73D05 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.35 |
| HSL | 20.74º | 0.94% | 0.34% | - |
| HSV(B) | 20.74º | 0.97% | 0.65% | - |
| XYZ | 17.63 | 11.56 | 1.45 | - |
| YUV | 86.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 5 | 0 | 0.63 | 0.97 | 0.35 | 20.74 | 0.94 | 0.34 |
| Hex | A7 | 3D | 5 | 0 | 3F | 61 | 23 | 15 | 5E | 22 |
| Octal | 247 | 75 | 5 | 0 | 77 | 141 | 43 | 25 | 136 | 42 |
| Binary | 10100111 | 111101 | 101 | 0 | 111111 | 1100001 | 100011 | 10101 | 1011110 | 100010 |
Color Harmonies of #A73D05
Complementary color
Monochromatic Colors of #A73D05
Black with #A73D05
Text Example
Text Example
White with #A73D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D05; }
p { color: rgb(167,61,5); }
H1.HeaderClassName
{
color: #A73D05;
}
.AnyTagClassName
{
color: #A73D05;
}
</style>
background-color css
<style>
a { background-color: #A73D05; }
a { background-color: rgb(167,61,5); }
div.DivClassName
{
background-color: #A73D05;
}
.BgClassName
{
background-color: #A73D05;
}
</style>
border-color css
<style>
span { border-color: #A73D05; }
span { border-color: rgb(167,61,5); }
td.TdClassName
{
border-color: #A73D05;
}
.TagClassName
{
border-color: #A73D05;
}
</style>