Shades of Rust #AB4118
Tints of Rust #AB4118
RGB
CMYK
RGB Variations
Color information
#AB4118 (or 0xAB4118) is known color: Rust. HEX triplet: AB, 41 and 18. RGB value is (171,65,24). Sum of RGB (Red+Green+Blue) = 171+65+24=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4118 is #54BEE7. Grayscale: #5C5C5C. Windows color (decimal): -5553896 or 1589675. OLE color: 1589675.
HSL color Cylindrical-coordinate representation of color #AB4118: hue angle of 16.73º 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 #AB4118 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 24 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.33 |
| HSL | 16.73º | 0.75% | 0.38% | - |
| HSV(B) | 16.73º | 0.86% | 0.67% | - |
| XYZ | 18.85 | 12.5 | 2.28 | - |
| YUV | 92.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 24 | 0 | 0.62 | 0.86 | 0.33 | 16.73 | 0.75 | 0.38 |
| Hex | AB | 41 | 18 | 0 | 3E | 56 | 21 | 11 | 4B | 26 |
| Octal | 253 | 101 | 30 | 0 | 76 | 126 | 41 | 21 | 113 | 46 |
| Binary | 10101011 | 1000001 | 11000 | 0 | 111110 | 1010110 | 100001 | 10001 | 1001011 | 100110 |
Color Harmonies of #AB4118
Complementary color
Monochromatic Colors of #AB4118
Black with #AB4118
Text Example
Text Example
White with #AB4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4118; }
p { color: rgb(171,65,24); }
H1.HeaderClassName
{
color: #AB4118;
}
.AnyTagClassName
{
color: #AB4118;
}
</style>
background-color css
<style>
a { background-color: #AB4118; }
a { background-color: rgb(171,65,24); }
div.DivClassName
{
background-color: #AB4118;
}
.BgClassName
{
background-color: #AB4118;
}
</style>
border-color css
<style>
span { border-color: #AB4118; }
span { border-color: rgb(171,65,24); }
td.TdClassName
{
border-color: #AB4118;
}
.TagClassName
{
border-color: #AB4118;
}
</style>