Shades of Rust #AB3406
Tints of Rust #AB3406
RGB
CMYK
RGB Variations
Color information
#AB3406 (or 0xAB3406) is known color: Rust. HEX triplet: AB, 34 and 06. RGB value is (171,52,6). Sum of RGB (Red+Green+Blue) = 171+52+6=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3406 is #54CBF9. Grayscale: #525252. Windows color (decimal): -5557242 or 406699. OLE color: 406699.
HSL color Cylindrical-coordinate representation of color #AB3406: hue angle of 16.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB3406 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.33 |
| HSL | 16.73º | 0.93% | 0.35% | - |
| HSV(B) | 16.73º | 0.96% | 0.67% | - |
| XYZ | 18.06 | 11.13 | 1.37 | - |
| YUV | 82.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 6 | 0 | 0.70 | 0.96 | 0.33 | 16.73 | 0.93 | 0.35 |
| Hex | AB | 34 | 6 | 0 | 46 | 60 | 21 | 11 | 5D | 23 |
| Octal | 253 | 64 | 6 | 0 | 106 | 140 | 41 | 21 | 135 | 43 |
| Binary | 10101011 | 110100 | 110 | 0 | 1000110 | 1100000 | 100001 | 10001 | 1011101 | 100011 |
Color Harmonies of #AB3406
Complementary color
Monochromatic Colors of #AB3406
Black with #AB3406
Text Example
Text Example
White with #AB3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3406; }
p { color: rgb(171,52,6); }
H1.HeaderClassName
{
color: #AB3406;
}
.AnyTagClassName
{
color: #AB3406;
}
</style>
background-color css
<style>
a { background-color: #AB3406; }
a { background-color: rgb(171,52,6); }
div.DivClassName
{
background-color: #AB3406;
}
.BgClassName
{
background-color: #AB3406;
}
</style>
border-color css
<style>
span { border-color: #AB3406; }
span { border-color: rgb(171,52,6); }
td.TdClassName
{
border-color: #AB3406;
}
.TagClassName
{
border-color: #AB3406;
}
</style>