Shades of Rust #AB3712
Tints of Rust #AB3712
RGB
CMYK
RGB Variations
Color information
#AB3712 (or 0xAB3712) is known color: Rust. HEX triplet: AB, 37 and 12. RGB value is (171,55,18). Sum of RGB (Red+Green+Blue) = 171+55+18=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3712 is #54C8ED. Grayscale: #555555. Windows color (decimal): -5556462 or 1193899. OLE color: 1193899.
HSL color Cylindrical-coordinate representation of color #AB3712: hue angle of 14.51º degrees, saturation: 0.81, 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 #AB3712 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 18 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.33 |
| HSL | 14.51º | 0.81% | 0.37% | - |
| HSV(B) | 14.51º | 0.89% | 0.67% | - |
| XYZ | 18.27 | 11.43 | 1.82 | - |
| YUV | 85.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 18 | 0 | 0.68 | 0.89 | 0.33 | 14.51 | 0.81 | 0.37 |
| Hex | AB | 37 | 12 | 0 | 44 | 59 | 21 | F | 51 | 25 |
| Octal | 253 | 67 | 22 | 0 | 104 | 131 | 41 | 17 | 121 | 45 |
| Binary | 10101011 | 110111 | 10010 | 0 | 1000100 | 1011001 | 100001 | 1111 | 1010001 | 100101 |
Color Harmonies of #AB3712
Complementary color
Monochromatic Colors of #AB3712
Black with #AB3712
Text Example
Text Example
White with #AB3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3712; }
p { color: rgb(171,55,18); }
H1.HeaderClassName
{
color: #AB3712;
}
.AnyTagClassName
{
color: #AB3712;
}
</style>
background-color css
<style>
a { background-color: #AB3712; }
a { background-color: rgb(171,55,18); }
div.DivClassName
{
background-color: #AB3712;
}
.BgClassName
{
background-color: #AB3712;
}
</style>
border-color css
<style>
span { border-color: #AB3712; }
span { border-color: rgb(171,55,18); }
td.TdClassName
{
border-color: #AB3712;
}
.TagClassName
{
border-color: #AB3712;
}
</style>