Shades of Rust #AB3B0A
Tints of Rust #AB3B0A
RGB
CMYK
RGB Variations
Color information
#AB3B0A (or 0xAB3B0A) is known color: Rust. HEX triplet: AB, 3B and 0A. RGB value is (171,59,10). Sum of RGB (Red+Green+Blue) = 171+59+10=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3B0A is #54C4F5. Grayscale: #575757. Windows color (decimal): -5555446 or 670635. OLE color: 670635.
HSL color Cylindrical-coordinate representation of color #AB3B0A: hue angle of 18.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB3B0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.33 |
| HSL | 18.26º | 0.89% | 0.35% | - |
| HSV(B) | 18.26º | 0.94% | 0.67% | - |
| XYZ | 18.41 | 11.81 | 1.6 | - |
| YUV | 86.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 10 | 0 | 0.65 | 0.94 | 0.33 | 18.26 | 0.89 | 0.35 |
| Hex | AB | 3B | A | 0 | 41 | 5E | 21 | 12 | 59 | 23 |
| Octal | 253 | 73 | 12 | 0 | 101 | 136 | 41 | 22 | 131 | 43 |
| Binary | 10101011 | 111011 | 1010 | 0 | 1000001 | 1011110 | 100001 | 10010 | 1011001 | 100011 |
Color Harmonies of #AB3B0A
Complementary color
Monochromatic Colors of #AB3B0A
Black with #AB3B0A
Text Example
Text Example
White with #AB3B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B0A; }
p { color: rgb(171,59,10); }
H1.HeaderClassName
{
color: #AB3B0A;
}
.AnyTagClassName
{
color: #AB3B0A;
}
</style>
background-color css
<style>
a { background-color: #AB3B0A; }
a { background-color: rgb(171,59,10); }
div.DivClassName
{
background-color: #AB3B0A;
}
.BgClassName
{
background-color: #AB3B0A;
}
</style>
border-color css
<style>
span { border-color: #AB3B0A; }
span { border-color: rgb(171,59,10); }
td.TdClassName
{
border-color: #AB3B0A;
}
.TagClassName
{
border-color: #AB3B0A;
}
</style>