Shades of Rust #AB4812
Tints of Rust #AB4812
RGB
CMYK
RGB Variations
Color information
#AB4812 (or 0xAB4812) is known color: Rust. HEX triplet: AB, 48 and 12. RGB value is (171,72,18). Sum of RGB (Red+Green+Blue) = 171+72+18=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4812 is #54B7ED. Grayscale: #5F5F5F. Windows color (decimal): -5552110 or 1198251. OLE color: 1198251.
HSL color Cylindrical-coordinate representation of color #AB4812: hue angle of 21.18º 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 #AB4812 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 18 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.33 |
| HSL | 21.18º | 0.81% | 0.37% | - |
| HSV(B) | 21.18º | 0.89% | 0.67% | - |
| XYZ | 19.22 | 13.34 | 2.13 | - |
| YUV | 95.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 18 | 0 | 0.58 | 0.89 | 0.33 | 21.18 | 0.81 | 0.37 |
| Hex | AB | 48 | 12 | 0 | 3A | 59 | 21 | 15 | 51 | 25 |
| Octal | 253 | 110 | 22 | 0 | 72 | 131 | 41 | 25 | 121 | 45 |
| Binary | 10101011 | 1001000 | 10010 | 0 | 111010 | 1011001 | 100001 | 10101 | 1010001 | 100101 |
Color Harmonies of #AB4812
Complementary color
Monochromatic Colors of #AB4812
Black with #AB4812
Text Example
Text Example
White with #AB4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4812; }
p { color: rgb(171,72,18); }
H1.HeaderClassName
{
color: #AB4812;
}
.AnyTagClassName
{
color: #AB4812;
}
</style>
background-color css
<style>
a { background-color: #AB4812; }
a { background-color: rgb(171,72,18); }
div.DivClassName
{
background-color: #AB4812;
}
.BgClassName
{
background-color: #AB4812;
}
</style>
border-color css
<style>
span { border-color: #AB4812; }
span { border-color: rgb(171,72,18); }
td.TdClassName
{
border-color: #AB4812;
}
.TagClassName
{
border-color: #AB4812;
}
</style>