Shades of Rust #AB4018
Tints of Rust #AB4018
RGB
CMYK
RGB Variations
Color information
#AB4018 (or 0xAB4018) is known color: Rust. HEX triplet: AB, 40 and 18. RGB value is (171,64,24). Sum of RGB (Red+Green+Blue) = 171+64+24=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4018 is #54BFE7. Grayscale: #5B5B5B. Windows color (decimal): -5554152 or 1589419. OLE color: 1589419.
HSL color Cylindrical-coordinate representation of color #AB4018: hue angle of 16.33º 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 #AB4018 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 24 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.33 |
| HSL | 16.33º | 0.75% | 0.38% | - |
| HSV(B) | 16.33º | 0.86% | 0.67% | - |
| XYZ | 18.79 | 12.39 | 2.27 | - |
| YUV | 91.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 24 | 0 | 0.63 | 0.86 | 0.33 | 16.33 | 0.75 | 0.38 |
| Hex | AB | 40 | 18 | 0 | 3F | 56 | 21 | 10 | 4B | 26 |
| Octal | 253 | 100 | 30 | 0 | 77 | 126 | 41 | 20 | 113 | 46 |
| Binary | 10101011 | 1000000 | 11000 | 0 | 111111 | 1010110 | 100001 | 10000 | 1001011 | 100110 |
Color Harmonies of #AB4018
Complementary color
Monochromatic Colors of #AB4018
Black with #AB4018
Text Example
Text Example
White with #AB4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4018; }
p { color: rgb(171,64,24); }
H1.HeaderClassName
{
color: #AB4018;
}
.AnyTagClassName
{
color: #AB4018;
}
</style>
background-color css
<style>
a { background-color: #AB4018; }
a { background-color: rgb(171,64,24); }
div.DivClassName
{
background-color: #AB4018;
}
.BgClassName
{
background-color: #AB4018;
}
</style>
border-color css
<style>
span { border-color: #AB4018; }
span { border-color: rgb(171,64,24); }
td.TdClassName
{
border-color: #AB4018;
}
.TagClassName
{
border-color: #AB4018;
}
</style>