Shades of Rust #A44012
Tints of Rust #A44012
RGB
CMYK
RGB Variations
Color information
#A44012 (or 0xA44012) is known color: Rust. HEX triplet: A4, 40 and 12. RGB value is (164,64,18). Sum of RGB (Red+Green+Blue) = 164+64+18=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A44012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44012 is #5BBFED. Grayscale: #585858. Windows color (decimal): -6012910 or 1196196. OLE color: 1196196.
HSL color Cylindrical-coordinate representation of color #A44012: hue angle of 18.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A44012 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 18 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.36 |
| HSL | 18.9º | 0.8% | 0.36% | - |
| HSV(B) | 18.9º | 0.89% | 0.64% | - |
| XYZ | 17.25 | 11.6 | 1.9 | - |
| YUV | 88.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 18 | 0 | 0.61 | 0.89 | 0.36 | 18.9 | 0.8 | 0.36 |
| Hex | A4 | 40 | 12 | 0 | 3D | 59 | 24 | 13 | 50 | 24 |
| Octal | 244 | 100 | 22 | 0 | 75 | 131 | 44 | 23 | 120 | 44 |
| Binary | 10100100 | 1000000 | 10010 | 0 | 111101 | 1011001 | 100100 | 10011 | 1010000 | 100100 |
Color Harmonies of #A44012
Complementary color
Monochromatic Colors of #A44012
Black with #A44012
Text Example
Text Example
White with #A44012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44012; }
p { color: rgb(164,64,18); }
H1.HeaderClassName
{
color: #A44012;
}
.AnyTagClassName
{
color: #A44012;
}
</style>
background-color css
<style>
a { background-color: #A44012; }
a { background-color: rgb(164,64,18); }
div.DivClassName
{
background-color: #A44012;
}
.BgClassName
{
background-color: #A44012;
}
</style>
border-color css
<style>
span { border-color: #A44012; }
span { border-color: rgb(164,64,18); }
td.TdClassName
{
border-color: #A44012;
}
.TagClassName
{
border-color: #A44012;
}
</style>