Shades of Rust #AB3F12
Tints of Rust #AB3F12
RGB
CMYK
RGB Variations
Color information
#AB3F12 (or 0xAB3F12) is known color: Rust. HEX triplet: AB, 3F and 12. RGB value is (171,63,18). Sum of RGB (Red+Green+Blue) = 171+63+18=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F12 is #54C0ED. Grayscale: #5A5A5A. Windows color (decimal): -5554414 or 1195947. OLE color: 1195947.
HSL color Cylindrical-coordinate representation of color #AB3F12: hue angle of 17.65º 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 #AB3F12 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 18 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.33 |
| HSL | 17.65º | 0.81% | 0.37% | - |
| HSV(B) | 17.65º | 0.89% | 0.67% | - |
| XYZ | 18.68 | 12.26 | 1.95 | - |
| YUV | 90.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 18 | 0 | 0.63 | 0.89 | 0.33 | 17.65 | 0.81 | 0.37 |
| Hex | AB | 3F | 12 | 0 | 3F | 59 | 21 | 12 | 51 | 25 |
| Octal | 253 | 77 | 22 | 0 | 77 | 131 | 41 | 22 | 121 | 45 |
| Binary | 10101011 | 111111 | 10010 | 0 | 111111 | 1011001 | 100001 | 10010 | 1010001 | 100101 |
Color Harmonies of #AB3F12
Complementary color
Monochromatic Colors of #AB3F12
Black with #AB3F12
Text Example
Text Example
White with #AB3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F12; }
p { color: rgb(171,63,18); }
H1.HeaderClassName
{
color: #AB3F12;
}
.AnyTagClassName
{
color: #AB3F12;
}
</style>
background-color css
<style>
a { background-color: #AB3F12; }
a { background-color: rgb(171,63,18); }
div.DivClassName
{
background-color: #AB3F12;
}
.BgClassName
{
background-color: #AB3F12;
}
</style>
border-color css
<style>
span { border-color: #AB3F12; }
span { border-color: rgb(171,63,18); }
td.TdClassName
{
border-color: #AB3F12;
}
.TagClassName
{
border-color: #AB3F12;
}
</style>