Shades of Rust #AB3C19
Tints of Rust #AB3C19
RGB
CMYK
RGB Variations
Color information
#AB3C19 (or 0xAB3C19) is known color: Rust. HEX triplet: AB, 3C and 19. RGB value is (171,60,25). Sum of RGB (Red+Green+Blue) = 171+60+25=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C19 is #54C3E6. Grayscale: #595959. Windows color (decimal): -5555175 or 1653931. OLE color: 1653931.
HSL color Cylindrical-coordinate representation of color #AB3C19: hue angle of 14.38º 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 #AB3C19 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 25 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.33 |
| HSL | 14.38º | 0.74% | 0.38% | - |
| HSV(B) | 14.38º | 0.85% | 0.67% | - |
| XYZ | 18.59 | 11.96 | 2.25 | - |
| YUV | 89.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 25 | 0 | 0.65 | 0.85 | 0.33 | 14.38 | 0.74 | 0.38 |
| Hex | AB | 3C | 19 | 0 | 41 | 55 | 21 | E | 4A | 26 |
| Octal | 253 | 74 | 31 | 0 | 101 | 125 | 41 | 16 | 112 | 46 |
| Binary | 10101011 | 111100 | 11001 | 0 | 1000001 | 1010101 | 100001 | 1110 | 1001010 | 100110 |
Color Harmonies of #AB3C19
Complementary color
Monochromatic Colors of #AB3C19
Black with #AB3C19
Text Example
Text Example
White with #AB3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C19; }
p { color: rgb(171,60,25); }
H1.HeaderClassName
{
color: #AB3C19;
}
.AnyTagClassName
{
color: #AB3C19;
}
</style>
background-color css
<style>
a { background-color: #AB3C19; }
a { background-color: rgb(171,60,25); }
div.DivClassName
{
background-color: #AB3C19;
}
.BgClassName
{
background-color: #AB3C19;
}
</style>
border-color css
<style>
span { border-color: #AB3C19; }
span { border-color: rgb(171,60,25); }
td.TdClassName
{
border-color: #AB3C19;
}
.TagClassName
{
border-color: #AB3C19;
}
</style>