Shades of Rust #AB4C10
Tints of Rust #AB4C10
RGB
CMYK
RGB Variations
Color information
#AB4C10 (or 0xAB4C10) is known color: Rust. HEX triplet: AB, 4C and 10. RGB value is (171,76,16). Sum of RGB (Red+Green+Blue) = 171+76+16=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C10 is #54B3EF. Grayscale: #616161. Windows color (decimal): -5551088 or 1068203. OLE color: 1068203.
HSL color Cylindrical-coordinate representation of color #AB4C10: hue angle of 23.23º 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 #AB4C10 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 16 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.33 |
| HSL | 23.23º | 0.83% | 0.37% | - |
| HSV(B) | 23.23º | 0.91% | 0.67% | - |
| XYZ | 19.47 | 13.86 | 2.14 | - |
| YUV | 97.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 16 | 0 | 0.56 | 0.91 | 0.33 | 23.23 | 0.83 | 0.37 |
| Hex | AB | 4C | 10 | 0 | 38 | 5B | 21 | 17 | 53 | 25 |
| Octal | 253 | 114 | 20 | 0 | 70 | 133 | 41 | 27 | 123 | 45 |
| Binary | 10101011 | 1001100 | 10000 | 0 | 111000 | 1011011 | 100001 | 10111 | 1010011 | 100101 |
Color Harmonies of #AB4C10
Complementary color
Monochromatic Colors of #AB4C10
Black with #AB4C10
Text Example
Text Example
White with #AB4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C10; }
p { color: rgb(171,76,16); }
H1.HeaderClassName
{
color: #AB4C10;
}
.AnyTagClassName
{
color: #AB4C10;
}
</style>
background-color css
<style>
a { background-color: #AB4C10; }
a { background-color: rgb(171,76,16); }
div.DivClassName
{
background-color: #AB4C10;
}
.BgClassName
{
background-color: #AB4C10;
}
</style>
border-color css
<style>
span { border-color: #AB4C10; }
span { border-color: rgb(171,76,16); }
td.TdClassName
{
border-color: #AB4C10;
}
.TagClassName
{
border-color: #AB4C10;
}
</style>