Shades of Rust #A44209
Tints of Rust #A44209
RGB
CMYK
RGB Variations
Color information
#A44209 (or 0xA44209) is known color: Rust. HEX triplet: A4, 42 and 09. RGB value is (164,66,9). Sum of RGB (Red+Green+Blue) = 164+66+9=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A44209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44209 is #5BBDF6. Grayscale: #595959. Windows color (decimal): -6012407 or 606884. OLE color: 606884.
HSL color Cylindrical-coordinate representation of color #A44209: hue angle of 22.06º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A44209 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 9 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.36 |
| HSL | 22.06º | 0.9% | 0.34% | - |
| HSV(B) | 22.06º | 0.95% | 0.64% | - |
| XYZ | 17.31 | 11.81 | 1.63 | - |
| YUV | 88.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 9 | 0 | 0.60 | 0.95 | 0.36 | 22.06 | 0.9 | 0.34 |
| Hex | A4 | 42 | 9 | 0 | 3C | 5F | 24 | 16 | 5A | 22 |
| Octal | 244 | 102 | 11 | 0 | 74 | 137 | 44 | 26 | 132 | 42 |
| Binary | 10100100 | 1000010 | 1001 | 0 | 111100 | 1011111 | 100100 | 10110 | 1011010 | 100010 |
Color Harmonies of #A44209
Complementary color
Monochromatic Colors of #A44209
Black with #A44209
Text Example
Text Example
White with #A44209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44209; }
p { color: rgb(164,66,9); }
H1.HeaderClassName
{
color: #A44209;
}
.AnyTagClassName
{
color: #A44209;
}
</style>
background-color css
<style>
a { background-color: #A44209; }
a { background-color: rgb(164,66,9); }
div.DivClassName
{
background-color: #A44209;
}
.BgClassName
{
background-color: #A44209;
}
</style>
border-color css
<style>
span { border-color: #A44209; }
span { border-color: rgb(164,66,9); }
td.TdClassName
{
border-color: #A44209;
}
.TagClassName
{
border-color: #A44209;
}
</style>