Shades of Rust #A73602
Tints of Rust #A73602
RGB
CMYK
RGB Variations
Color information
#A73602 (or 0xA73602) is known color: Rust. HEX triplet: A7, 36 and 02. RGB value is (167,54,2). Sum of RGB (Red+Green+Blue) = 167+54+2=223 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.89% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 167 - color contains mainly: red. Hex color #A73602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73602 is #58C9FD. Grayscale: #525252. Windows color (decimal): -5818878 or 145063. OLE color: 145063.
HSL color Cylindrical-coordinate representation of color #A73602: hue angle of 18.91º 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 #A73602 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.35 |
| HSL | 18.91º | 0.98% | 0.33% | - |
| HSV(B) | 18.91º | 0.99% | 0.65% | - |
| XYZ | 17.27 | 10.86 | 1.24 | - |
| YUV | 81.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 2 | 0 | 0.68 | 0.99 | 0.35 | 18.91 | 0.98 | 0.33 |
| Hex | A7 | 36 | 2 | 0 | 44 | 63 | 23 | 13 | 62 | 21 |
| Octal | 247 | 66 | 2 | 0 | 104 | 143 | 43 | 23 | 142 | 41 |
| Binary | 10100111 | 110110 | 10 | 0 | 1000100 | 1100011 | 100011 | 10011 | 1100010 | 100001 |
Color Harmonies of #A73602
Complementary color
Monochromatic Colors of #A73602
Black with #A73602
Text Example
Text Example
White with #A73602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73602; }
p { color: rgb(167,54,2); }
H1.HeaderClassName
{
color: #A73602;
}
.AnyTagClassName
{
color: #A73602;
}
</style>
background-color css
<style>
a { background-color: #A73602; }
a { background-color: rgb(167,54,2); }
div.DivClassName
{
background-color: #A73602;
}
.BgClassName
{
background-color: #A73602;
}
</style>
border-color css
<style>
span { border-color: #A73602; }
span { border-color: rgb(167,54,2); }
td.TdClassName
{
border-color: #A73602;
}
.TagClassName
{
border-color: #A73602;
}
</style>