Shades of Rust #A73B00
Tints of Rust #A73B00
RGB
CMYK
RGB Variations
Color information
#A73B00 (or 0xA73B00) is known color: Rust. HEX triplet: A7, 3B and 00. RGB value is (167,59,0). Sum of RGB (Red+Green+Blue) = 167+59+0=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B00 is #58C4FF. Grayscale: #545454. Windows color (decimal): -5817600 or 15271. OLE color: 15271.
HSL color Cylindrical-coordinate representation of color #A73B00: hue angle of 21.2º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A73B00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.35 |
| HSL | 21.2º | 1% | 0.33% | - |
| HSV(B) | 21.2º | 1% | 0.65% | - |
| XYZ | 17.5 | 11.34 | 1.27 | - |
| YUV | 84.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 0 | 0 | 0.65 | 1 | 0.35 | 21.2 | 1 | 0.33 |
| Hex | A7 | 3B | 0 | 0 | 41 | 64 | 23 | 15 | 64 | 21 |
| Octal | 247 | 73 | 0 | 0 | 101 | 144 | 43 | 25 | 144 | 41 |
| Binary | 10100111 | 111011 | 0 | 0 | 1000001 | 1100100 | 100011 | 10101 | 1100100 | 100001 |
Color Harmonies of #A73B00
Complementary color
Monochromatic Colors of #A73B00
Black with #A73B00
Text Example
Text Example
White with #A73B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B00; }
p { color: rgb(167,59,0); }
H1.HeaderClassName
{
color: #A73B00;
}
.AnyTagClassName
{
color: #A73B00;
}
</style>
background-color css
<style>
a { background-color: #A73B00; }
a { background-color: rgb(167,59,0); }
div.DivClassName
{
background-color: #A73B00;
}
.BgClassName
{
background-color: #A73B00;
}
</style>
border-color css
<style>
span { border-color: #A73B00; }
span { border-color: rgb(167,59,0); }
td.TdClassName
{
border-color: #A73B00;
}
.TagClassName
{
border-color: #A73B00;
}
</style>