Shades of Rust #A73C01
Tints of Rust #A73C01
RGB
CMYK
RGB Variations
Color information
#A73C01 (or 0xA73C01) is known color: Rust. HEX triplet: A7, 3C and 01. RGB value is (167,60,1). Sum of RGB (Red+Green+Blue) = 167+60+1=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73C01 is #58C3FE. Grayscale: #555555. Windows color (decimal): -5817343 or 81063. OLE color: 81063.
HSL color Cylindrical-coordinate representation of color #A73C01: hue angle of 21.33º 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 #A73C01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.35 |
| HSL | 21.33º | 0.99% | 0.33% | - |
| HSV(B) | 21.33º | 0.99% | 0.65% | - |
| XYZ | 17.56 | 11.45 | 1.31 | - |
| YUV | 85.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 1 | 0 | 0.64 | 0.99 | 0.35 | 21.33 | 0.99 | 0.33 |
| Hex | A7 | 3C | 1 | 0 | 40 | 63 | 23 | 15 | 63 | 21 |
| Octal | 247 | 74 | 1 | 0 | 100 | 143 | 43 | 25 | 143 | 41 |
| Binary | 10100111 | 111100 | 1 | 0 | 1000000 | 1100011 | 100011 | 10101 | 1100011 | 100001 |
Color Harmonies of #A73C01
Complementary color
Monochromatic Colors of #A73C01
Black with #A73C01
Text Example
Text Example
White with #A73C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C01; }
p { color: rgb(167,60,1); }
H1.HeaderClassName
{
color: #A73C01;
}
.AnyTagClassName
{
color: #A73C01;
}
</style>
background-color css
<style>
a { background-color: #A73C01; }
a { background-color: rgb(167,60,1); }
div.DivClassName
{
background-color: #A73C01;
}
.BgClassName
{
background-color: #A73C01;
}
</style>
border-color css
<style>
span { border-color: #A73C01; }
span { border-color: rgb(167,60,1); }
td.TdClassName
{
border-color: #A73C01;
}
.TagClassName
{
border-color: #A73C01;
}
</style>