Shades of Rust #AB4010
Tints of Rust #AB4010
RGB
CMYK
RGB Variations
Color information
#AB4010 (or 0xAB4010) is known color: Rust. HEX triplet: AB, 40 and 10. RGB value is (171,64,16). Sum of RGB (Red+Green+Blue) = 171+64+16=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4010 is #54BFEF. Grayscale: #5A5A5A. Windows color (decimal): -5554160 or 1065131. OLE color: 1065131.
HSL color Cylindrical-coordinate representation of color #AB4010: hue angle of 18.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB4010 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.33 |
| HSL | 18.58º | 0.83% | 0.37% | - |
| HSV(B) | 18.58º | 0.91% | 0.67% | - |
| XYZ | 18.72 | 12.36 | 1.89 | - |
| YUV | 90.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 16 | 0 | 0.63 | 0.91 | 0.33 | 18.58 | 0.83 | 0.37 |
| Hex | AB | 40 | 10 | 0 | 3F | 5B | 21 | 13 | 53 | 25 |
| Octal | 253 | 100 | 20 | 0 | 77 | 133 | 41 | 23 | 123 | 45 |
| Binary | 10101011 | 1000000 | 10000 | 0 | 111111 | 1011011 | 100001 | 10011 | 1010011 | 100101 |
Color Harmonies of #AB4010
Complementary color
Monochromatic Colors of #AB4010
Black with #AB4010
Text Example
Text Example
White with #AB4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4010; }
p { color: rgb(171,64,16); }
H1.HeaderClassName
{
color: #AB4010;
}
.AnyTagClassName
{
color: #AB4010;
}
</style>
background-color css
<style>
a { background-color: #AB4010; }
a { background-color: rgb(171,64,16); }
div.DivClassName
{
background-color: #AB4010;
}
.BgClassName
{
background-color: #AB4010;
}
</style>
border-color css
<style>
span { border-color: #AB4010; }
span { border-color: rgb(171,64,16); }
td.TdClassName
{
border-color: #AB4010;
}
.TagClassName
{
border-color: #AB4010;
}
</style>