Shades of Rust #A4490A
Tints of Rust #A4490A
RGB
CMYK
RGB Variations
Color information
#A4490A (or 0xA4490A) is known color: Rust. HEX triplet: A4, 49 and 0A. RGB value is (164,73,10). Sum of RGB (Red+Green+Blue) = 164+73+10=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A4490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4490A is #5BB6F5. Grayscale: #5D5D5D. Windows color (decimal): -6010614 or 674212. OLE color: 674212.
HSL color Cylindrical-coordinate representation of color #A4490A: hue angle of 24.55º 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 #A4490A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.36 |
| HSL | 24.55º | 0.89% | 0.34% | - |
| HSV(B) | 24.55º | 0.94% | 0.64% | - |
| XYZ | 17.75 | 12.68 | 1.8 | - |
| YUV | 93.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 10 | 0 | 0.55 | 0.94 | 0.36 | 24.55 | 0.89 | 0.34 |
| Hex | A4 | 49 | A | 0 | 37 | 5E | 24 | 19 | 59 | 22 |
| Octal | 244 | 111 | 12 | 0 | 67 | 136 | 44 | 31 | 131 | 42 |
| Binary | 10100100 | 1001001 | 1010 | 0 | 110111 | 1011110 | 100100 | 11001 | 1011001 | 100010 |
Color Harmonies of #A4490A
Complementary color
Monochromatic Colors of #A4490A
Black with #A4490A
Text Example
Text Example
White with #A4490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4490A; }
p { color: rgb(164,73,10); }
H1.HeaderClassName
{
color: #A4490A;
}
.AnyTagClassName
{
color: #A4490A;
}
</style>
background-color css
<style>
a { background-color: #A4490A; }
a { background-color: rgb(164,73,10); }
div.DivClassName
{
background-color: #A4490A;
}
.BgClassName
{
background-color: #A4490A;
}
</style>
border-color css
<style>
span { border-color: #A4490A; }
span { border-color: rgb(164,73,10); }
td.TdClassName
{
border-color: #A4490A;
}
.TagClassName
{
border-color: #A4490A;
}
</style>