Shades of Rust #AB4919
Tints of Rust #AB4919
RGB
CMYK
RGB Variations
Color information
#AB4919 (or 0xAB4919) is known color: Rust. HEX triplet: AB, 49 and 19. RGB value is (171,73,25). Sum of RGB (Red+Green+Blue) = 171+73+25=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4919 is #54B6E6. Grayscale: #616161. Windows color (decimal): -5551847 or 1657259. OLE color: 1657259.
HSL color Cylindrical-coordinate representation of color #AB4919: hue angle of 19.73º 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 #AB4919 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 25 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.33 |
| HSL | 19.73º | 0.74% | 0.38% | - |
| HSV(B) | 19.73º | 0.85% | 0.67% | - |
| XYZ | 19.35 | 13.49 | 2.5 | - |
| YUV | 96.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 25 | 0 | 0.57 | 0.85 | 0.33 | 19.73 | 0.74 | 0.38 |
| Hex | AB | 49 | 19 | 0 | 39 | 55 | 21 | 14 | 4A | 26 |
| Octal | 253 | 111 | 31 | 0 | 71 | 125 | 41 | 24 | 112 | 46 |
| Binary | 10101011 | 1001001 | 11001 | 0 | 111001 | 1010101 | 100001 | 10100 | 1001010 | 100110 |
Color Harmonies of #AB4919
Complementary color
Monochromatic Colors of #AB4919
Black with #AB4919
Text Example
Text Example
White with #AB4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4919; }
p { color: rgb(171,73,25); }
H1.HeaderClassName
{
color: #AB4919;
}
.AnyTagClassName
{
color: #AB4919;
}
</style>
background-color css
<style>
a { background-color: #AB4919; }
a { background-color: rgb(171,73,25); }
div.DivClassName
{
background-color: #AB4919;
}
.BgClassName
{
background-color: #AB4919;
}
</style>
border-color css
<style>
span { border-color: #AB4919; }
span { border-color: rgb(171,73,25); }
td.TdClassName
{
border-color: #AB4919;
}
.TagClassName
{
border-color: #AB4919;
}
</style>