Shades of Rust #AB3012
Tints of Rust #AB3012
RGB
CMYK
RGB Variations
Color information
#AB3012 (or 0xAB3012) is known color: Rust. HEX triplet: AB, 30 and 12. RGB value is (171,48,18). Sum of RGB (Red+Green+Blue) = 171+48+18=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3012 is #54CFED. Grayscale: #515151. Windows color (decimal): -5558254 or 1192107. OLE color: 1192107.
HSL color Cylindrical-coordinate representation of color #AB3012: hue angle of 11.76º 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 #AB3012 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 18 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.33 |
| HSL | 11.76º | 0.81% | 0.37% | - |
| HSV(B) | 11.76º | 0.89% | 0.67% | - |
| XYZ | 17.96 | 10.82 | 1.71 | - |
| YUV | 81.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 18 | 0 | 0.72 | 0.89 | 0.33 | 11.76 | 0.81 | 0.37 |
| Hex | AB | 30 | 12 | 0 | 48 | 59 | 21 | C | 51 | 25 |
| Octal | 253 | 60 | 22 | 0 | 110 | 131 | 41 | 14 | 121 | 45 |
| Binary | 10101011 | 110000 | 10010 | 0 | 1001000 | 1011001 | 100001 | 1100 | 1010001 | 100101 |
Color Harmonies of #AB3012
Complementary color
Monochromatic Colors of #AB3012
Black with #AB3012
Text Example
Text Example
White with #AB3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3012; }
p { color: rgb(171,48,18); }
H1.HeaderClassName
{
color: #AB3012;
}
.AnyTagClassName
{
color: #AB3012;
}
</style>
background-color css
<style>
a { background-color: #AB3012; }
a { background-color: rgb(171,48,18); }
div.DivClassName
{
background-color: #AB3012;
}
.BgClassName
{
background-color: #AB3012;
}
</style>
border-color css
<style>
span { border-color: #AB3012; }
span { border-color: rgb(171,48,18); }
td.TdClassName
{
border-color: #AB3012;
}
.TagClassName
{
border-color: #AB3012;
}
</style>