Shades of Rust #AB4419
Tints of Rust #AB4419
RGB
CMYK
RGB Variations
Color information
#AB4419 (or 0xAB4419) is known color: Rust. HEX triplet: AB, 44 and 19. RGB value is (171,68,25). Sum of RGB (Red+Green+Blue) = 171+68+25=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4419 is #54BBE6. Grayscale: #5E5E5E. Windows color (decimal): -5553127 or 1655979. OLE color: 1655979.
HSL color Cylindrical-coordinate representation of color #AB4419: hue angle of 17.67º 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 #AB4419 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 25 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.33 |
| HSL | 17.67º | 0.74% | 0.38% | - |
| HSV(B) | 17.67º | 0.85% | 0.67% | - |
| XYZ | 19.04 | 12.86 | 2.4 | - |
| YUV | 93.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 25 | 0 | 0.60 | 0.85 | 0.33 | 17.67 | 0.74 | 0.38 |
| Hex | AB | 44 | 19 | 0 | 3C | 55 | 21 | 12 | 4A | 26 |
| Octal | 253 | 104 | 31 | 0 | 74 | 125 | 41 | 22 | 112 | 46 |
| Binary | 10101011 | 1000100 | 11001 | 0 | 111100 | 1010101 | 100001 | 10010 | 1001010 | 100110 |
Color Harmonies of #AB4419
Complementary color
Monochromatic Colors of #AB4419
Black with #AB4419
Text Example
Text Example
White with #AB4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4419; }
p { color: rgb(171,68,25); }
H1.HeaderClassName
{
color: #AB4419;
}
.AnyTagClassName
{
color: #AB4419;
}
</style>
background-color css
<style>
a { background-color: #AB4419; }
a { background-color: rgb(171,68,25); }
div.DivClassName
{
background-color: #AB4419;
}
.BgClassName
{
background-color: #AB4419;
}
</style>
border-color css
<style>
span { border-color: #AB4419; }
span { border-color: rgb(171,68,25); }
td.TdClassName
{
border-color: #AB4419;
}
.TagClassName
{
border-color: #AB4419;
}
</style>