Shades of Rust #AB4819
Tints of Rust #AB4819
RGB
CMYK
RGB Variations
Color information
#AB4819 (or 0xAB4819) is known color: Rust. HEX triplet: AB, 48 and 19. RGB value is (171,72,25). Sum of RGB (Red+Green+Blue) = 171+72+25=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4819 is #54B7E6. Grayscale: #606060. Windows color (decimal): -5552103 or 1657003. OLE color: 1657003.
HSL color Cylindrical-coordinate representation of color #AB4819: hue angle of 19.32º 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 #AB4819 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 25 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.33 |
| HSL | 19.32º | 0.74% | 0.38% | - |
| HSV(B) | 19.32º | 0.85% | 0.67% | - |
| XYZ | 19.29 | 13.36 | 2.48 | - |
| YUV | 96.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 25 | 0 | 0.58 | 0.85 | 0.33 | 19.32 | 0.74 | 0.38 |
| Hex | AB | 48 | 19 | 0 | 3A | 55 | 21 | 13 | 4A | 26 |
| Octal | 253 | 110 | 31 | 0 | 72 | 125 | 41 | 23 | 112 | 46 |
| Binary | 10101011 | 1001000 | 11001 | 0 | 111010 | 1010101 | 100001 | 10011 | 1001010 | 100110 |
Color Harmonies of #AB4819
Complementary color
Monochromatic Colors of #AB4819
Black with #AB4819
Text Example
Text Example
White with #AB4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4819; }
p { color: rgb(171,72,25); }
H1.HeaderClassName
{
color: #AB4819;
}
.AnyTagClassName
{
color: #AB4819;
}
</style>
background-color css
<style>
a { background-color: #AB4819; }
a { background-color: rgb(171,72,25); }
div.DivClassName
{
background-color: #AB4819;
}
.BgClassName
{
background-color: #AB4819;
}
</style>
border-color css
<style>
span { border-color: #AB4819; }
span { border-color: rgb(171,72,25); }
td.TdClassName
{
border-color: #AB4819;
}
.TagClassName
{
border-color: #AB4819;
}
</style>