Shades of Rust #AB3A10
Tints of Rust #AB3A10
RGB
CMYK
RGB Variations
Color information
#AB3A10 (or 0xAB3A10) is known color: Rust. HEX triplet: AB, 3A and 10. RGB value is (171,58,16). Sum of RGB (Red+Green+Blue) = 171+58+16=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A10 is #54C5EF. Grayscale: #575757. Windows color (decimal): -5555696 or 1063595. OLE color: 1063595.
HSL color Cylindrical-coordinate representation of color #AB3A10: hue angle of 16.26º 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 #AB3A10 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.33 |
| HSL | 16.26º | 0.83% | 0.37% | - |
| HSV(B) | 16.26º | 0.91% | 0.67% | - |
| XYZ | 18.4 | 11.72 | 1.78 | - |
| YUV | 87 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 16 | 0 | 0.66 | 0.91 | 0.33 | 16.26 | 0.83 | 0.37 |
| Hex | AB | 3A | 10 | 0 | 42 | 5B | 21 | 10 | 53 | 25 |
| Octal | 253 | 72 | 20 | 0 | 102 | 133 | 41 | 20 | 123 | 45 |
| Binary | 10101011 | 111010 | 10000 | 0 | 1000010 | 1011011 | 100001 | 10000 | 1010011 | 100101 |
Color Harmonies of #AB3A10
Complementary color
Monochromatic Colors of #AB3A10
Black with #AB3A10
Text Example
Text Example
White with #AB3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A10; }
p { color: rgb(171,58,16); }
H1.HeaderClassName
{
color: #AB3A10;
}
.AnyTagClassName
{
color: #AB3A10;
}
</style>
background-color css
<style>
a { background-color: #AB3A10; }
a { background-color: rgb(171,58,16); }
div.DivClassName
{
background-color: #AB3A10;
}
.BgClassName
{
background-color: #AB3A10;
}
</style>
border-color css
<style>
span { border-color: #AB3A10; }
span { border-color: rgb(171,58,16); }
td.TdClassName
{
border-color: #AB3A10;
}
.TagClassName
{
border-color: #AB3A10;
}
</style>