Shades of Rust #AB3218
Tints of Rust #AB3218
RGB
CMYK
RGB Variations
Color information
#AB3218 (or 0xAB3218) is known color: Rust. HEX triplet: AB, 32 and 18. RGB value is (171,50,24). Sum of RGB (Red+Green+Blue) = 171+50+24=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3218 is #54CDE7. Grayscale: #535353. Windows color (decimal): -5557736 or 1585835. OLE color: 1585835.
HSL color Cylindrical-coordinate representation of color #AB3218: hue angle of 10.61º 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 #AB3218 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 24 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.33 |
| HSL | 10.61º | 0.75% | 0.38% | - |
| HSV(B) | 10.61º | 0.86% | 0.67% | - |
| XYZ | 18.1 | 11.01 | 2.03 | - |
| YUV | 83.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 24 | 0 | 0.71 | 0.86 | 0.33 | 10.61 | 0.75 | 0.38 |
| Hex | AB | 32 | 18 | 0 | 47 | 56 | 21 | B | 4B | 26 |
| Octal | 253 | 62 | 30 | 0 | 107 | 126 | 41 | 13 | 113 | 46 |
| Binary | 10101011 | 110010 | 11000 | 0 | 1000111 | 1010110 | 100001 | 1011 | 1001011 | 100110 |
Color Harmonies of #AB3218
Complementary color
Monochromatic Colors of #AB3218
Black with #AB3218
Text Example
Text Example
White with #AB3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3218; }
p { color: rgb(171,50,24); }
H1.HeaderClassName
{
color: #AB3218;
}
.AnyTagClassName
{
color: #AB3218;
}
</style>
background-color css
<style>
a { background-color: #AB3218; }
a { background-color: rgb(171,50,24); }
div.DivClassName
{
background-color: #AB3218;
}
.BgClassName
{
background-color: #AB3218;
}
</style>
border-color css
<style>
span { border-color: #AB3218; }
span { border-color: rgb(171,50,24); }
td.TdClassName
{
border-color: #AB3218;
}
.TagClassName
{
border-color: #AB3218;
}
</style>