Shades of Rust #AB3710
Tints of Rust #AB3710
RGB
CMYK
RGB Variations
Color information
#AB3710 (or 0xAB3710) is known color: Rust. HEX triplet: AB, 37 and 10. RGB value is (171,55,16). Sum of RGB (Red+Green+Blue) = 171+55+16=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3710 is #54C8EF. Grayscale: #555555. Windows color (decimal): -5556464 or 1062827. OLE color: 1062827.
HSL color Cylindrical-coordinate representation of color #AB3710: hue angle of 15.1º 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 #AB3710 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 16 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.33 |
| HSL | 15.1º | 0.83% | 0.37% | - |
| HSV(B) | 15.1º | 0.91% | 0.67% | - |
| XYZ | 18.25 | 11.43 | 1.73 | - |
| YUV | 85.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 16 | 0 | 0.68 | 0.91 | 0.33 | 15.1 | 0.83 | 0.37 |
| Hex | AB | 37 | 10 | 0 | 44 | 5B | 21 | F | 53 | 25 |
| Octal | 253 | 67 | 20 | 0 | 104 | 133 | 41 | 17 | 123 | 45 |
| Binary | 10101011 | 110111 | 10000 | 0 | 1000100 | 1011011 | 100001 | 1111 | 1010011 | 100101 |
Color Harmonies of #AB3710
Complementary color
Monochromatic Colors of #AB3710
Black with #AB3710
Text Example
Text Example
White with #AB3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3710; }
p { color: rgb(171,55,16); }
H1.HeaderClassName
{
color: #AB3710;
}
.AnyTagClassName
{
color: #AB3710;
}
</style>
background-color css
<style>
a { background-color: #AB3710; }
a { background-color: rgb(171,55,16); }
div.DivClassName
{
background-color: #AB3710;
}
.BgClassName
{
background-color: #AB3710;
}
</style>
border-color css
<style>
span { border-color: #AB3710; }
span { border-color: rgb(171,55,16); }
td.TdClassName
{
border-color: #AB3710;
}
.TagClassName
{
border-color: #AB3710;
}
</style>