Shades of Rust #AB4412
Tints of Rust #AB4412
RGB
CMYK
RGB Variations
Color information
#AB4412 (or 0xAB4412) is known color: Rust. HEX triplet: AB, 44 and 12. RGB value is (171,68,18). Sum of RGB (Red+Green+Blue) = 171+68+18=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4412 is #54BBED. Grayscale: #5D5D5D. Windows color (decimal): -5553134 or 1197227. OLE color: 1197227.
HSL color Cylindrical-coordinate representation of color #AB4412: hue angle of 19.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB4412 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 18 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.33 |
| HSL | 19.61º | 0.81% | 0.37% | - |
| HSV(B) | 19.61º | 0.89% | 0.67% | - |
| XYZ | 18.97 | 12.84 | 2.05 | - |
| YUV | 93.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 18 | 0 | 0.60 | 0.89 | 0.33 | 19.61 | 0.81 | 0.37 |
| Hex | AB | 44 | 12 | 0 | 3C | 59 | 21 | 14 | 51 | 25 |
| Octal | 253 | 104 | 22 | 0 | 74 | 131 | 41 | 24 | 121 | 45 |
| Binary | 10101011 | 1000100 | 10010 | 0 | 111100 | 1011001 | 100001 | 10100 | 1010001 | 100101 |
Color Harmonies of #AB4412
Complementary color
Monochromatic Colors of #AB4412
Black with #AB4412
Text Example
Text Example
White with #AB4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4412; }
p { color: rgb(171,68,18); }
H1.HeaderClassName
{
color: #AB4412;
}
.AnyTagClassName
{
color: #AB4412;
}
</style>
background-color css
<style>
a { background-color: #AB4412; }
a { background-color: rgb(171,68,18); }
div.DivClassName
{
background-color: #AB4412;
}
.BgClassName
{
background-color: #AB4412;
}
</style>
border-color css
<style>
span { border-color: #AB4412; }
span { border-color: rgb(171,68,18); }
td.TdClassName
{
border-color: #AB4412;
}
.TagClassName
{
border-color: #AB4412;
}
</style>