Shades of Rust #AB4413
Tints of Rust #AB4413
RGB
CMYK
RGB Variations
Color information
#AB4413 (or 0xAB4413) is known color: Rust. HEX triplet: AB, 44 and 13. RGB value is (171,68,19). Sum of RGB (Red+Green+Blue) = 171+68+19=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4413 is #54BBEC. Grayscale: #5D5D5D. Windows color (decimal): -5553133 or 1262763. OLE color: 1262763.
HSL color Cylindrical-coordinate representation of color #AB4413: hue angle of 19.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB4413 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.33 |
| HSL | 19.34º | 0.8% | 0.37% | - |
| HSV(B) | 19.34º | 0.89% | 0.67% | - |
| XYZ | 18.98 | 12.84 | 2.09 | - |
| YUV | 93.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 19 | 0 | 0.60 | 0.89 | 0.33 | 19.34 | 0.8 | 0.37 |
| Hex | AB | 44 | 13 | 0 | 3C | 59 | 21 | 13 | 50 | 25 |
| Octal | 253 | 104 | 23 | 0 | 74 | 131 | 41 | 23 | 120 | 45 |
| Binary | 10101011 | 1000100 | 10011 | 0 | 111100 | 1011001 | 100001 | 10011 | 1010000 | 100101 |
Color Harmonies of #AB4413
Complementary color
Monochromatic Colors of #AB4413
Black with #AB4413
Text Example
Text Example
White with #AB4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4413; }
p { color: rgb(171,68,19); }
H1.HeaderClassName
{
color: #AB4413;
}
.AnyTagClassName
{
color: #AB4413;
}
</style>
background-color css
<style>
a { background-color: #AB4413; }
a { background-color: rgb(171,68,19); }
div.DivClassName
{
background-color: #AB4413;
}
.BgClassName
{
background-color: #AB4413;
}
</style>
border-color css
<style>
span { border-color: #AB4413; }
span { border-color: rgb(171,68,19); }
td.TdClassName
{
border-color: #AB4413;
}
.TagClassName
{
border-color: #AB4413;
}
</style>