Shades of Rust #AB3519
Tints of Rust #AB3519
RGB
CMYK
RGB Variations
Color information
#AB3519 (or 0xAB3519) is known color: Rust. HEX triplet: AB, 35 and 19. RGB value is (171,53,25). Sum of RGB (Red+Green+Blue) = 171+53+25=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3519 is #54CAE6. Grayscale: #555555. Windows color (decimal): -5556967 or 1652139. OLE color: 1652139.
HSL color Cylindrical-coordinate representation of color #AB3519: hue angle of 11.51º 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 #AB3519 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 25 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.33 |
| HSL | 11.51º | 0.74% | 0.38% | - |
| HSV(B) | 11.51º | 0.85% | 0.67% | - |
| XYZ | 18.24 | 11.27 | 2.13 | - |
| YUV | 85.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 25 | 0 | 0.69 | 0.85 | 0.33 | 11.51 | 0.74 | 0.38 |
| Hex | AB | 35 | 19 | 0 | 45 | 55 | 21 | C | 4A | 26 |
| Octal | 253 | 65 | 31 | 0 | 105 | 125 | 41 | 14 | 112 | 46 |
| Binary | 10101011 | 110101 | 11001 | 0 | 1000101 | 1010101 | 100001 | 1100 | 1001010 | 100110 |
Color Harmonies of #AB3519
Complementary color
Monochromatic Colors of #AB3519
Black with #AB3519
Text Example
Text Example
White with #AB3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3519; }
p { color: rgb(171,53,25); }
H1.HeaderClassName
{
color: #AB3519;
}
.AnyTagClassName
{
color: #AB3519;
}
</style>
background-color css
<style>
a { background-color: #AB3519; }
a { background-color: rgb(171,53,25); }
div.DivClassName
{
background-color: #AB3519;
}
.BgClassName
{
background-color: #AB3519;
}
</style>
border-color css
<style>
span { border-color: #AB3519; }
span { border-color: rgb(171,53,25); }
td.TdClassName
{
border-color: #AB3519;
}
.TagClassName
{
border-color: #AB3519;
}
</style>