Shades of Rust #A4490D
Tints of Rust #A4490D
RGB
CMYK
RGB Variations
Color information
#A4490D (or 0xA4490D) is known color: Rust. HEX triplet: A4, 49 and 0D. RGB value is (164,73,13). Sum of RGB (Red+Green+Blue) = 164+73+13=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4490D is #5BB6F2. Grayscale: #5D5D5D. Windows color (decimal): -6010611 or 870820. OLE color: 870820.
HSL color Cylindrical-coordinate representation of color #A4490D: hue angle of 23.84º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4490D is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 13 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.36 |
| HSL | 23.84º | 0.85% | 0.35% | - |
| HSV(B) | 23.84º | 0.92% | 0.64% | - |
| XYZ | 17.77 | 12.69 | 1.89 | - |
| YUV | 93.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 13 | 0 | 0.55 | 0.92 | 0.36 | 23.84 | 0.85 | 0.35 |
| Hex | A4 | 49 | D | 0 | 37 | 5C | 24 | 18 | 55 | 23 |
| Octal | 244 | 111 | 15 | 0 | 67 | 134 | 44 | 30 | 125 | 43 |
| Binary | 10100100 | 1001001 | 1101 | 0 | 110111 | 1011100 | 100100 | 11000 | 1010101 | 100011 |
Color Harmonies of #A4490D
Complementary color
Monochromatic Colors of #A4490D
Black with #A4490D
Text Example
Text Example
White with #A4490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4490D; }
p { color: rgb(164,73,13); }
H1.HeaderClassName
{
color: #A4490D;
}
.AnyTagClassName
{
color: #A4490D;
}
</style>
background-color css
<style>
a { background-color: #A4490D; }
a { background-color: rgb(164,73,13); }
div.DivClassName
{
background-color: #A4490D;
}
.BgClassName
{
background-color: #A4490D;
}
</style>
border-color css
<style>
span { border-color: #A4490D; }
span { border-color: rgb(164,73,13); }
td.TdClassName
{
border-color: #A4490D;
}
.TagClassName
{
border-color: #A4490D;
}
</style>