Shades of Rust #AB4112
Tints of Rust #AB4112
RGB
CMYK
RGB Variations
Color information
#AB4112 (or 0xAB4112) is known color: Rust. HEX triplet: AB, 41 and 12. RGB value is (171,65,18). Sum of RGB (Red+Green+Blue) = 171+65+18=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4112 is #54BEED. Grayscale: #5B5B5B. Windows color (decimal): -5553902 or 1196459. OLE color: 1196459.
HSL color Cylindrical-coordinate representation of color #AB4112: hue angle of 18.43º 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 #AB4112 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 18 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.33 |
| HSL | 18.43º | 0.81% | 0.37% | - |
| HSV(B) | 18.43º | 0.89% | 0.67% | - |
| XYZ | 18.79 | 12.48 | 1.99 | - |
| YUV | 91.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 18 | 0 | 0.62 | 0.89 | 0.33 | 18.43 | 0.81 | 0.37 |
| Hex | AB | 41 | 12 | 0 | 3E | 59 | 21 | 12 | 51 | 25 |
| Octal | 253 | 101 | 22 | 0 | 76 | 131 | 41 | 22 | 121 | 45 |
| Binary | 10101011 | 1000001 | 10010 | 0 | 111110 | 1011001 | 100001 | 10010 | 1010001 | 100101 |
Color Harmonies of #AB4112
Complementary color
Monochromatic Colors of #AB4112
Black with #AB4112
Text Example
Text Example
White with #AB4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4112; }
p { color: rgb(171,65,18); }
H1.HeaderClassName
{
color: #AB4112;
}
.AnyTagClassName
{
color: #AB4112;
}
</style>
background-color css
<style>
a { background-color: #AB4112; }
a { background-color: rgb(171,65,18); }
div.DivClassName
{
background-color: #AB4112;
}
.BgClassName
{
background-color: #AB4112;
}
</style>
border-color css
<style>
span { border-color: #AB4112; }
span { border-color: rgb(171,65,18); }
td.TdClassName
{
border-color: #AB4112;
}
.TagClassName
{
border-color: #AB4112;
}
</style>