Shades of Rust #AB4012
Tints of Rust #AB4012
RGB
CMYK
RGB Variations
Color information
#AB4012 (or 0xAB4012) is known color: Rust. HEX triplet: AB, 40 and 12. RGB value is (171,64,18). Sum of RGB (Red+Green+Blue) = 171+64+18=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4012 is #54BFED. Grayscale: #5B5B5B. Windows color (decimal): -5554158 or 1196203. OLE color: 1196203.
HSL color Cylindrical-coordinate representation of color #AB4012: hue angle of 18.04º 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 #AB4012 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 18 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.33 |
| HSL | 18.04º | 0.81% | 0.37% | - |
| HSV(B) | 18.04º | 0.89% | 0.67% | - |
| XYZ | 18.74 | 12.37 | 1.97 | - |
| YUV | 90.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 18 | 0 | 0.63 | 0.89 | 0.33 | 18.04 | 0.81 | 0.37 |
| Hex | AB | 40 | 12 | 0 | 3F | 59 | 21 | 12 | 51 | 25 |
| Octal | 253 | 100 | 22 | 0 | 77 | 131 | 41 | 22 | 121 | 45 |
| Binary | 10101011 | 1000000 | 10010 | 0 | 111111 | 1011001 | 100001 | 10010 | 1010001 | 100101 |
Color Harmonies of #AB4012
Complementary color
Monochromatic Colors of #AB4012
Black with #AB4012
Text Example
Text Example
White with #AB4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4012; }
p { color: rgb(171,64,18); }
H1.HeaderClassName
{
color: #AB4012;
}
.AnyTagClassName
{
color: #AB4012;
}
</style>
background-color css
<style>
a { background-color: #AB4012; }
a { background-color: rgb(171,64,18); }
div.DivClassName
{
background-color: #AB4012;
}
.BgClassName
{
background-color: #AB4012;
}
</style>
border-color css
<style>
span { border-color: #AB4012; }
span { border-color: rgb(171,64,18); }
td.TdClassName
{
border-color: #AB4012;
}
.TagClassName
{
border-color: #AB4012;
}
</style>