Shades of Rust #A73611
Tints of Rust #A73611
RGB
CMYK
RGB Variations
Color information
#A73611 (or 0xA73611) is known color: Rust. HEX triplet: A7, 36 and 11. RGB value is (167,54,17). Sum of RGB (Red+Green+Blue) = 167+54+17=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A73611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73611 is #58C9EE. Grayscale: #535353. Windows color (decimal): -5818863 or 1128103. OLE color: 1128103.
HSL color Cylindrical-coordinate representation of color #A73611: hue angle of 14.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 #A73611 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 17 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.35 |
| HSL | 14.8º | 0.82% | 0.36% | - |
| HSV(B) | 14.8º | 0.9% | 0.65% | - |
| XYZ | 17.36 | 10.89 | 1.72 | - |
| YUV | 83.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 17 | 0 | 0.68 | 0.90 | 0.35 | 14.8 | 0.82 | 0.36 |
| Hex | A7 | 36 | 11 | 0 | 44 | 5A | 23 | F | 52 | 24 |
| Octal | 247 | 66 | 21 | 0 | 104 | 132 | 43 | 17 | 122 | 44 |
| Binary | 10100111 | 110110 | 10001 | 0 | 1000100 | 1011010 | 100011 | 1111 | 1010010 | 100100 |
Color Harmonies of #A73611
Complementary color
Monochromatic Colors of #A73611
Black with #A73611
Text Example
Text Example
White with #A73611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73611; }
p { color: rgb(167,54,17); }
H1.HeaderClassName
{
color: #A73611;
}
.AnyTagClassName
{
color: #A73611;
}
</style>
background-color css
<style>
a { background-color: #A73611; }
a { background-color: rgb(167,54,17); }
div.DivClassName
{
background-color: #A73611;
}
.BgClassName
{
background-color: #A73611;
}
</style>
border-color css
<style>
span { border-color: #A73611; }
span { border-color: rgb(167,54,17); }
td.TdClassName
{
border-color: #A73611;
}
.TagClassName
{
border-color: #A73611;
}
</style>