Shades of Rust #AB4100
Tints of Rust #AB4100
RGB
CMYK
RGB Variations
Color information
#AB4100 (or 0xAB4100) is known color: Rust. HEX triplet: AB, 41 and 00. RGB value is (171,65,0). Sum of RGB (Red+Green+Blue) = 171+65+0=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4100 is #54BEFF. Grayscale: #595959. Windows color (decimal): -5553920 or 16811. OLE color: 16811.
HSL color Cylindrical-coordinate representation of color #AB4100: hue angle of 22.81º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB4100 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.33 |
| HSL | 22.81º | 1% | 0.34% | - |
| HSV(B) | 22.81º | 1% | 0.67% | - |
| XYZ | 18.68 | 12.44 | 1.42 | - |
| YUV | 89.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 0 | 0 | 0.62 | 1 | 0.33 | 22.81 | 1 | 0.34 |
| Hex | AB | 41 | 0 | 0 | 3E | 64 | 21 | 17 | 64 | 22 |
| Octal | 253 | 101 | 0 | 0 | 76 | 144 | 41 | 27 | 144 | 42 |
| Binary | 10101011 | 1000001 | 0 | 0 | 111110 | 1100100 | 100001 | 10111 | 1100100 | 100010 |
Color Harmonies of #AB4100
Complementary color
Monochromatic Colors of #AB4100
Black with #AB4100
Text Example
Text Example
White with #AB4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4100; }
p { color: rgb(171,65,0); }
H1.HeaderClassName
{
color: #AB4100;
}
.AnyTagClassName
{
color: #AB4100;
}
</style>
background-color css
<style>
a { background-color: #AB4100; }
a { background-color: rgb(171,65,0); }
div.DivClassName
{
background-color: #AB4100;
}
.BgClassName
{
background-color: #AB4100;
}
</style>
border-color css
<style>
span { border-color: #AB4100; }
span { border-color: rgb(171,65,0); }
td.TdClassName
{
border-color: #AB4100;
}
.TagClassName
{
border-color: #AB4100;
}
</style>