Shades of Rust #A73211
Tints of Rust #A73211
RGB
CMYK
RGB Variations
Color information
#A73211 (or 0xA73211) is known color: Rust. HEX triplet: A7, 32 and 11. RGB value is (167,50,17). Sum of RGB (Red+Green+Blue) = 167+50+17=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A73211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73211 is #58CDEE. Grayscale: #515151. Windows color (decimal): -5819887 or 1127079. OLE color: 1127079.
HSL color Cylindrical-coordinate representation of color #A73211: hue angle of 13.2º 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 #A73211 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.35 |
| HSL | 13.2º | 0.82% | 0.36% | - |
| HSV(B) | 13.2º | 0.9% | 0.65% | - |
| XYZ | 17.18 | 10.54 | 1.66 | - |
| YUV | 81.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 17 | 0 | 0.70 | 0.90 | 0.35 | 13.2 | 0.82 | 0.36 |
| Hex | A7 | 32 | 11 | 0 | 46 | 5A | 23 | D | 52 | 24 |
| Octal | 247 | 62 | 21 | 0 | 106 | 132 | 43 | 15 | 122 | 44 |
| Binary | 10100111 | 110010 | 10001 | 0 | 1000110 | 1011010 | 100011 | 1101 | 1010010 | 100100 |
Color Harmonies of #A73211
Complementary color
Monochromatic Colors of #A73211
Black with #A73211
Text Example
Text Example
White with #A73211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73211; }
p { color: rgb(167,50,17); }
H1.HeaderClassName
{
color: #A73211;
}
.AnyTagClassName
{
color: #A73211;
}
</style>
background-color css
<style>
a { background-color: #A73211; }
a { background-color: rgb(167,50,17); }
div.DivClassName
{
background-color: #A73211;
}
.BgClassName
{
background-color: #A73211;
}
</style>
border-color css
<style>
span { border-color: #A73211; }
span { border-color: rgb(167,50,17); }
td.TdClassName
{
border-color: #A73211;
}
.TagClassName
{
border-color: #A73211;
}
</style>