Shades of Rust #A73B11
Tints of Rust #A73B11
RGB
CMYK
RGB Variations
Color information
#A73B11 (or 0xA73B11) is known color: Rust. HEX triplet: A7, 3B and 11. RGB value is (167,59,17). Sum of RGB (Red+Green+Blue) = 167+59+17=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B11 is #58C4EE. Grayscale: #565656. Windows color (decimal): -5817583 or 1129383. OLE color: 1129383.
HSL color Cylindrical-coordinate representation of color #A73B11: hue angle of 16.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A73B11 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 17 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.35 |
| HSL | 16.8º | 0.82% | 0.36% | - |
| HSV(B) | 16.8º | 0.9% | 0.65% | - |
| XYZ | 17.6 | 11.38 | 1.8 | - |
| YUV | 86.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 17 | 0 | 0.65 | 0.90 | 0.35 | 16.8 | 0.82 | 0.36 |
| Hex | A7 | 3B | 11 | 0 | 41 | 5A | 23 | 11 | 52 | 24 |
| Octal | 247 | 73 | 21 | 0 | 101 | 132 | 43 | 21 | 122 | 44 |
| Binary | 10100111 | 111011 | 10001 | 0 | 1000001 | 1011010 | 100011 | 10001 | 1010010 | 100100 |
Color Harmonies of #A73B11
Complementary color
Monochromatic Colors of #A73B11
Black with #A73B11
Text Example
Text Example
White with #A73B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B11; }
p { color: rgb(167,59,17); }
H1.HeaderClassName
{
color: #A73B11;
}
.AnyTagClassName
{
color: #A73B11;
}
</style>
background-color css
<style>
a { background-color: #A73B11; }
a { background-color: rgb(167,59,17); }
div.DivClassName
{
background-color: #A73B11;
}
.BgClassName
{
background-color: #A73B11;
}
</style>
border-color css
<style>
span { border-color: #A73B11; }
span { border-color: rgb(167,59,17); }
td.TdClassName
{
border-color: #A73B11;
}
.TagClassName
{
border-color: #A73B11;
}
</style>