Shades of Rust #A74201
Tints of Rust #A74201
RGB
CMYK
RGB Variations
Color information
#A74201 (or 0xA74201) is known color: Rust. HEX triplet: A7, 42 and 01. RGB value is (167,66,1). Sum of RGB (Red+Green+Blue) = 167+66+1=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A74201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74201 is #58BDFE. Grayscale: #595959. Windows color (decimal): -5815807 or 82599. OLE color: 82599.
HSL color Cylindrical-coordinate representation of color #A74201: hue angle of 23.49º 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 #A74201 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.35 |
| HSL | 23.49º | 0.99% | 0.33% | - |
| HSV(B) | 23.49º | 0.99% | 0.65% | - |
| XYZ | 17.89 | 12.11 | 1.42 | - |
| YUV | 88.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 1 | 0 | 0.60 | 0.99 | 0.35 | 23.49 | 0.99 | 0.33 |
| Hex | A7 | 42 | 1 | 0 | 3C | 63 | 23 | 17 | 63 | 21 |
| Octal | 247 | 102 | 1 | 0 | 74 | 143 | 43 | 27 | 143 | 41 |
| Binary | 10100111 | 1000010 | 1 | 0 | 111100 | 1100011 | 100011 | 10111 | 1100011 | 100001 |
Color Harmonies of #A74201
Complementary color
Monochromatic Colors of #A74201
Black with #A74201
Text Example
Text Example
White with #A74201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74201; }
p { color: rgb(167,66,1); }
H1.HeaderClassName
{
color: #A74201;
}
.AnyTagClassName
{
color: #A74201;
}
</style>
background-color css
<style>
a { background-color: #A74201; }
a { background-color: rgb(167,66,1); }
div.DivClassName
{
background-color: #A74201;
}
.BgClassName
{
background-color: #A74201;
}
</style>
border-color css
<style>
span { border-color: #A74201; }
span { border-color: rgb(167,66,1); }
td.TdClassName
{
border-color: #A74201;
}
.TagClassName
{
border-color: #A74201;
}
</style>