Shades of Rust #AB4014
Tints of Rust #AB4014
RGB
CMYK
RGB Variations
Color information
#AB4014 (or 0xAB4014) is known color: Rust. HEX triplet: AB, 40 and 14. RGB value is (171,64,20). Sum of RGB (Red+Green+Blue) = 171+64+20=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4014 is #54BFEB. Grayscale: #5B5B5B. Windows color (decimal): -5554156 or 1327275. OLE color: 1327275.
HSL color Cylindrical-coordinate representation of color #AB4014: hue angle of 17.48º 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 #AB4014 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 20 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.33 |
| HSL | 17.48º | 0.79% | 0.37% | - |
| HSV(B) | 17.48º | 0.88% | 0.67% | - |
| XYZ | 18.75 | 12.38 | 2.06 | - |
| YUV | 90.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 20 | 0 | 0.63 | 0.88 | 0.33 | 17.48 | 0.79 | 0.37 |
| Hex | AB | 40 | 14 | 0 | 3F | 58 | 21 | 11 | 4F | 25 |
| Octal | 253 | 100 | 24 | 0 | 77 | 130 | 41 | 21 | 117 | 45 |
| Binary | 10101011 | 1000000 | 10100 | 0 | 111111 | 1011000 | 100001 | 10001 | 1001111 | 100101 |
Color Harmonies of #AB4014
Complementary color
Monochromatic Colors of #AB4014
Black with #AB4014
Text Example
Text Example
White with #AB4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4014; }
p { color: rgb(171,64,20); }
H1.HeaderClassName
{
color: #AB4014;
}
.AnyTagClassName
{
color: #AB4014;
}
</style>
background-color css
<style>
a { background-color: #AB4014; }
a { background-color: rgb(171,64,20); }
div.DivClassName
{
background-color: #AB4014;
}
.BgClassName
{
background-color: #AB4014;
}
</style>
border-color css
<style>
span { border-color: #AB4014; }
span { border-color: rgb(171,64,20); }
td.TdClassName
{
border-color: #AB4014;
}
.TagClassName
{
border-color: #AB4014;
}
</style>