Shades of Rust #A73502
Tints of Rust #A73502
RGB
CMYK
RGB Variations
Color information
#A73502 (or 0xA73502) is known color: Rust. HEX triplet: A7, 35 and 02. RGB value is (167,53,2). Sum of RGB (Red+Green+Blue) = 167+53+2=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A73502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73502 is #58CAFD. Grayscale: #515151. Windows color (decimal): -5819134 or 144807. OLE color: 144807.
HSL color Cylindrical-coordinate representation of color #A73502: hue angle of 18.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A73502 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 53 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.35 |
| HSL | 18.55º | 0.98% | 0.33% | - |
| HSV(B) | 18.55º | 0.99% | 0.65% | - |
| XYZ | 17.22 | 10.77 | 1.23 | - |
| YUV | 81.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 2 | 0 | 0.68 | 0.99 | 0.35 | 18.55 | 0.98 | 0.33 |
| Hex | A7 | 35 | 2 | 0 | 44 | 63 | 23 | 13 | 62 | 21 |
| Octal | 247 | 65 | 2 | 0 | 104 | 143 | 43 | 23 | 142 | 41 |
| Binary | 10100111 | 110101 | 10 | 0 | 1000100 | 1100011 | 100011 | 10011 | 1100010 | 100001 |
Color Harmonies of #A73502
Complementary color
Monochromatic Colors of #A73502
Black with #A73502
Text Example
Text Example
White with #A73502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73502; }
p { color: rgb(167,53,2); }
H1.HeaderClassName
{
color: #A73502;
}
.AnyTagClassName
{
color: #A73502;
}
</style>
background-color css
<style>
a { background-color: #A73502; }
a { background-color: rgb(167,53,2); }
div.DivClassName
{
background-color: #A73502;
}
.BgClassName
{
background-color: #A73502;
}
</style>
border-color css
<style>
span { border-color: #A73502; }
span { border-color: rgb(167,53,2); }
td.TdClassName
{
border-color: #A73502;
}
.TagClassName
{
border-color: #A73502;
}
</style>