Shades of Rust #A73F03
Tints of Rust #A73F03
RGB
CMYK
RGB Variations
Color information
#A73F03 (or 0xA73F03) is known color: Rust. HEX triplet: A7, 3F and 03. RGB value is (167,63,3). Sum of RGB (Red+Green+Blue) = 167+63+3=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F03 is #58C0FC. Grayscale: #575757. Windows color (decimal): -5816573 or 212903. OLE color: 212903.
HSL color Cylindrical-coordinate representation of color #A73F03: hue angle of 21.95º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A73F03 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.35 |
| HSL | 21.95º | 0.96% | 0.33% | - |
| HSV(B) | 21.95º | 0.98% | 0.65% | - |
| XYZ | 17.73 | 11.78 | 1.42 | - |
| YUV | 87.26 | 80.46 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 3 | 0 | 0.62 | 0.98 | 0.35 | 21.95 | 0.96 | 0.33 |
| Hex | A7 | 3F | 3 | 0 | 3E | 62 | 23 | 16 | 60 | 21 |
| Octal | 247 | 77 | 3 | 0 | 76 | 142 | 43 | 26 | 140 | 41 |
| Binary | 10100111 | 111111 | 11 | 0 | 111110 | 1100010 | 100011 | 10110 | 1100000 | 100001 |
Color Harmonies of #A73F03
Complementary color
Monochromatic Colors of #A73F03
Black with #A73F03
Text Example
Text Example
White with #A73F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F03; }
p { color: rgb(167,63,3); }
H1.HeaderClassName
{
color: #A73F03;
}
.AnyTagClassName
{
color: #A73F03;
}
</style>
background-color css
<style>
a { background-color: #A73F03; }
a { background-color: rgb(167,63,3); }
div.DivClassName
{
background-color: #A73F03;
}
.BgClassName
{
background-color: #A73F03;
}
</style>
border-color css
<style>
span { border-color: #A73F03; }
span { border-color: rgb(167,63,3); }
td.TdClassName
{
border-color: #A73F03;
}
.TagClassName
{
border-color: #A73F03;
}
</style>