Shades of Rust #AB4418
Tints of Rust #AB4418
RGB
CMYK
RGB Variations
Color information
#AB4418 (or 0xAB4418) is known color: Rust. HEX triplet: AB, 44 and 18. RGB value is (171,68,24). Sum of RGB (Red+Green+Blue) = 171+68+24=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4418 is #54BBE7. Grayscale: #5E5E5E. Windows color (decimal): -5553128 or 1590443. OLE color: 1590443.
HSL color Cylindrical-coordinate representation of color #AB4418: hue angle of 17.96º 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 #AB4418 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 24 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.33 |
| HSL | 17.96º | 0.75% | 0.38% | - |
| HSV(B) | 17.96º | 0.86% | 0.67% | - |
| XYZ | 19.03 | 12.86 | 2.34 | - |
| YUV | 93.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 24 | 0 | 0.60 | 0.86 | 0.33 | 17.96 | 0.75 | 0.38 |
| Hex | AB | 44 | 18 | 0 | 3C | 56 | 21 | 12 | 4B | 26 |
| Octal | 253 | 104 | 30 | 0 | 74 | 126 | 41 | 22 | 113 | 46 |
| Binary | 10101011 | 1000100 | 11000 | 0 | 111100 | 1010110 | 100001 | 10010 | 1001011 | 100110 |
Color Harmonies of #AB4418
Complementary color
Monochromatic Colors of #AB4418
Black with #AB4418
Text Example
Text Example
White with #AB4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4418; }
p { color: rgb(171,68,24); }
H1.HeaderClassName
{
color: #AB4418;
}
.AnyTagClassName
{
color: #AB4418;
}
</style>
background-color css
<style>
a { background-color: #AB4418; }
a { background-color: rgb(171,68,24); }
div.DivClassName
{
background-color: #AB4418;
}
.BgClassName
{
background-color: #AB4418;
}
</style>
border-color css
<style>
span { border-color: #AB4418; }
span { border-color: rgb(171,68,24); }
td.TdClassName
{
border-color: #AB4418;
}
.TagClassName
{
border-color: #AB4418;
}
</style>