Shades of Rust #A73F01
Tints of Rust #A73F01
RGB
CMYK
RGB Variations
Color information
#A73F01 (or 0xA73F01) is known color: Rust. HEX triplet: A7, 3F and 01. RGB value is (167,63,1). Sum of RGB (Red+Green+Blue) = 167+63+1=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F01 is #58C0FE. Grayscale: #575757. Windows color (decimal): -5816575 or 81831. OLE color: 81831.
HSL color Cylindrical-coordinate representation of color #A73F01: hue angle of 22.41º degrees, saturation: 0.99, 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 #A73F01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.35 |
| HSL | 22.41º | 0.99% | 0.33% | - |
| HSV(B) | 22.41º | 0.99% | 0.65% | - |
| XYZ | 17.72 | 11.77 | 1.37 | - |
| YUV | 87.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 1 | 0 | 0.62 | 0.99 | 0.35 | 22.41 | 0.99 | 0.33 |
| Hex | A7 | 3F | 1 | 0 | 3E | 63 | 23 | 16 | 63 | 21 |
| Octal | 247 | 77 | 1 | 0 | 76 | 143 | 43 | 26 | 143 | 41 |
| Binary | 10100111 | 111111 | 1 | 0 | 111110 | 1100011 | 100011 | 10110 | 1100011 | 100001 |
Color Harmonies of #A73F01
Complementary color
Monochromatic Colors of #A73F01
Black with #A73F01
Text Example
Text Example
White with #A73F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F01; }
p { color: rgb(167,63,1); }
H1.HeaderClassName
{
color: #A73F01;
}
.AnyTagClassName
{
color: #A73F01;
}
</style>
background-color css
<style>
a { background-color: #A73F01; }
a { background-color: rgb(167,63,1); }
div.DivClassName
{
background-color: #A73F01;
}
.BgClassName
{
background-color: #A73F01;
}
</style>
border-color css
<style>
span { border-color: #A73F01; }
span { border-color: rgb(167,63,1); }
td.TdClassName
{
border-color: #A73F01;
}
.TagClassName
{
border-color: #A73F01;
}
</style>