Shades of Rust #AB2D0E
Tints of Rust #AB2D0E
RGB
CMYK
RGB Variations
Color information
#AB2D0E (or 0xAB2D0E) is known color: Rust. HEX triplet: AB, 2D and 0E. RGB value is (171,45,14). Sum of RGB (Red+Green+Blue) = 171+45+14=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D0E is #54D2F1. Grayscale: #4F4F4F. Windows color (decimal): -5559026 or 929195. OLE color: 929195.
HSL color Cylindrical-coordinate representation of color #AB2D0E: hue angle of 11.85º degrees, saturation: 0.85, 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 #AB2D0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 14 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.33 |
| HSL | 11.85º | 0.85% | 0.36% | - |
| HSV(B) | 11.85º | 0.92% | 0.67% | - |
| XYZ | 17.81 | 10.57 | 1.52 | - |
| YUV | 79.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 14 | 0 | 0.74 | 0.92 | 0.33 | 11.85 | 0.85 | 0.36 |
| Hex | AB | 2D | E | 0 | 4A | 5C | 21 | C | 55 | 24 |
| Octal | 253 | 55 | 16 | 0 | 112 | 134 | 41 | 14 | 125 | 44 |
| Binary | 10101011 | 101101 | 1110 | 0 | 1001010 | 1011100 | 100001 | 1100 | 1010101 | 100100 |
Color Harmonies of #AB2D0E
Complementary color
Monochromatic Colors of #AB2D0E
Black with #AB2D0E
Text Example
Text Example
White with #AB2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D0E; }
p { color: rgb(171,45,14); }
H1.HeaderClassName
{
color: #AB2D0E;
}
.AnyTagClassName
{
color: #AB2D0E;
}
</style>
background-color css
<style>
a { background-color: #AB2D0E; }
a { background-color: rgb(171,45,14); }
div.DivClassName
{
background-color: #AB2D0E;
}
.BgClassName
{
background-color: #AB2D0E;
}
</style>
border-color css
<style>
span { border-color: #AB2D0E; }
span { border-color: rgb(171,45,14); }
td.TdClassName
{
border-color: #AB2D0E;
}
.TagClassName
{
border-color: #AB2D0E;
}
</style>