Shades of Rust #AB4806
Tints of Rust #AB4806
RGB
CMYK
RGB Variations
Color information
#AB4806 (or 0xAB4806) is known color: Rust. HEX triplet: AB, 48 and 06. RGB value is (171,72,6). Sum of RGB (Red+Green+Blue) = 171+72+6=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4806 is #54B7F9. Grayscale: #5E5E5E. Windows color (decimal): -5552122 or 411819. OLE color: 411819.
HSL color Cylindrical-coordinate representation of color #AB4806: hue angle of 24º 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 #AB4806 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 6 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.33 |
| HSL | 24º | 0.93% | 0.35% | - |
| HSV(B) | 24º | 0.96% | 0.67% | - |
| XYZ | 19.14 | 13.31 | 1.73 | - |
| YUV | 94.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 6 | 0 | 0.58 | 0.96 | 0.33 | 24 | 0.93 | 0.35 |
| Hex | AB | 48 | 6 | 0 | 3A | 60 | 21 | 18 | 5D | 23 |
| Octal | 253 | 110 | 6 | 0 | 72 | 140 | 41 | 30 | 135 | 43 |
| Binary | 10101011 | 1001000 | 110 | 0 | 111010 | 1100000 | 100001 | 11000 | 1011101 | 100011 |
Color Harmonies of #AB4806
Complementary color
Monochromatic Colors of #AB4806
Black with #AB4806
Text Example
Text Example
White with #AB4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4806; }
p { color: rgb(171,72,6); }
H1.HeaderClassName
{
color: #AB4806;
}
.AnyTagClassName
{
color: #AB4806;
}
</style>
background-color css
<style>
a { background-color: #AB4806; }
a { background-color: rgb(171,72,6); }
div.DivClassName
{
background-color: #AB4806;
}
.BgClassName
{
background-color: #AB4806;
}
</style>
border-color css
<style>
span { border-color: #AB4806; }
span { border-color: rgb(171,72,6); }
td.TdClassName
{
border-color: #AB4806;
}
.TagClassName
{
border-color: #AB4806;
}
</style>