Shades of Rust #AB3A11
Tints of Rust #AB3A11
RGB
CMYK
RGB Variations
Color information
#AB3A11 (or 0xAB3A11) is known color: Rust. HEX triplet: AB, 3A and 11. RGB value is (171,58,17). Sum of RGB (Red+Green+Blue) = 171+58+17=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A11 is #54C5EE. Grayscale: #575757. Windows color (decimal): -5555695 or 1129131. OLE color: 1129131.
HSL color Cylindrical-coordinate representation of color #AB3A11: hue angle of 15.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB3A11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 17 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.33 |
| HSL | 15.97º | 0.82% | 0.37% | - |
| HSV(B) | 15.97º | 0.9% | 0.67% | - |
| XYZ | 18.41 | 11.72 | 1.82 | - |
| YUV | 87.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 17 | 0 | 0.66 | 0.90 | 0.33 | 15.97 | 0.82 | 0.37 |
| Hex | AB | 3A | 11 | 0 | 42 | 5A | 21 | 10 | 52 | 25 |
| Octal | 253 | 72 | 21 | 0 | 102 | 132 | 41 | 20 | 122 | 45 |
| Binary | 10101011 | 111010 | 10001 | 0 | 1000010 | 1011010 | 100001 | 10000 | 1010010 | 100101 |
Color Harmonies of #AB3A11
Complementary color
Monochromatic Colors of #AB3A11
Black with #AB3A11
Text Example
Text Example
White with #AB3A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A11; }
p { color: rgb(171,58,17); }
H1.HeaderClassName
{
color: #AB3A11;
}
.AnyTagClassName
{
color: #AB3A11;
}
</style>
background-color css
<style>
a { background-color: #AB3A11; }
a { background-color: rgb(171,58,17); }
div.DivClassName
{
background-color: #AB3A11;
}
.BgClassName
{
background-color: #AB3A11;
}
</style>
border-color css
<style>
span { border-color: #AB3A11; }
span { border-color: rgb(171,58,17); }
td.TdClassName
{
border-color: #AB3A11;
}
.TagClassName
{
border-color: #AB3A11;
}
</style>