Shades of Rust #A73B09
Tints of Rust #A73B09
RGB
CMYK
RGB Variations
Color information
#A73B09 (or 0xA73B09) is known color: Rust. HEX triplet: A7, 3B and 09. RGB value is (167,59,9). Sum of RGB (Red+Green+Blue) = 167+59+9=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B09 is #58C4F6. Grayscale: #555555. Windows color (decimal): -5817591 or 605095. OLE color: 605095.
HSL color Cylindrical-coordinate representation of color #A73B09: hue angle of 18.99º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A73B09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.35 |
| HSL | 18.99º | 0.9% | 0.35% | - |
| HSV(B) | 18.99º | 0.95% | 0.65% | - |
| XYZ | 17.55 | 11.36 | 1.53 | - |
| YUV | 85.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 9 | 0 | 0.65 | 0.95 | 0.35 | 18.99 | 0.9 | 0.35 |
| Hex | A7 | 3B | 9 | 0 | 41 | 5F | 23 | 13 | 5A | 23 |
| Octal | 247 | 73 | 11 | 0 | 101 | 137 | 43 | 23 | 132 | 43 |
| Binary | 10100111 | 111011 | 1001 | 0 | 1000001 | 1011111 | 100011 | 10011 | 1011010 | 100011 |
Color Harmonies of #A73B09
Complementary color
Monochromatic Colors of #A73B09
Black with #A73B09
Text Example
Text Example
White with #A73B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B09; }
p { color: rgb(167,59,9); }
H1.HeaderClassName
{
color: #A73B09;
}
.AnyTagClassName
{
color: #A73B09;
}
</style>
background-color css
<style>
a { background-color: #A73B09; }
a { background-color: rgb(167,59,9); }
div.DivClassName
{
background-color: #A73B09;
}
.BgClassName
{
background-color: #A73B09;
}
</style>
border-color css
<style>
span { border-color: #A73B09; }
span { border-color: rgb(167,59,9); }
td.TdClassName
{
border-color: #A73B09;
}
.TagClassName
{
border-color: #A73B09;
}
</style>