Shades of Rust #A44100
Tints of Rust #A44100
RGB
CMYK
RGB Variations
Color information
#A44100 (or 0xA44100) is known color: Rust. HEX triplet: A4, 41 and 00. RGB value is (164,65,0). Sum of RGB (Red+Green+Blue) = 164+65+0=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A44100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44100 is #5BBEFF. Grayscale: #575757. Windows color (decimal): -6012672 or 16804. OLE color: 16804.
HSL color Cylindrical-coordinate representation of color #A44100: hue angle of 23.78º 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 #A44100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.36 |
| HSL | 23.78º | 1% | 0.32% | - |
| HSV(B) | 23.78º | 1% | 0.64% | - |
| XYZ | 17.2 | 11.67 | 1.35 | - |
| YUV | 87.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 0 | 0 | 0.60 | 1 | 0.36 | 23.78 | 1 | 0.32 |
| Hex | A4 | 41 | 0 | 0 | 3C | 64 | 24 | 18 | 64 | 20 |
| Octal | 244 | 101 | 0 | 0 | 74 | 144 | 44 | 30 | 144 | 40 |
| Binary | 10100100 | 1000001 | 0 | 0 | 111100 | 1100100 | 100100 | 11000 | 1100100 | 100000 |
Color Harmonies of #A44100
Complementary color
Monochromatic Colors of #A44100
Black with #A44100
Text Example
Text Example
White with #A44100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44100; }
p { color: rgb(164,65,0); }
H1.HeaderClassName
{
color: #A44100;
}
.AnyTagClassName
{
color: #A44100;
}
</style>
background-color css
<style>
a { background-color: #A44100; }
a { background-color: rgb(164,65,0); }
div.DivClassName
{
background-color: #A44100;
}
.BgClassName
{
background-color: #A44100;
}
</style>
border-color css
<style>
span { border-color: #A44100; }
span { border-color: rgb(164,65,0); }
td.TdClassName
{
border-color: #A44100;
}
.TagClassName
{
border-color: #A44100;
}
</style>