Shades of Rust #A73607
Tints of Rust #A73607
RGB
CMYK
RGB Variations
Color information
#A73607 (or 0xA73607) is known color: Rust. HEX triplet: A7, 36 and 07. RGB value is (167,54,7). Sum of RGB (Red+Green+Blue) = 167+54+7=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A73607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73607 is #58C9F8. Grayscale: #525252. Windows color (decimal): -5818873 or 472743. OLE color: 472743.
HSL color Cylindrical-coordinate representation of color #A73607: hue angle of 17.62º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A73607 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.35 |
| HSL | 17.63º | 0.92% | 0.34% | - |
| HSV(B) | 17.63º | 0.96% | 0.65% | - |
| XYZ | 17.29 | 10.87 | 1.39 | - |
| YUV | 82.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 7 | 0 | 0.68 | 0.96 | 0.35 | 17.63 | 0.92 | 0.34 |
| Hex | A7 | 36 | 7 | 0 | 44 | 60 | 23 | 12 | 5C | 22 |
| Octal | 247 | 66 | 7 | 0 | 104 | 140 | 43 | 22 | 134 | 42 |
| Binary | 10100111 | 110110 | 111 | 0 | 1000100 | 1100000 | 100011 | 10010 | 1011100 | 100010 |
Color Harmonies of #A73607
Complementary color
Monochromatic Colors of #A73607
Black with #A73607
Text Example
Text Example
White with #A73607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73607; }
p { color: rgb(167,54,7); }
H1.HeaderClassName
{
color: #A73607;
}
.AnyTagClassName
{
color: #A73607;
}
</style>
background-color css
<style>
a { background-color: #A73607; }
a { background-color: rgb(167,54,7); }
div.DivClassName
{
background-color: #A73607;
}
.BgClassName
{
background-color: #A73607;
}
</style>
border-color css
<style>
span { border-color: #A73607; }
span { border-color: rgb(167,54,7); }
td.TdClassName
{
border-color: #A73607;
}
.TagClassName
{
border-color: #A73607;
}
</style>