Shades of Rust #A44E05
Tints of Rust #A44E05
RGB
CMYK
RGB Variations
Color information
#A44E05 (or 0xA44E05) is known color: Rust. HEX triplet: A4, 4E and 05. RGB value is (164,78,5). Sum of RGB (Red+Green+Blue) = 164+78+5=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E05 is #5BB1FA. Grayscale: #5F5F5F. Windows color (decimal): -6009339 or 347812. OLE color: 347812.
HSL color Cylindrical-coordinate representation of color #A44E05: hue angle of 27.55º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A44E05 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.36 |
| HSL | 27.55º | 0.94% | 0.33% | - |
| HSV(B) | 27.55º | 0.97% | 0.64% | - |
| XYZ | 18.06 | 13.35 | 1.77 | - |
| YUV | 95.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 5 | 0 | 0.52 | 0.97 | 0.36 | 27.55 | 0.94 | 0.33 |
| Hex | A4 | 4E | 5 | 0 | 34 | 61 | 24 | 1C | 5E | 21 |
| Octal | 244 | 116 | 5 | 0 | 64 | 141 | 44 | 34 | 136 | 41 |
| Binary | 10100100 | 1001110 | 101 | 0 | 110100 | 1100001 | 100100 | 11100 | 1011110 | 100001 |
Color Harmonies of #A44E05
Complementary color
Monochromatic Colors of #A44E05
Black with #A44E05
Text Example
Text Example
White with #A44E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E05; }
p { color: rgb(164,78,5); }
H1.HeaderClassName
{
color: #A44E05;
}
.AnyTagClassName
{
color: #A44E05;
}
</style>
background-color css
<style>
a { background-color: #A44E05; }
a { background-color: rgb(164,78,5); }
div.DivClassName
{
background-color: #A44E05;
}
.BgClassName
{
background-color: #A44E05;
}
</style>
border-color css
<style>
span { border-color: #A44E05; }
span { border-color: rgb(164,78,5); }
td.TdClassName
{
border-color: #A44E05;
}
.TagClassName
{
border-color: #A44E05;
}
</style>