Shades of Rust #A44A11
Tints of Rust #A44A11
RGB
CMYK
RGB Variations
Color information
#A44A11 (or 0xA44A11) is known color: Rust. HEX triplet: A4, 4A and 11. RGB value is (164,74,17). Sum of RGB (Red+Green+Blue) = 164+74+17=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A11 is #5BB5EE. Grayscale: #5E5E5E. Windows color (decimal): -6010351 or 1133220. OLE color: 1133220.
HSL color Cylindrical-coordinate representation of color #A44A11: hue angle of 23.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A44A11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.36 |
| HSL | 23.27º | 0.81% | 0.35% | - |
| HSV(B) | 23.27º | 0.9% | 0.64% | - |
| XYZ | 17.86 | 12.83 | 2.07 | - |
| YUV | 94.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 17 | 0 | 0.55 | 0.90 | 0.36 | 23.27 | 0.81 | 0.35 |
| Hex | A4 | 4A | 11 | 0 | 37 | 5A | 24 | 17 | 51 | 23 |
| Octal | 244 | 112 | 21 | 0 | 67 | 132 | 44 | 27 | 121 | 43 |
| Binary | 10100100 | 1001010 | 10001 | 0 | 110111 | 1011010 | 100100 | 10111 | 1010001 | 100011 |
Color Harmonies of #A44A11
Complementary color
Monochromatic Colors of #A44A11
Black with #A44A11
Text Example
Text Example
White with #A44A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A11; }
p { color: rgb(164,74,17); }
H1.HeaderClassName
{
color: #A44A11;
}
.AnyTagClassName
{
color: #A44A11;
}
</style>
background-color css
<style>
a { background-color: #A44A11; }
a { background-color: rgb(164,74,17); }
div.DivClassName
{
background-color: #A44A11;
}
.BgClassName
{
background-color: #A44A11;
}
</style>
border-color css
<style>
span { border-color: #A44A11; }
span { border-color: rgb(164,74,17); }
td.TdClassName
{
border-color: #A44A11;
}
.TagClassName
{
border-color: #A44A11;
}
</style>