Shades of Rust #AB2E13
Tints of Rust #AB2E13
RGB
CMYK
RGB Variations
Color information
#AB2E13 (or 0xAB2E13) is known color: Rust. HEX triplet: AB, 2E and 13. RGB value is (171,46,19). Sum of RGB (Red+Green+Blue) = 171+46+19=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E13 is #54D1EC. Grayscale: #505050. Windows color (decimal): -5558765 or 1257131. OLE color: 1257131.
HSL color Cylindrical-coordinate representation of color #AB2E13: hue angle of 10.66º 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 #AB2E13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 19 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.33 |
| HSL | 10.66º | 0.8% | 0.37% | - |
| HSV(B) | 10.66º | 0.89% | 0.67% | - |
| XYZ | 17.89 | 10.66 | 1.73 | - |
| YUV | 80.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 19 | 0 | 0.73 | 0.89 | 0.33 | 10.66 | 0.8 | 0.37 |
| Hex | AB | 2E | 13 | 0 | 49 | 59 | 21 | B | 50 | 25 |
| Octal | 253 | 56 | 23 | 0 | 111 | 131 | 41 | 13 | 120 | 45 |
| Binary | 10101011 | 101110 | 10011 | 0 | 1001001 | 1011001 | 100001 | 1011 | 1010000 | 100101 |
Color Harmonies of #AB2E13
Complementary color
Monochromatic Colors of #AB2E13
Black with #AB2E13
Text Example
Text Example
White with #AB2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E13; }
p { color: rgb(171,46,19); }
H1.HeaderClassName
{
color: #AB2E13;
}
.AnyTagClassName
{
color: #AB2E13;
}
</style>
background-color css
<style>
a { background-color: #AB2E13; }
a { background-color: rgb(171,46,19); }
div.DivClassName
{
background-color: #AB2E13;
}
.BgClassName
{
background-color: #AB2E13;
}
</style>
border-color css
<style>
span { border-color: #AB2E13; }
span { border-color: rgb(171,46,19); }
td.TdClassName
{
border-color: #AB2E13;
}
.TagClassName
{
border-color: #AB2E13;
}
</style>