Shades of Rust #AB4013
Tints of Rust #AB4013
RGB
CMYK
RGB Variations
Color information
#AB4013 (or 0xAB4013) is known color: Rust. HEX triplet: AB, 40 and 13. RGB value is (171,64,19). Sum of RGB (Red+Green+Blue) = 171+64+19=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4013 is #54BFEC. Grayscale: #5B5B5B. Windows color (decimal): -5554157 or 1261739. OLE color: 1261739.
HSL color Cylindrical-coordinate representation of color #AB4013: hue angle of 17.76º 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 #AB4013 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.33 |
| HSL | 17.76º | 0.8% | 0.37% | - |
| HSV(B) | 17.76º | 0.89% | 0.67% | - |
| XYZ | 18.75 | 12.37 | 2.02 | - |
| YUV | 90.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 19 | 0 | 0.63 | 0.89 | 0.33 | 17.76 | 0.8 | 0.37 |
| Hex | AB | 40 | 13 | 0 | 3F | 59 | 21 | 12 | 50 | 25 |
| Octal | 253 | 100 | 23 | 0 | 77 | 131 | 41 | 22 | 120 | 45 |
| Binary | 10101011 | 1000000 | 10011 | 0 | 111111 | 1011001 | 100001 | 10010 | 1010000 | 100101 |
Color Harmonies of #AB4013
Complementary color
Monochromatic Colors of #AB4013
Black with #AB4013
Text Example
Text Example
White with #AB4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4013; }
p { color: rgb(171,64,19); }
H1.HeaderClassName
{
color: #AB4013;
}
.AnyTagClassName
{
color: #AB4013;
}
</style>
background-color css
<style>
a { background-color: #AB4013; }
a { background-color: rgb(171,64,19); }
div.DivClassName
{
background-color: #AB4013;
}
.BgClassName
{
background-color: #AB4013;
}
</style>
border-color css
<style>
span { border-color: #AB4013; }
span { border-color: rgb(171,64,19); }
td.TdClassName
{
border-color: #AB4013;
}
.TagClassName
{
border-color: #AB4013;
}
</style>