Shades of Rust #AB4F14
Tints of Rust #AB4F14
RGB
CMYK
RGB Variations
Color information
#AB4F14 (or 0xAB4F14) is known color: Rust. HEX triplet: AB, 4F and 14. RGB value is (171,79,20). Sum of RGB (Red+Green+Blue) = 171+79+20=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F14 is #54B0EB. Grayscale: #646464. Windows color (decimal): -5550316 or 1331115. OLE color: 1331115.
HSL color Cylindrical-coordinate representation of color #AB4F14: hue angle of 23.44º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB4F14 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 20 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.33 |
| HSL | 23.44º | 0.79% | 0.37% | - |
| HSV(B) | 23.44º | 0.88% | 0.67% | - |
| XYZ | 19.72 | 14.3 | 2.38 | - |
| YUV | 99.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 20 | 0 | 0.54 | 0.88 | 0.33 | 23.44 | 0.79 | 0.37 |
| Hex | AB | 4F | 14 | 0 | 36 | 58 | 21 | 17 | 4F | 25 |
| Octal | 253 | 117 | 24 | 0 | 66 | 130 | 41 | 27 | 117 | 45 |
| Binary | 10101011 | 1001111 | 10100 | 0 | 110110 | 1011000 | 100001 | 10111 | 1001111 | 100101 |
Color Harmonies of #AB4F14
Complementary color
Monochromatic Colors of #AB4F14
Black with #AB4F14
Text Example
Text Example
White with #AB4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F14; }
p { color: rgb(171,79,20); }
H1.HeaderClassName
{
color: #AB4F14;
}
.AnyTagClassName
{
color: #AB4F14;
}
</style>
background-color css
<style>
a { background-color: #AB4F14; }
a { background-color: rgb(171,79,20); }
div.DivClassName
{
background-color: #AB4F14;
}
.BgClassName
{
background-color: #AB4F14;
}
</style>
border-color css
<style>
span { border-color: #AB4F14; }
span { border-color: rgb(171,79,20); }
td.TdClassName
{
border-color: #AB4F14;
}
.TagClassName
{
border-color: #AB4F14;
}
</style>