Shades of Rust #A4460A
Tints of Rust #A4460A
RGB
CMYK
RGB Variations
Color information
#A4460A (or 0xA4460A) is known color: Rust. HEX triplet: A4, 46 and 0A. RGB value is (164,70,10). Sum of RGB (Red+Green+Blue) = 164+70+10=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4460A is #5BB9F5. Grayscale: #5B5B5B. Windows color (decimal): -6011382 or 673444. OLE color: 673444.
HSL color Cylindrical-coordinate representation of color #A4460A: hue angle of 23.38º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4460A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.36 |
| HSL | 23.38º | 0.89% | 0.34% | - |
| HSV(B) | 23.38º | 0.94% | 0.64% | - |
| XYZ | 17.55 | 12.29 | 1.74 | - |
| YUV | 91.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 10 | 0 | 0.57 | 0.94 | 0.36 | 23.38 | 0.89 | 0.34 |
| Hex | A4 | 46 | A | 0 | 39 | 5E | 24 | 17 | 59 | 22 |
| Octal | 244 | 106 | 12 | 0 | 71 | 136 | 44 | 27 | 131 | 42 |
| Binary | 10100100 | 1000110 | 1010 | 0 | 111001 | 1011110 | 100100 | 10111 | 1011001 | 100010 |
Color Harmonies of #A4460A
Complementary color
Monochromatic Colors of #A4460A
Black with #A4460A
Text Example
Text Example
White with #A4460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4460A; }
p { color: rgb(164,70,10); }
H1.HeaderClassName
{
color: #A4460A;
}
.AnyTagClassName
{
color: #A4460A;
}
</style>
background-color css
<style>
a { background-color: #A4460A; }
a { background-color: rgb(164,70,10); }
div.DivClassName
{
background-color: #A4460A;
}
.BgClassName
{
background-color: #A4460A;
}
</style>
border-color css
<style>
span { border-color: #A4460A; }
span { border-color: rgb(164,70,10); }
td.TdClassName
{
border-color: #A4460A;
}
.TagClassName
{
border-color: #A4460A;
}
</style>