Shades of Rust #AB4810
Tints of Rust #AB4810
RGB
CMYK
RGB Variations
Color information
#AB4810 (or 0xAB4810) is known color: Rust. HEX triplet: AB, 48 and 10. RGB value is (171,72,16). Sum of RGB (Red+Green+Blue) = 171+72+16=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4810 is #54B7EF. Grayscale: #5F5F5F. Windows color (decimal): -5552112 or 1067179. OLE color: 1067179.
HSL color Cylindrical-coordinate representation of color #AB4810: hue angle of 21.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB4810 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.33 |
| HSL | 21.68º | 0.83% | 0.37% | - |
| HSV(B) | 21.68º | 0.91% | 0.67% | - |
| XYZ | 19.21 | 13.33 | 2.05 | - |
| YUV | 95.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 16 | 0 | 0.58 | 0.91 | 0.33 | 21.68 | 0.83 | 0.37 |
| Hex | AB | 48 | 10 | 0 | 3A | 5B | 21 | 16 | 53 | 25 |
| Octal | 253 | 110 | 20 | 0 | 72 | 133 | 41 | 26 | 123 | 45 |
| Binary | 10101011 | 1001000 | 10000 | 0 | 111010 | 1011011 | 100001 | 10110 | 1010011 | 100101 |
Color Harmonies of #AB4810
Complementary color
Monochromatic Colors of #AB4810
Black with #AB4810
Text Example
Text Example
White with #AB4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4810; }
p { color: rgb(171,72,16); }
H1.HeaderClassName
{
color: #AB4810;
}
.AnyTagClassName
{
color: #AB4810;
}
</style>
background-color css
<style>
a { background-color: #AB4810; }
a { background-color: rgb(171,72,16); }
div.DivClassName
{
background-color: #AB4810;
}
.BgClassName
{
background-color: #AB4810;
}
</style>
border-color css
<style>
span { border-color: #AB4810; }
span { border-color: rgb(171,72,16); }
td.TdClassName
{
border-color: #AB4810;
}
.TagClassName
{
border-color: #AB4810;
}
</style>