Shades of Rust #AB3417
Tints of Rust #AB3417
RGB
CMYK
RGB Variations
Color information
#AB3417 (or 0xAB3417) is known color: Rust. HEX triplet: AB, 34 and 17. RGB value is (171,52,23). Sum of RGB (Red+Green+Blue) = 171+52+23=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3417 is #54CBE8. Grayscale: #545454. Windows color (decimal): -5557225 or 1520811. OLE color: 1520811.
HSL color Cylindrical-coordinate representation of color #AB3417: hue angle of 11.76º degrees, saturation: 0.76, 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 #AB3417 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 23 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.33 |
| HSL | 11.76º | 0.76% | 0.38% | - |
| HSV(B) | 11.76º | 0.87% | 0.67% | - |
| XYZ | 18.18 | 11.18 | 2.01 | - |
| YUV | 84.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 23 | 0 | 0.70 | 0.87 | 0.33 | 11.76 | 0.76 | 0.38 |
| Hex | AB | 34 | 17 | 0 | 46 | 57 | 21 | C | 4C | 26 |
| Octal | 253 | 64 | 27 | 0 | 106 | 127 | 41 | 14 | 114 | 46 |
| Binary | 10101011 | 110100 | 10111 | 0 | 1000110 | 1010111 | 100001 | 1100 | 1001100 | 100110 |
Color Harmonies of #AB3417
Complementary color
Monochromatic Colors of #AB3417
Black with #AB3417
Text Example
Text Example
White with #AB3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3417; }
p { color: rgb(171,52,23); }
H1.HeaderClassName
{
color: #AB3417;
}
.AnyTagClassName
{
color: #AB3417;
}
</style>
background-color css
<style>
a { background-color: #AB3417; }
a { background-color: rgb(171,52,23); }
div.DivClassName
{
background-color: #AB3417;
}
.BgClassName
{
background-color: #AB3417;
}
</style>
border-color css
<style>
span { border-color: #AB3417; }
span { border-color: rgb(171,52,23); }
td.TdClassName
{
border-color: #AB3417;
}
.TagClassName
{
border-color: #AB3417;
}
</style>