Shades of Rust #AB2D10
Tints of Rust #AB2D10
RGB
CMYK
RGB Variations
Color information
#AB2D10 (or 0xAB2D10) is known color: Rust. HEX triplet: AB, 2D and 10. RGB value is (171,45,16). Sum of RGB (Red+Green+Blue) = 171+45+16=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D10 is #54D2EF. Grayscale: #4F4F4F. Windows color (decimal): -5559024 or 1060267. OLE color: 1060267.
HSL color Cylindrical-coordinate representation of color #AB2D10: hue angle of 11.23º 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 #AB2D10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.33 |
| HSL | 11.23º | 0.83% | 0.37% | - |
| HSV(B) | 11.23º | 0.91% | 0.67% | - |
| XYZ | 17.83 | 10.57 | 1.59 | - |
| YUV | 79.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 16 | 0 | 0.74 | 0.91 | 0.33 | 11.23 | 0.83 | 0.37 |
| Hex | AB | 2D | 10 | 0 | 4A | 5B | 21 | B | 53 | 25 |
| Octal | 253 | 55 | 20 | 0 | 112 | 133 | 41 | 13 | 123 | 45 |
| Binary | 10101011 | 101101 | 10000 | 0 | 1001010 | 1011011 | 100001 | 1011 | 1010011 | 100101 |
Color Harmonies of #AB2D10
Complementary color
Monochromatic Colors of #AB2D10
Black with #AB2D10
Text Example
Text Example
White with #AB2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D10; }
p { color: rgb(171,45,16); }
H1.HeaderClassName
{
color: #AB2D10;
}
.AnyTagClassName
{
color: #AB2D10;
}
</style>
background-color css
<style>
a { background-color: #AB2D10; }
a { background-color: rgb(171,45,16); }
div.DivClassName
{
background-color: #AB2D10;
}
.BgClassName
{
background-color: #AB2D10;
}
</style>
border-color css
<style>
span { border-color: #AB2D10; }
span { border-color: rgb(171,45,16); }
td.TdClassName
{
border-color: #AB2D10;
}
.TagClassName
{
border-color: #AB2D10;
}
</style>