Shades of Rust #A44D0E
Tints of Rust #A44D0E
RGB
CMYK
RGB Variations
Color information
#A44D0E (or 0xA44D0E) is known color: Rust. HEX triplet: A4, 4D and 0E. RGB value is (164,77,14). Sum of RGB (Red+Green+Blue) = 164+77+14=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44D0E is #5BB2F1. Grayscale: #606060. Windows color (decimal): -6009586 or 937380. OLE color: 937380.
HSL color Cylindrical-coordinate representation of color #A44D0E: hue angle of 25.2º 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 #A44D0E is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 14 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.36 |
| HSL | 25.2º | 0.84% | 0.35% | - |
| HSV(B) | 25.2º | 0.91% | 0.64% | - |
| XYZ | 18.04 | 13.23 | 2.02 | - |
| YUV | 95.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 14 | 0 | 0.53 | 0.91 | 0.36 | 25.2 | 0.84 | 0.35 |
| Hex | A4 | 4D | E | 0 | 35 | 5B | 24 | 19 | 54 | 23 |
| Octal | 244 | 115 | 16 | 0 | 65 | 133 | 44 | 31 | 124 | 43 |
| Binary | 10100100 | 1001101 | 1110 | 0 | 110101 | 1011011 | 100100 | 11001 | 1010100 | 100011 |
Color Harmonies of #A44D0E
Complementary color
Monochromatic Colors of #A44D0E
Black with #A44D0E
Text Example
Text Example
White with #A44D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D0E; }
p { color: rgb(164,77,14); }
H1.HeaderClassName
{
color: #A44D0E;
}
.AnyTagClassName
{
color: #A44D0E;
}
</style>
background-color css
<style>
a { background-color: #A44D0E; }
a { background-color: rgb(164,77,14); }
div.DivClassName
{
background-color: #A44D0E;
}
.BgClassName
{
background-color: #A44D0E;
}
</style>
border-color css
<style>
span { border-color: #A44D0E; }
span { border-color: rgb(164,77,14); }
td.TdClassName
{
border-color: #A44D0E;
}
.TagClassName
{
border-color: #A44D0E;
}
</style>