Shades of Rust #A44212
Tints of Rust #A44212
RGB
CMYK
RGB Variations
Color information
#A44212 (or 0xA44212) is known color: Rust. HEX triplet: A4, 42 and 12. RGB value is (164,66,18). Sum of RGB (Red+Green+Blue) = 164+66+18=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A44212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44212 is #5BBDED. Grayscale: #5A5A5A. Windows color (decimal): -6012398 or 1196708. OLE color: 1196708.
HSL color Cylindrical-coordinate representation of color #A44212: hue angle of 19.73º 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 #A44212 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 18 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.36 |
| HSL | 19.73º | 0.8% | 0.36% | - |
| HSV(B) | 19.73º | 0.89% | 0.64% | - |
| XYZ | 17.37 | 11.83 | 1.94 | - |
| YUV | 89.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 18 | 0 | 0.60 | 0.89 | 0.36 | 19.73 | 0.8 | 0.36 |
| Hex | A4 | 42 | 12 | 0 | 3C | 59 | 24 | 14 | 50 | 24 |
| Octal | 244 | 102 | 22 | 0 | 74 | 131 | 44 | 24 | 120 | 44 |
| Binary | 10100100 | 1000010 | 10010 | 0 | 111100 | 1011001 | 100100 | 10100 | 1010000 | 100100 |
Color Harmonies of #A44212
Complementary color
Monochromatic Colors of #A44212
Black with #A44212
Text Example
Text Example
White with #A44212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44212; }
p { color: rgb(164,66,18); }
H1.HeaderClassName
{
color: #A44212;
}
.AnyTagClassName
{
color: #A44212;
}
</style>
background-color css
<style>
a { background-color: #A44212; }
a { background-color: rgb(164,66,18); }
div.DivClassName
{
background-color: #A44212;
}
.BgClassName
{
background-color: #A44212;
}
</style>
border-color css
<style>
span { border-color: #A44212; }
span { border-color: rgb(164,66,18); }
td.TdClassName
{
border-color: #A44212;
}
.TagClassName
{
border-color: #A44212;
}
</style>