Shades of Rust #A4470D
Tints of Rust #A4470D
RGB
CMYK
RGB Variations
Color information
#A4470D (or 0xA4470D) is known color: Rust. HEX triplet: A4, 47 and 0D. RGB value is (164,71,13). Sum of RGB (Red+Green+Blue) = 164+71+13=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4470D is #5BB8F2. Grayscale: #5C5C5C. Windows color (decimal): -6011123 or 870308. OLE color: 870308.
HSL color Cylindrical-coordinate representation of color #A4470D: hue angle of 23.05º 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 #A4470D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.36 |
| HSL | 23.05º | 0.85% | 0.35% | - |
| HSV(B) | 23.05º | 0.92% | 0.64% | - |
| XYZ | 17.64 | 12.43 | 1.85 | - |
| YUV | 92.2 | 83.31 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 13 | 0 | 0.57 | 0.92 | 0.36 | 23.05 | 0.85 | 0.35 |
| Hex | A4 | 47 | D | 0 | 39 | 5C | 24 | 17 | 55 | 23 |
| Octal | 244 | 107 | 15 | 0 | 71 | 134 | 44 | 27 | 125 | 43 |
| Binary | 10100100 | 1000111 | 1101 | 0 | 111001 | 1011100 | 100100 | 10111 | 1010101 | 100011 |
Color Harmonies of #A4470D
Complementary color
Monochromatic Colors of #A4470D
Black with #A4470D
Text Example
Text Example
White with #A4470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4470D; }
p { color: rgb(164,71,13); }
H1.HeaderClassName
{
color: #A4470D;
}
.AnyTagClassName
{
color: #A4470D;
}
</style>
background-color css
<style>
a { background-color: #A4470D; }
a { background-color: rgb(164,71,13); }
div.DivClassName
{
background-color: #A4470D;
}
.BgClassName
{
background-color: #A4470D;
}
</style>
border-color css
<style>
span { border-color: #A4470D; }
span { border-color: rgb(164,71,13); }
td.TdClassName
{
border-color: #A4470D;
}
.TagClassName
{
border-color: #A4470D;
}
</style>