Shades of Rust #AB3906
Tints of Rust #AB3906
RGB
CMYK
RGB Variations
Color information
#AB3906 (or 0xAB3906) is known color: Rust. HEX triplet: AB, 39 and 06. RGB value is (171,57,6). Sum of RGB (Red+Green+Blue) = 171+57+6=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3906 is #54C6F9. Grayscale: #555555. Windows color (decimal): -5555962 or 407979. OLE color: 407979.
HSL color Cylindrical-coordinate representation of color #AB3906: hue angle of 18.55º 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 #AB3906 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 6 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.33 |
| HSL | 18.55º | 0.93% | 0.35% | - |
| HSV(B) | 18.55º | 0.96% | 0.67% | - |
| XYZ | 18.29 | 11.6 | 1.45 | - |
| YUV | 85.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 6 | 0 | 0.67 | 0.96 | 0.33 | 18.55 | 0.93 | 0.35 |
| Hex | AB | 39 | 6 | 0 | 43 | 60 | 21 | 13 | 5D | 23 |
| Octal | 253 | 71 | 6 | 0 | 103 | 140 | 41 | 23 | 135 | 43 |
| Binary | 10101011 | 111001 | 110 | 0 | 1000011 | 1100000 | 100001 | 10011 | 1011101 | 100011 |
Color Harmonies of #AB3906
Complementary color
Monochromatic Colors of #AB3906
Black with #AB3906
Text Example
Text Example
White with #AB3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3906; }
p { color: rgb(171,57,6); }
H1.HeaderClassName
{
color: #AB3906;
}
.AnyTagClassName
{
color: #AB3906;
}
</style>
background-color css
<style>
a { background-color: #AB3906; }
a { background-color: rgb(171,57,6); }
div.DivClassName
{
background-color: #AB3906;
}
.BgClassName
{
background-color: #AB3906;
}
</style>
border-color css
<style>
span { border-color: #AB3906; }
span { border-color: rgb(171,57,6); }
td.TdClassName
{
border-color: #AB3906;
}
.TagClassName
{
border-color: #AB3906;
}
</style>