Shades of Rust #AB4618
Tints of Rust #AB4618
RGB
CMYK
RGB Variations
Color information
#AB4618 (or 0xAB4618) is known color: Rust. HEX triplet: AB, 46 and 18. RGB value is (171,70,24). Sum of RGB (Red+Green+Blue) = 171+70+24=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4618 is #54B9E7. Grayscale: #5F5F5F. Windows color (decimal): -5552616 or 1590955. OLE color: 1590955.
HSL color Cylindrical-coordinate representation of color #AB4618: hue angle of 18.78º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB4618 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 24 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.33 |
| HSL | 18.78º | 0.75% | 0.38% | - |
| HSV(B) | 18.78º | 0.86% | 0.67% | - |
| XYZ | 19.15 | 13.1 | 2.38 | - |
| YUV | 94.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 24 | 0 | 0.59 | 0.86 | 0.33 | 18.78 | 0.75 | 0.38 |
| Hex | AB | 46 | 18 | 0 | 3B | 56 | 21 | 13 | 4B | 26 |
| Octal | 253 | 106 | 30 | 0 | 73 | 126 | 41 | 23 | 113 | 46 |
| Binary | 10101011 | 1000110 | 11000 | 0 | 111011 | 1010110 | 100001 | 10011 | 1001011 | 100110 |
Color Harmonies of #AB4618
Complementary color
Monochromatic Colors of #AB4618
Black with #AB4618
Text Example
Text Example
White with #AB4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4618; }
p { color: rgb(171,70,24); }
H1.HeaderClassName
{
color: #AB4618;
}
.AnyTagClassName
{
color: #AB4618;
}
</style>
background-color css
<style>
a { background-color: #AB4618; }
a { background-color: rgb(171,70,24); }
div.DivClassName
{
background-color: #AB4618;
}
.BgClassName
{
background-color: #AB4618;
}
</style>
border-color css
<style>
span { border-color: #AB4618; }
span { border-color: rgb(171,70,24); }
td.TdClassName
{
border-color: #AB4618;
}
.TagClassName
{
border-color: #AB4618;
}
</style>