Shades of Rust #AB3416
Tints of Rust #AB3416
RGB
CMYK
RGB Variations
Color information
#AB3416 (or 0xAB3416) is known color: Rust. HEX triplet: AB, 34 and 16. RGB value is (171,52,22). Sum of RGB (Red+Green+Blue) = 171+52+22=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3416 is #54CBE9. Grayscale: #545454. Windows color (decimal): -5557226 or 1455275. OLE color: 1455275.
HSL color Cylindrical-coordinate representation of color #AB3416: hue angle of 12.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB3416 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 22 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.33 |
| HSL | 12.08º | 0.77% | 0.38% | - |
| HSV(B) | 12.08º | 0.87% | 0.67% | - |
| XYZ | 18.17 | 11.17 | 1.96 | - |
| YUV | 84.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 22 | 0 | 0.70 | 0.87 | 0.33 | 12.08 | 0.77 | 0.38 |
| Hex | AB | 34 | 16 | 0 | 46 | 57 | 21 | C | 4D | 26 |
| Octal | 253 | 64 | 26 | 0 | 106 | 127 | 41 | 14 | 115 | 46 |
| Binary | 10101011 | 110100 | 10110 | 0 | 1000110 | 1010111 | 100001 | 1100 | 1001101 | 100110 |
Color Harmonies of #AB3416
Complementary color
Monochromatic Colors of #AB3416
Black with #AB3416
Text Example
Text Example
White with #AB3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3416; }
p { color: rgb(171,52,22); }
H1.HeaderClassName
{
color: #AB3416;
}
.AnyTagClassName
{
color: #AB3416;
}
</style>
background-color css
<style>
a { background-color: #AB3416; }
a { background-color: rgb(171,52,22); }
div.DivClassName
{
background-color: #AB3416;
}
.BgClassName
{
background-color: #AB3416;
}
</style>
border-color css
<style>
span { border-color: #AB3416; }
span { border-color: rgb(171,52,22); }
td.TdClassName
{
border-color: #AB3416;
}
.TagClassName
{
border-color: #AB3416;
}
</style>