Shades of Rust #AB2E0D
Tints of Rust #AB2E0D
RGB
CMYK
RGB Variations
Color information
#AB2E0D (or 0xAB2E0D) is known color: Rust. HEX triplet: AB, 2E and 0D. RGB value is (171,46,13). Sum of RGB (Red+Green+Blue) = 171+46+13=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E0D is #54D1F2. Grayscale: #4F4F4F. Windows color (decimal): -5558771 or 863915. OLE color: 863915.
HSL color Cylindrical-coordinate representation of color #AB2E0D: hue angle of 12.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB2E0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 13 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.33 |
| HSL | 12.53º | 0.86% | 0.36% | - |
| HSV(B) | 12.53º | 0.92% | 0.67% | - |
| XYZ | 17.84 | 10.64 | 1.49 | - |
| YUV | 79.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 13 | 0 | 0.73 | 0.92 | 0.33 | 12.53 | 0.86 | 0.36 |
| Hex | AB | 2E | D | 0 | 49 | 5C | 21 | D | 56 | 24 |
| Octal | 253 | 56 | 15 | 0 | 111 | 134 | 41 | 15 | 126 | 44 |
| Binary | 10101011 | 101110 | 1101 | 0 | 1001001 | 1011100 | 100001 | 1101 | 1010110 | 100100 |
Color Harmonies of #AB2E0D
Complementary color
Monochromatic Colors of #AB2E0D
Black with #AB2E0D
Text Example
Text Example
White with #AB2E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E0D; }
p { color: rgb(171,46,13); }
H1.HeaderClassName
{
color: #AB2E0D;
}
.AnyTagClassName
{
color: #AB2E0D;
}
</style>
background-color css
<style>
a { background-color: #AB2E0D; }
a { background-color: rgb(171,46,13); }
div.DivClassName
{
background-color: #AB2E0D;
}
.BgClassName
{
background-color: #AB2E0D;
}
</style>
border-color css
<style>
span { border-color: #AB2E0D; }
span { border-color: rgb(171,46,13); }
td.TdClassName
{
border-color: #AB2E0D;
}
.TagClassName
{
border-color: #AB2E0D;
}
</style>