Shades of Rust #A4420E
Tints of Rust #A4420E
RGB
CMYK
RGB Variations
Color information
#A4420E (or 0xA4420E) is known color: Rust. HEX triplet: A4, 42 and 0E. RGB value is (164,66,14). Sum of RGB (Red+Green+Blue) = 164+66+14=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4420E is #5BBDF1. Grayscale: #595959. Windows color (decimal): -6012402 or 934564. OLE color: 934564.
HSL color Cylindrical-coordinate representation of color #A4420E: hue angle of 20.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4420E is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 14 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.36 |
| HSL | 20.8º | 0.84% | 0.35% | - |
| HSV(B) | 20.8º | 0.91% | 0.64% | - |
| XYZ | 17.34 | 11.82 | 1.78 | - |
| YUV | 89.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 14 | 0 | 0.60 | 0.91 | 0.36 | 20.8 | 0.84 | 0.35 |
| Hex | A4 | 42 | E | 0 | 3C | 5B | 24 | 15 | 54 | 23 |
| Octal | 244 | 102 | 16 | 0 | 74 | 133 | 44 | 25 | 124 | 43 |
| Binary | 10100100 | 1000010 | 1110 | 0 | 111100 | 1011011 | 100100 | 10101 | 1010100 | 100011 |
Color Harmonies of #A4420E
Complementary color
Monochromatic Colors of #A4420E
Black with #A4420E
Text Example
Text Example
White with #A4420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4420E; }
p { color: rgb(164,66,14); }
H1.HeaderClassName
{
color: #A4420E;
}
.AnyTagClassName
{
color: #A4420E;
}
</style>
background-color css
<style>
a { background-color: #A4420E; }
a { background-color: rgb(164,66,14); }
div.DivClassName
{
background-color: #A4420E;
}
.BgClassName
{
background-color: #A4420E;
}
</style>
border-color css
<style>
span { border-color: #A4420E; }
span { border-color: rgb(164,66,14); }
td.TdClassName
{
border-color: #A4420E;
}
.TagClassName
{
border-color: #A4420E;
}
</style>