Shades of Rust #A44610
Tints of Rust #A44610
RGB
CMYK
RGB Variations
Color information
#A44610 (or 0xA44610) is known color: Rust. HEX triplet: A4, 46 and 10. RGB value is (164,70,16). Sum of RGB (Red+Green+Blue) = 164+70+16=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A44610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44610 is #5BB9EF. Grayscale: #5C5C5C. Windows color (decimal): -6011376 or 1066660. OLE color: 1066660.
HSL color Cylindrical-coordinate representation of color #A44610: hue angle of 21.89º degrees, saturation: 0.82, 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 #A44610 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 16 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.36 |
| HSL | 21.89º | 0.82% | 0.35% | - |
| HSV(B) | 21.89º | 0.9% | 0.64% | - |
| XYZ | 17.59 | 12.31 | 1.94 | - |
| YUV | 91.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 16 | 0 | 0.57 | 0.90 | 0.36 | 21.89 | 0.82 | 0.35 |
| Hex | A4 | 46 | 10 | 0 | 39 | 5A | 24 | 16 | 52 | 23 |
| Octal | 244 | 106 | 20 | 0 | 71 | 132 | 44 | 26 | 122 | 43 |
| Binary | 10100100 | 1000110 | 10000 | 0 | 111001 | 1011010 | 100100 | 10110 | 1010010 | 100011 |
Color Harmonies of #A44610
Complementary color
Monochromatic Colors of #A44610
Black with #A44610
Text Example
Text Example
White with #A44610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44610; }
p { color: rgb(164,70,16); }
H1.HeaderClassName
{
color: #A44610;
}
.AnyTagClassName
{
color: #A44610;
}
</style>
background-color css
<style>
a { background-color: #A44610; }
a { background-color: rgb(164,70,16); }
div.DivClassName
{
background-color: #A44610;
}
.BgClassName
{
background-color: #A44610;
}
</style>
border-color css
<style>
span { border-color: #A44610; }
span { border-color: rgb(164,70,16); }
td.TdClassName
{
border-color: #A44610;
}
.TagClassName
{
border-color: #A44610;
}
</style>