Shades of Rust #AB3215
Tints of Rust #AB3215
RGB
CMYK
RGB Variations
Color information
#AB3215 (or 0xAB3215) is known color: Rust. HEX triplet: AB, 32 and 15. RGB value is (171,50,21). Sum of RGB (Red+Green+Blue) = 171+50+21=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3215 is #54CDEA. Grayscale: #535353. Windows color (decimal): -5557739 or 1389227. OLE color: 1389227.
HSL color Cylindrical-coordinate representation of color #AB3215: hue angle of 11.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3215 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.33 |
| HSL | 11.6º | 0.78% | 0.38% | - |
| HSV(B) | 11.6º | 0.88% | 0.67% | - |
| XYZ | 18.07 | 10.99 | 1.88 | - |
| YUV | 82.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 21 | 0 | 0.71 | 0.88 | 0.33 | 11.6 | 0.78 | 0.38 |
| Hex | AB | 32 | 15 | 0 | 47 | 58 | 21 | C | 4E | 26 |
| Octal | 253 | 62 | 25 | 0 | 107 | 130 | 41 | 14 | 116 | 46 |
| Binary | 10101011 | 110010 | 10101 | 0 | 1000111 | 1011000 | 100001 | 1100 | 1001110 | 100110 |
Color Harmonies of #AB3215
Complementary color
Monochromatic Colors of #AB3215
Black with #AB3215
Text Example
Text Example
White with #AB3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3215; }
p { color: rgb(171,50,21); }
H1.HeaderClassName
{
color: #AB3215;
}
.AnyTagClassName
{
color: #AB3215;
}
</style>
background-color css
<style>
a { background-color: #AB3215; }
a { background-color: rgb(171,50,21); }
div.DivClassName
{
background-color: #AB3215;
}
.BgClassName
{
background-color: #AB3215;
}
</style>
border-color css
<style>
span { border-color: #AB3215; }
span { border-color: rgb(171,50,21); }
td.TdClassName
{
border-color: #AB3215;
}
.TagClassName
{
border-color: #AB3215;
}
</style>