Shades of Rust #AB3706
Tints of Rust #AB3706
RGB
CMYK
RGB Variations
Color information
#AB3706 (or 0xAB3706) is known color: Rust. HEX triplet: AB, 37 and 06. RGB value is (171,55,6). Sum of RGB (Red+Green+Blue) = 171+55+6=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3706 is #54C8F9. Grayscale: #545454. Windows color (decimal): -5556474 or 407467. OLE color: 407467.
HSL color Cylindrical-coordinate representation of color #AB3706: hue angle of 17.82º 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 #AB3706 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.33 |
| HSL | 17.82º | 0.93% | 0.35% | - |
| HSV(B) | 17.82º | 0.96% | 0.67% | - |
| XYZ | 18.19 | 11.4 | 1.41 | - |
| YUV | 84.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 6 | 0 | 0.68 | 0.96 | 0.33 | 17.82 | 0.93 | 0.35 |
| Hex | AB | 37 | 6 | 0 | 44 | 60 | 21 | 12 | 5D | 23 |
| Octal | 253 | 67 | 6 | 0 | 104 | 140 | 41 | 22 | 135 | 43 |
| Binary | 10101011 | 110111 | 110 | 0 | 1000100 | 1100000 | 100001 | 10010 | 1011101 | 100011 |
Color Harmonies of #AB3706
Complementary color
Monochromatic Colors of #AB3706
Black with #AB3706
Text Example
Text Example
White with #AB3706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3706; }
p { color: rgb(171,55,6); }
H1.HeaderClassName
{
color: #AB3706;
}
.AnyTagClassName
{
color: #AB3706;
}
</style>
background-color css
<style>
a { background-color: #AB3706; }
a { background-color: rgb(171,55,6); }
div.DivClassName
{
background-color: #AB3706;
}
.BgClassName
{
background-color: #AB3706;
}
</style>
border-color css
<style>
span { border-color: #AB3706; }
span { border-color: rgb(171,55,6); }
td.TdClassName
{
border-color: #AB3706;
}
.TagClassName
{
border-color: #AB3706;
}
</style>