Shades of Rust #A44900
Tints of Rust #A44900
RGB
CMYK
RGB Variations
Color information
#A44900 (or 0xA44900) is known color: Rust. HEX triplet: A4, 49 and 00. RGB value is (164,73,0). Sum of RGB (Red+Green+Blue) = 164+73+0=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A44900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44900 is #5BB6FF. Grayscale: #5C5C5C. Windows color (decimal): -6010624 or 18852. OLE color: 18852.
HSL color Cylindrical-coordinate representation of color #A44900: hue angle of 26.71º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A44900 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.36 |
| HSL | 26.71º | 1% | 0.32% | - |
| HSV(B) | 26.71º | 1% | 0.64% | - |
| XYZ | 17.69 | 12.66 | 1.51 | - |
| YUV | 91.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 0 | 0 | 0.55 | 1 | 0.36 | 26.71 | 1 | 0.32 |
| Hex | A4 | 49 | 0 | 0 | 37 | 64 | 24 | 1B | 64 | 20 |
| Octal | 244 | 111 | 0 | 0 | 67 | 144 | 44 | 33 | 144 | 40 |
| Binary | 10100100 | 1001001 | 0 | 0 | 110111 | 1100100 | 100100 | 11011 | 1100100 | 100000 |
Color Harmonies of #A44900
Complementary color
Monochromatic Colors of #A44900
Black with #A44900
Text Example
Text Example
White with #A44900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44900; }
p { color: rgb(164,73,0); }
H1.HeaderClassName
{
color: #A44900;
}
.AnyTagClassName
{
color: #A44900;
}
</style>
background-color css
<style>
a { background-color: #A44900; }
a { background-color: rgb(164,73,0); }
div.DivClassName
{
background-color: #A44900;
}
.BgClassName
{
background-color: #A44900;
}
</style>
border-color css
<style>
span { border-color: #A44900; }
span { border-color: rgb(164,73,0); }
td.TdClassName
{
border-color: #A44900;
}
.TagClassName
{
border-color: #A44900;
}
</style>