Shades of Rust #AB4913
Tints of Rust #AB4913
RGB
CMYK
RGB Variations
Color information
#AB4913 (or 0xAB4913) is known color: Rust. HEX triplet: AB, 49 and 13. RGB value is (171,73,19). Sum of RGB (Red+Green+Blue) = 171+73+19=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4913 is #54B6EC. Grayscale: #606060. Windows color (decimal): -5551853 or 1264043. OLE color: 1264043.
HSL color Cylindrical-coordinate representation of color #AB4913: hue angle of 21.32º degrees, saturation: 0.8, 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 #AB4913 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 19 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.33 |
| HSL | 21.32º | 0.8% | 0.37% | - |
| HSV(B) | 21.32º | 0.89% | 0.67% | - |
| XYZ | 19.29 | 13.47 | 2.2 | - |
| YUV | 96.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 19 | 0 | 0.57 | 0.89 | 0.33 | 21.32 | 0.8 | 0.37 |
| Hex | AB | 49 | 13 | 0 | 39 | 59 | 21 | 15 | 50 | 25 |
| Octal | 253 | 111 | 23 | 0 | 71 | 131 | 41 | 25 | 120 | 45 |
| Binary | 10101011 | 1001001 | 10011 | 0 | 111001 | 1011001 | 100001 | 10101 | 1010000 | 100101 |
Color Harmonies of #AB4913
Complementary color
Monochromatic Colors of #AB4913
Black with #AB4913
Text Example
Text Example
White with #AB4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4913; }
p { color: rgb(171,73,19); }
H1.HeaderClassName
{
color: #AB4913;
}
.AnyTagClassName
{
color: #AB4913;
}
</style>
background-color css
<style>
a { background-color: #AB4913; }
a { background-color: rgb(171,73,19); }
div.DivClassName
{
background-color: #AB4913;
}
.BgClassName
{
background-color: #AB4913;
}
</style>
border-color css
<style>
span { border-color: #AB4913; }
span { border-color: rgb(171,73,19); }
td.TdClassName
{
border-color: #AB4913;
}
.TagClassName
{
border-color: #AB4913;
}
</style>