Shades of Rust #AB3A19
Tints of Rust #AB3A19
RGB
CMYK
RGB Variations
Color information
#AB3A19 (or 0xAB3A19) is known color: Rust. HEX triplet: AB, 3A and 19. RGB value is (171,58,25). Sum of RGB (Red+Green+Blue) = 171+58+25=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A19 is #54C5E6. Grayscale: #585858. Windows color (decimal): -5555687 or 1653419. OLE color: 1653419.
HSL color Cylindrical-coordinate representation of color #AB3A19: hue angle of 13.56º 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 #AB3A19 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 25 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.33 |
| HSL | 13.56º | 0.74% | 0.38% | - |
| HSV(B) | 13.56º | 0.85% | 0.67% | - |
| XYZ | 18.48 | 11.75 | 2.21 | - |
| YUV | 88.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 25 | 0 | 0.66 | 0.85 | 0.33 | 13.56 | 0.74 | 0.38 |
| Hex | AB | 3A | 19 | 0 | 42 | 55 | 21 | E | 4A | 26 |
| Octal | 253 | 72 | 31 | 0 | 102 | 125 | 41 | 16 | 112 | 46 |
| Binary | 10101011 | 111010 | 11001 | 0 | 1000010 | 1010101 | 100001 | 1110 | 1001010 | 100110 |
Color Harmonies of #AB3A19
Complementary color
Monochromatic Colors of #AB3A19
Black with #AB3A19
Text Example
Text Example
White with #AB3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A19; }
p { color: rgb(171,58,25); }
H1.HeaderClassName
{
color: #AB3A19;
}
.AnyTagClassName
{
color: #AB3A19;
}
</style>
background-color css
<style>
a { background-color: #AB3A19; }
a { background-color: rgb(171,58,25); }
div.DivClassName
{
background-color: #AB3A19;
}
.BgClassName
{
background-color: #AB3A19;
}
</style>
border-color css
<style>
span { border-color: #AB3A19; }
span { border-color: rgb(171,58,25); }
td.TdClassName
{
border-color: #AB3A19;
}
.TagClassName
{
border-color: #AB3A19;
}
</style>