Shades of Rust #AB4E14
Tints of Rust #AB4E14
RGB
CMYK
RGB Variations
Color information
#AB4E14 (or 0xAB4E14) is known color: Rust. HEX triplet: AB, 4E and 14. RGB value is (171,78,20). Sum of RGB (Red+Green+Blue) = 171+78+20=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E14 is #54B1EB. Grayscale: #636363. Windows color (decimal): -5550572 or 1330859. OLE color: 1330859.
HSL color Cylindrical-coordinate representation of color #AB4E14: hue angle of 23.05º 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 #AB4E14 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 20 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.33 |
| HSL | 23.05º | 0.79% | 0.37% | - |
| HSV(B) | 23.05º | 0.88% | 0.67% | - |
| XYZ | 19.65 | 14.16 | 2.36 | - |
| YUV | 99.2 | 83.31 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 20 | 0 | 0.54 | 0.88 | 0.33 | 23.05 | 0.79 | 0.37 |
| Hex | AB | 4E | 14 | 0 | 36 | 58 | 21 | 17 | 4F | 25 |
| Octal | 253 | 116 | 24 | 0 | 66 | 130 | 41 | 27 | 117 | 45 |
| Binary | 10101011 | 1001110 | 10100 | 0 | 110110 | 1011000 | 100001 | 10111 | 1001111 | 100101 |
Color Harmonies of #AB4E14
Complementary color
Monochromatic Colors of #AB4E14
Black with #AB4E14
Text Example
Text Example
White with #AB4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E14; }
p { color: rgb(171,78,20); }
H1.HeaderClassName
{
color: #AB4E14;
}
.AnyTagClassName
{
color: #AB4E14;
}
</style>
background-color css
<style>
a { background-color: #AB4E14; }
a { background-color: rgb(171,78,20); }
div.DivClassName
{
background-color: #AB4E14;
}
.BgClassName
{
background-color: #AB4E14;
}
</style>
border-color css
<style>
span { border-color: #AB4E14; }
span { border-color: rgb(171,78,20); }
td.TdClassName
{
border-color: #AB4E14;
}
.TagClassName
{
border-color: #AB4E14;
}
</style>