Shades of Rust #A73F02
Tints of Rust #A73F02
RGB
CMYK
RGB Variations
Color information
#A73F02 (or 0xA73F02) is known color: Rust. HEX triplet: A7, 3F and 02. RGB value is (167,63,2). Sum of RGB (Red+Green+Blue) = 167+63+2=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F02 is #58C0FD. Grayscale: #575757. Windows color (decimal): -5816574 or 147367. OLE color: 147367.
HSL color Cylindrical-coordinate representation of color #A73F02: hue angle of 22.18º 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 #A73F02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.35 |
| HSL | 22.18º | 0.98% | 0.33% | - |
| HSV(B) | 22.18º | 0.99% | 0.65% | - |
| XYZ | 17.72 | 11.77 | 1.4 | - |
| YUV | 87.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 2 | 0 | 0.62 | 0.99 | 0.35 | 22.18 | 0.98 | 0.33 |
| Hex | A7 | 3F | 2 | 0 | 3E | 63 | 23 | 16 | 62 | 21 |
| Octal | 247 | 77 | 2 | 0 | 76 | 143 | 43 | 26 | 142 | 41 |
| Binary | 10100111 | 111111 | 10 | 0 | 111110 | 1100011 | 100011 | 10110 | 1100010 | 100001 |
Color Harmonies of #A73F02
Complementary color
Monochromatic Colors of #A73F02
Black with #A73F02
Text Example
Text Example
White with #A73F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F02; }
p { color: rgb(167,63,2); }
H1.HeaderClassName
{
color: #A73F02;
}
.AnyTagClassName
{
color: #A73F02;
}
</style>
background-color css
<style>
a { background-color: #A73F02; }
a { background-color: rgb(167,63,2); }
div.DivClassName
{
background-color: #A73F02;
}
.BgClassName
{
background-color: #A73F02;
}
</style>
border-color css
<style>
span { border-color: #A73F02; }
span { border-color: rgb(167,63,2); }
td.TdClassName
{
border-color: #A73F02;
}
.TagClassName
{
border-color: #A73F02;
}
</style>