Shades of Rust #A44512
Tints of Rust #A44512
RGB
CMYK
RGB Variations
Color information
#A44512 (or 0xA44512) is known color: Rust. HEX triplet: A4, 45 and 12. RGB value is (164,69,18). Sum of RGB (Red+Green+Blue) = 164+69+18=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A44512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44512 is #5BBAED. Grayscale: #5B5B5B. Windows color (decimal): -6011630 or 1197476. OLE color: 1197476.
HSL color Cylindrical-coordinate representation of color #A44512: hue angle of 20.96º 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 #A44512 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 18 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.36 |
| HSL | 20.96º | 0.8% | 0.36% | - |
| HSV(B) | 20.96º | 0.89% | 0.64% | - |
| XYZ | 17.55 | 12.19 | 2 | - |
| YUV | 91.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 18 | 0 | 0.58 | 0.89 | 0.36 | 20.96 | 0.8 | 0.36 |
| Hex | A4 | 45 | 12 | 0 | 3A | 59 | 24 | 15 | 50 | 24 |
| Octal | 244 | 105 | 22 | 0 | 72 | 131 | 44 | 25 | 120 | 44 |
| Binary | 10100100 | 1000101 | 10010 | 0 | 111010 | 1011001 | 100100 | 10101 | 1010000 | 100100 |
Color Harmonies of #A44512
Complementary color
Monochromatic Colors of #A44512
Black with #A44512
Text Example
Text Example
White with #A44512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44512; }
p { color: rgb(164,69,18); }
H1.HeaderClassName
{
color: #A44512;
}
.AnyTagClassName
{
color: #A44512;
}
</style>
background-color css
<style>
a { background-color: #A44512; }
a { background-color: rgb(164,69,18); }
div.DivClassName
{
background-color: #A44512;
}
.BgClassName
{
background-color: #A44512;
}
</style>
border-color css
<style>
span { border-color: #A44512; }
span { border-color: rgb(164,69,18); }
td.TdClassName
{
border-color: #A44512;
}
.TagClassName
{
border-color: #A44512;
}
</style>