Shades of Rust #AB4115
Tints of Rust #AB4115
RGB
CMYK
RGB Variations
Color information
#AB4115 (or 0xAB4115) is known color: Rust. HEX triplet: AB, 41 and 15. RGB value is (171,65,21). Sum of RGB (Red+Green+Blue) = 171+65+21=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4115 is #54BEEA. Grayscale: #5B5B5B. Windows color (decimal): -5553899 or 1393067. OLE color: 1393067.
HSL color Cylindrical-coordinate representation of color #AB4115: hue angle of 17.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 #AB4115 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 21 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.33 |
| HSL | 17.6º | 0.78% | 0.38% | - |
| HSV(B) | 17.6º | 0.88% | 0.67% | - |
| XYZ | 18.82 | 12.49 | 2.13 | - |
| YUV | 91.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 21 | 0 | 0.62 | 0.88 | 0.33 | 17.6 | 0.78 | 0.38 |
| Hex | AB | 41 | 15 | 0 | 3E | 58 | 21 | 12 | 4E | 26 |
| Octal | 253 | 101 | 25 | 0 | 76 | 130 | 41 | 22 | 116 | 46 |
| Binary | 10101011 | 1000001 | 10101 | 0 | 111110 | 1011000 | 100001 | 10010 | 1001110 | 100110 |
Color Harmonies of #AB4115
Complementary color
Monochromatic Colors of #AB4115
Black with #AB4115
Text Example
Text Example
White with #AB4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4115; }
p { color: rgb(171,65,21); }
H1.HeaderClassName
{
color: #AB4115;
}
.AnyTagClassName
{
color: #AB4115;
}
</style>
background-color css
<style>
a { background-color: #AB4115; }
a { background-color: rgb(171,65,21); }
div.DivClassName
{
background-color: #AB4115;
}
.BgClassName
{
background-color: #AB4115;
}
</style>
border-color css
<style>
span { border-color: #AB4115; }
span { border-color: rgb(171,65,21); }
td.TdClassName
{
border-color: #AB4115;
}
.TagClassName
{
border-color: #AB4115;
}
</style>