Shades of Rust #AB4019
Tints of Rust #AB4019
RGB
CMYK
RGB Variations
Color information
#AB4019 (or 0xAB4019) is known color: Rust. HEX triplet: AB, 40 and 19. RGB value is (171,64,25). Sum of RGB (Red+Green+Blue) = 171+64+25=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4019 is #54BFE6. Grayscale: #5B5B5B. Windows color (decimal): -5554151 or 1654955. OLE color: 1654955.
HSL color Cylindrical-coordinate representation of color #AB4019: hue angle of 16.03º 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 #AB4019 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 25 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.33 |
| HSL | 16.03º | 0.74% | 0.38% | - |
| HSV(B) | 16.03º | 0.85% | 0.67% | - |
| XYZ | 18.8 | 12.39 | 2.32 | - |
| YUV | 91.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 25 | 0 | 0.63 | 0.85 | 0.33 | 16.03 | 0.74 | 0.38 |
| Hex | AB | 40 | 19 | 0 | 3F | 55 | 21 | 10 | 4A | 26 |
| Octal | 253 | 100 | 31 | 0 | 77 | 125 | 41 | 20 | 112 | 46 |
| Binary | 10101011 | 1000000 | 11001 | 0 | 111111 | 1010101 | 100001 | 10000 | 1001010 | 100110 |
Color Harmonies of #AB4019
Complementary color
Monochromatic Colors of #AB4019
Black with #AB4019
Text Example
Text Example
White with #AB4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4019; }
p { color: rgb(171,64,25); }
H1.HeaderClassName
{
color: #AB4019;
}
.AnyTagClassName
{
color: #AB4019;
}
</style>
background-color css
<style>
a { background-color: #AB4019; }
a { background-color: rgb(171,64,25); }
div.DivClassName
{
background-color: #AB4019;
}
.BgClassName
{
background-color: #AB4019;
}
</style>
border-color css
<style>
span { border-color: #AB4019; }
span { border-color: rgb(171,64,25); }
td.TdClassName
{
border-color: #AB4019;
}
.TagClassName
{
border-color: #AB4019;
}
</style>