Shades of Rust #A44F01
Tints of Rust #A44F01
RGB
CMYK
RGB Variations
Color information
#A44F01 (or 0xA44F01) is known color: Rust. HEX triplet: A4, 4F and 01. RGB value is (164,79,1). Sum of RGB (Red+Green+Blue) = 164+79+1=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44F01 is #5BB0FE. Grayscale: #5F5F5F. Windows color (decimal): -6009087 or 85924. OLE color: 85924.
HSL color Cylindrical-coordinate representation of color #A44F01: hue angle of 28.71º 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 #A44F01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 79 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.36 |
| HSL | 28.71º | 0.99% | 0.32% | - |
| HSV(B) | 28.71º | 0.99% | 0.64% | - |
| XYZ | 18.11 | 13.49 | 1.68 | - |
| YUV | 95.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 1 | 0 | 0.52 | 0.99 | 0.36 | 28.71 | 0.99 | 0.32 |
| Hex | A4 | 4F | 1 | 0 | 34 | 63 | 24 | 1D | 63 | 20 |
| Octal | 244 | 117 | 1 | 0 | 64 | 143 | 44 | 35 | 143 | 40 |
| Binary | 10100100 | 1001111 | 1 | 0 | 110100 | 1100011 | 100100 | 11101 | 1100011 | 100000 |
Color Harmonies of #A44F01
Complementary color
Monochromatic Colors of #A44F01
Black with #A44F01
Text Example
Text Example
White with #A44F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44F01; }
p { color: rgb(164,79,1); }
H1.HeaderClassName
{
color: #A44F01;
}
.AnyTagClassName
{
color: #A44F01;
}
</style>
background-color css
<style>
a { background-color: #A44F01; }
a { background-color: rgb(164,79,1); }
div.DivClassName
{
background-color: #A44F01;
}
.BgClassName
{
background-color: #A44F01;
}
</style>
border-color css
<style>
span { border-color: #A44F01; }
span { border-color: rgb(164,79,1); }
td.TdClassName
{
border-color: #A44F01;
}
.TagClassName
{
border-color: #A44F01;
}
</style>