Shades of Rust #A74100
Tints of Rust #A74100
RGB
CMYK
RGB Variations
Color information
#A74100 (or 0xA74100) is known color: Rust. HEX triplet: A7, 41 and 00. RGB value is (167,65,0). Sum of RGB (Red+Green+Blue) = 167+65+0=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A74100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74100 is #58BEFF. Grayscale: #585858. Windows color (decimal): -5816064 or 16807. OLE color: 16807.
HSL color Cylindrical-coordinate representation of color #A74100: hue angle of 23.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A74100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.35 |
| HSL | 23.35º | 1% | 0.33% | - |
| HSV(B) | 23.35º | 1% | 0.65% | - |
| XYZ | 17.83 | 12 | 1.38 | - |
| YUV | 88.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 0 | 0 | 0.61 | 1 | 0.35 | 23.35 | 1 | 0.33 |
| Hex | A7 | 41 | 0 | 0 | 3D | 64 | 23 | 17 | 64 | 21 |
| Octal | 247 | 101 | 0 | 0 | 75 | 144 | 43 | 27 | 144 | 41 |
| Binary | 10100111 | 1000001 | 0 | 0 | 111101 | 1100100 | 100011 | 10111 | 1100100 | 100001 |
Color Harmonies of #A74100
Complementary color
Monochromatic Colors of #A74100
Black with #A74100
Text Example
Text Example
White with #A74100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74100; }
p { color: rgb(167,65,0); }
H1.HeaderClassName
{
color: #A74100;
}
.AnyTagClassName
{
color: #A74100;
}
</style>
background-color css
<style>
a { background-color: #A74100; }
a { background-color: rgb(167,65,0); }
div.DivClassName
{
background-color: #A74100;
}
.BgClassName
{
background-color: #A74100;
}
</style>
border-color css
<style>
span { border-color: #A74100; }
span { border-color: rgb(167,65,0); }
td.TdClassName
{
border-color: #A74100;
}
.TagClassName
{
border-color: #A74100;
}
</style>