Shades of Rust #A44601
Tints of Rust #A44601
RGB
CMYK
RGB Variations
Color information
#A44601 (or 0xA44601) is known color: Rust. HEX triplet: A4, 46 and 01. RGB value is (164,70,1). Sum of RGB (Red+Green+Blue) = 164+70+1=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A44601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44601 is #5BB9FE. Grayscale: #5A5A5A. Windows color (decimal): -6011391 or 83620. OLE color: 83620.
HSL color Cylindrical-coordinate representation of color #A44601: hue angle of 25.4º 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 #A44601 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.36 |
| HSL | 25.4º | 0.99% | 0.32% | - |
| HSV(B) | 25.4º | 0.99% | 0.64% | - |
| XYZ | 17.51 | 12.28 | 1.48 | - |
| YUV | 90.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 1 | 0 | 0.57 | 0.99 | 0.36 | 25.4 | 0.99 | 0.32 |
| Hex | A4 | 46 | 1 | 0 | 39 | 63 | 24 | 19 | 63 | 20 |
| Octal | 244 | 106 | 1 | 0 | 71 | 143 | 44 | 31 | 143 | 40 |
| Binary | 10100100 | 1000110 | 1 | 0 | 111001 | 1100011 | 100100 | 11001 | 1100011 | 100000 |
Color Harmonies of #A44601
Complementary color
Monochromatic Colors of #A44601
Black with #A44601
Text Example
Text Example
White with #A44601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44601; }
p { color: rgb(164,70,1); }
H1.HeaderClassName
{
color: #A44601;
}
.AnyTagClassName
{
color: #A44601;
}
</style>
background-color css
<style>
a { background-color: #A44601; }
a { background-color: rgb(164,70,1); }
div.DivClassName
{
background-color: #A44601;
}
.BgClassName
{
background-color: #A44601;
}
</style>
border-color css
<style>
span { border-color: #A44601; }
span { border-color: rgb(164,70,1); }
td.TdClassName
{
border-color: #A44601;
}
.TagClassName
{
border-color: #A44601;
}
</style>