Shades of Rust #A44401
Tints of Rust #A44401
RGB
CMYK
RGB Variations
Color information
#A44401 (or 0xA44401) is known color: Rust. HEX triplet: A4, 44 and 01. RGB value is (164,68,1). Sum of RGB (Red+Green+Blue) = 164+68+1=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A44401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44401 is #5BBBFE. Grayscale: #595959. Windows color (decimal): -6011903 or 83108. OLE color: 83108.
HSL color Cylindrical-coordinate representation of color #A44401: hue angle of 24.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A44401 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.36 |
| HSL | 24.66º | 0.99% | 0.32% | - |
| HSV(B) | 24.66º | 0.99% | 0.64% | - |
| XYZ | 17.38 | 12.03 | 1.43 | - |
| YUV | 89.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 1 | 0 | 0.59 | 0.99 | 0.36 | 24.66 | 0.99 | 0.32 |
| Hex | A4 | 44 | 1 | 0 | 3B | 63 | 24 | 19 | 63 | 20 |
| Octal | 244 | 104 | 1 | 0 | 73 | 143 | 44 | 31 | 143 | 40 |
| Binary | 10100100 | 1000100 | 1 | 0 | 111011 | 1100011 | 100100 | 11001 | 1100011 | 100000 |
Color Harmonies of #A44401
Complementary color
Monochromatic Colors of #A44401
Black with #A44401
Text Example
Text Example
White with #A44401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44401; }
p { color: rgb(164,68,1); }
H1.HeaderClassName
{
color: #A44401;
}
.AnyTagClassName
{
color: #A44401;
}
</style>
background-color css
<style>
a { background-color: #A44401; }
a { background-color: rgb(164,68,1); }
div.DivClassName
{
background-color: #A44401;
}
.BgClassName
{
background-color: #A44401;
}
</style>
border-color css
<style>
span { border-color: #A44401; }
span { border-color: rgb(164,68,1); }
td.TdClassName
{
border-color: #A44401;
}
.TagClassName
{
border-color: #A44401;
}
</style>