Shades of Rust #AB3B10
Tints of Rust #AB3B10
RGB
CMYK
RGB Variations
Color information
#AB3B10 (or 0xAB3B10) is known color: Rust. HEX triplet: AB, 3B and 10. RGB value is (171,59,16). Sum of RGB (Red+Green+Blue) = 171+59+16=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3B10 is #54C4EF. Grayscale: #575757. Windows color (decimal): -5555440 or 1063851. OLE color: 1063851.
HSL color Cylindrical-coordinate representation of color #AB3B10: hue angle of 16.65º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB3B10 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.33 |
| HSL | 16.65º | 0.83% | 0.37% | - |
| HSV(B) | 16.65º | 0.91% | 0.67% | - |
| XYZ | 18.45 | 11.82 | 1.8 | - |
| YUV | 87.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 16 | 0 | 0.65 | 0.91 | 0.33 | 16.65 | 0.83 | 0.37 |
| Hex | AB | 3B | 10 | 0 | 41 | 5B | 21 | 11 | 53 | 25 |
| Octal | 253 | 73 | 20 | 0 | 101 | 133 | 41 | 21 | 123 | 45 |
| Binary | 10101011 | 111011 | 10000 | 0 | 1000001 | 1011011 | 100001 | 10001 | 1010011 | 100101 |
Color Harmonies of #AB3B10
Complementary color
Monochromatic Colors of #AB3B10
Black with #AB3B10
Text Example
Text Example
White with #AB3B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B10; }
p { color: rgb(171,59,16); }
H1.HeaderClassName
{
color: #AB3B10;
}
.AnyTagClassName
{
color: #AB3B10;
}
</style>
background-color css
<style>
a { background-color: #AB3B10; }
a { background-color: rgb(171,59,16); }
div.DivClassName
{
background-color: #AB3B10;
}
.BgClassName
{
background-color: #AB3B10;
}
</style>
border-color css
<style>
span { border-color: #AB3B10; }
span { border-color: rgb(171,59,16); }
td.TdClassName
{
border-color: #AB3B10;
}
.TagClassName
{
border-color: #AB3B10;
}
</style>