Shades of Rust #AB4F12
Tints of Rust #AB4F12
RGB
CMYK
RGB Variations
Color information
#AB4F12 (or 0xAB4F12) is known color: Rust. HEX triplet: AB, 4F and 12. RGB value is (171,79,18). Sum of RGB (Red+Green+Blue) = 171+79+18=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F12 is #54B0ED. Grayscale: #636363. Windows color (decimal): -5550318 or 1200043. OLE color: 1200043.
HSL color Cylindrical-coordinate representation of color #AB4F12: hue angle of 23.92º 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 #AB4F12 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 18 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.33 |
| HSL | 23.92º | 0.81% | 0.37% | - |
| HSV(B) | 23.92º | 0.89% | 0.67% | - |
| XYZ | 19.7 | 14.29 | 2.29 | - |
| YUV | 99.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 18 | 0 | 0.54 | 0.89 | 0.33 | 23.92 | 0.81 | 0.37 |
| Hex | AB | 4F | 12 | 0 | 36 | 59 | 21 | 18 | 51 | 25 |
| Octal | 253 | 117 | 22 | 0 | 66 | 131 | 41 | 30 | 121 | 45 |
| Binary | 10101011 | 1001111 | 10010 | 0 | 110110 | 1011001 | 100001 | 11000 | 1010001 | 100101 |
Color Harmonies of #AB4F12
Complementary color
Monochromatic Colors of #AB4F12
Black with #AB4F12
Text Example
Text Example
White with #AB4F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F12; }
p { color: rgb(171,79,18); }
H1.HeaderClassName
{
color: #AB4F12;
}
.AnyTagClassName
{
color: #AB4F12;
}
</style>
background-color css
<style>
a { background-color: #AB4F12; }
a { background-color: rgb(171,79,18); }
div.DivClassName
{
background-color: #AB4F12;
}
.BgClassName
{
background-color: #AB4F12;
}
</style>
border-color css
<style>
span { border-color: #AB4F12; }
span { border-color: rgb(171,79,18); }
td.TdClassName
{
border-color: #AB4F12;
}
.TagClassName
{
border-color: #AB4F12;
}
</style>