Shades of Rust #AB4119
Tints of Rust #AB4119
RGB
CMYK
RGB Variations
Color information
#AB4119 (or 0xAB4119) is known color: Rust. HEX triplet: AB, 41 and 19. RGB value is (171,65,25). Sum of RGB (Red+Green+Blue) = 171+65+25=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4119 is #54BEE6. Grayscale: #5C5C5C. Windows color (decimal): -5553895 or 1655211. OLE color: 1655211.
HSL color Cylindrical-coordinate representation of color #AB4119: hue angle of 16.44º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB4119 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 25 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.33 |
| HSL | 16.44º | 0.74% | 0.38% | - |
| HSV(B) | 16.44º | 0.85% | 0.67% | - |
| XYZ | 18.86 | 12.51 | 2.34 | - |
| YUV | 92.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 25 | 0 | 0.62 | 0.85 | 0.33 | 16.44 | 0.74 | 0.38 |
| Hex | AB | 41 | 19 | 0 | 3E | 55 | 21 | 10 | 4A | 26 |
| Octal | 253 | 101 | 31 | 0 | 76 | 125 | 41 | 20 | 112 | 46 |
| Binary | 10101011 | 1000001 | 11001 | 0 | 111110 | 1010101 | 100001 | 10000 | 1001010 | 100110 |
Color Harmonies of #AB4119
Complementary color
Monochromatic Colors of #AB4119
Black with #AB4119
Text Example
Text Example
White with #AB4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4119; }
p { color: rgb(171,65,25); }
H1.HeaderClassName
{
color: #AB4119;
}
.AnyTagClassName
{
color: #AB4119;
}
</style>
background-color css
<style>
a { background-color: #AB4119; }
a { background-color: rgb(171,65,25); }
div.DivClassName
{
background-color: #AB4119;
}
.BgClassName
{
background-color: #AB4119;
}
</style>
border-color css
<style>
span { border-color: #AB4119; }
span { border-color: rgb(171,65,25); }
td.TdClassName
{
border-color: #AB4119;
}
.TagClassName
{
border-color: #AB4119;
}
</style>