Shades of Rust #A73E03
Tints of Rust #A73E03
RGB
CMYK
RGB Variations
Color information
#A73E03 (or 0xA73E03) is known color: Rust. HEX triplet: A7, 3E and 03. RGB value is (167,62,3). Sum of RGB (Red+Green+Blue) = 167+62+3=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73E03 is #58C1FC. Grayscale: #575757. Windows color (decimal): -5816829 or 212647. OLE color: 212647.
HSL color Cylindrical-coordinate representation of color #A73E03: hue angle of 21.59º 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 #A73E03 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 62 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.35 |
| HSL | 21.59º | 0.96% | 0.33% | - |
| HSV(B) | 21.59º | 0.98% | 0.65% | - |
| XYZ | 17.68 | 11.67 | 1.41 | - |
| YUV | 86.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 3 | 0 | 0.63 | 0.98 | 0.35 | 21.59 | 0.96 | 0.33 |
| Hex | A7 | 3E | 3 | 0 | 3F | 62 | 23 | 16 | 60 | 21 |
| Octal | 247 | 76 | 3 | 0 | 77 | 142 | 43 | 26 | 140 | 41 |
| Binary | 10100111 | 111110 | 11 | 0 | 111111 | 1100010 | 100011 | 10110 | 1100000 | 100001 |
Color Harmonies of #A73E03
Complementary color
Monochromatic Colors of #A73E03
Black with #A73E03
Text Example
Text Example
White with #A73E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73E03; }
p { color: rgb(167,62,3); }
H1.HeaderClassName
{
color: #A73E03;
}
.AnyTagClassName
{
color: #A73E03;
}
</style>
background-color css
<style>
a { background-color: #A73E03; }
a { background-color: rgb(167,62,3); }
div.DivClassName
{
background-color: #A73E03;
}
.BgClassName
{
background-color: #A73E03;
}
</style>
border-color css
<style>
span { border-color: #A73E03; }
span { border-color: rgb(167,62,3); }
td.TdClassName
{
border-color: #A73E03;
}
.TagClassName
{
border-color: #A73E03;
}
</style>