Shades of Rust #A74810
Tints of Rust #A74810
RGB
CMYK
RGB Variations
Color information
#A74810 (or 0xA74810) is known color: Rust. HEX triplet: A7, 48 and 10. RGB value is (167,72,16). Sum of RGB (Red+Green+Blue) = 167+72+16=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A74810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74810 is #58B7EF. Grayscale: #5E5E5E. Windows color (decimal): -5814256 or 1067175. OLE color: 1067175.
HSL color Cylindrical-coordinate representation of color #A74810: hue angle of 22.25º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A74810 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 16 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.35 |
| HSL | 22.25º | 0.83% | 0.36% | - |
| HSV(B) | 22.25º | 0.9% | 0.65% | - |
| XYZ | 18.35 | 12.89 | 2.01 | - |
| YUV | 94.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 16 | 0 | 0.57 | 0.90 | 0.35 | 22.25 | 0.83 | 0.36 |
| Hex | A7 | 48 | 10 | 0 | 39 | 5A | 23 | 16 | 53 | 24 |
| Octal | 247 | 110 | 20 | 0 | 71 | 132 | 43 | 26 | 123 | 44 |
| Binary | 10100111 | 1001000 | 10000 | 0 | 111001 | 1011010 | 100011 | 10110 | 1010011 | 100100 |
Color Harmonies of #A74810
Complementary color
Monochromatic Colors of #A74810
Black with #A74810
Text Example
Text Example
White with #A74810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74810; }
p { color: rgb(167,72,16); }
H1.HeaderClassName
{
color: #A74810;
}
.AnyTagClassName
{
color: #A74810;
}
</style>
background-color css
<style>
a { background-color: #A74810; }
a { background-color: rgb(167,72,16); }
div.DivClassName
{
background-color: #A74810;
}
.BgClassName
{
background-color: #A74810;
}
</style>
border-color css
<style>
span { border-color: #A74810; }
span { border-color: rgb(167,72,16); }
td.TdClassName
{
border-color: #A74810;
}
.TagClassName
{
border-color: #A74810;
}
</style>