Shades of Rust #AB3C12
Tints of Rust #AB3C12
RGB
CMYK
RGB Variations
Color information
#AB3C12 (or 0xAB3C12) is known color: Rust. HEX triplet: AB, 3C and 12. RGB value is (171,60,18). Sum of RGB (Red+Green+Blue) = 171+60+18=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C12 is #54C3ED. Grayscale: #585858. Windows color (decimal): -5555182 or 1195179. OLE color: 1195179.
HSL color Cylindrical-coordinate representation of color #AB3C12: hue angle of 16.47º 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 #AB3C12 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 18 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.33 |
| HSL | 16.47º | 0.81% | 0.37% | - |
| HSV(B) | 16.47º | 0.89% | 0.67% | - |
| XYZ | 18.52 | 11.93 | 1.9 | - |
| YUV | 88.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 18 | 0 | 0.65 | 0.89 | 0.33 | 16.47 | 0.81 | 0.37 |
| Hex | AB | 3C | 12 | 0 | 41 | 59 | 21 | 10 | 51 | 25 |
| Octal | 253 | 74 | 22 | 0 | 101 | 131 | 41 | 20 | 121 | 45 |
| Binary | 10101011 | 111100 | 10010 | 0 | 1000001 | 1011001 | 100001 | 10000 | 1010001 | 100101 |
Color Harmonies of #AB3C12
Complementary color
Monochromatic Colors of #AB3C12
Black with #AB3C12
Text Example
Text Example
White with #AB3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C12; }
p { color: rgb(171,60,18); }
H1.HeaderClassName
{
color: #AB3C12;
}
.AnyTagClassName
{
color: #AB3C12;
}
</style>
background-color css
<style>
a { background-color: #AB3C12; }
a { background-color: rgb(171,60,18); }
div.DivClassName
{
background-color: #AB3C12;
}
.BgClassName
{
background-color: #AB3C12;
}
</style>
border-color css
<style>
span { border-color: #AB3C12; }
span { border-color: rgb(171,60,18); }
td.TdClassName
{
border-color: #AB3C12;
}
.TagClassName
{
border-color: #AB3C12;
}
</style>