Shades of Rust #AB2A0A
Tints of Rust #AB2A0A
RGB
CMYK
RGB Variations
Color information
#AB2A0A (or 0xAB2A0A) is known color: Rust. HEX triplet: AB, 2A and 0A. RGB value is (171,42,10). Sum of RGB (Red+Green+Blue) = 171+42+10=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A0A is #54D5F5. Grayscale: #4D4D4D. Windows color (decimal): -5559798 or 666283. OLE color: 666283.
HSL color Cylindrical-coordinate representation of color #AB2A0A: hue angle of 11.93º 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 #AB2A0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.33 |
| HSL | 11.93º | 0.89% | 0.35% | - |
| HSV(B) | 11.93º | 0.94% | 0.67% | - |
| XYZ | 17.68 | 10.34 | 1.35 | - |
| YUV | 76.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 10 | 0 | 0.75 | 0.94 | 0.33 | 11.93 | 0.89 | 0.35 |
| Hex | AB | 2A | A | 0 | 4B | 5E | 21 | C | 59 | 23 |
| Octal | 253 | 52 | 12 | 0 | 113 | 136 | 41 | 14 | 131 | 43 |
| Binary | 10101011 | 101010 | 1010 | 0 | 1001011 | 1011110 | 100001 | 1100 | 1011001 | 100011 |
Color Harmonies of #AB2A0A
Complementary color
Monochromatic Colors of #AB2A0A
Black with #AB2A0A
Text Example
Text Example
White with #AB2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A0A; }
p { color: rgb(171,42,10); }
H1.HeaderClassName
{
color: #AB2A0A;
}
.AnyTagClassName
{
color: #AB2A0A;
}
</style>
background-color css
<style>
a { background-color: #AB2A0A; }
a { background-color: rgb(171,42,10); }
div.DivClassName
{
background-color: #AB2A0A;
}
.BgClassName
{
background-color: #AB2A0A;
}
</style>
border-color css
<style>
span { border-color: #AB2A0A; }
span { border-color: rgb(171,42,10); }
td.TdClassName
{
border-color: #AB2A0A;
}
.TagClassName
{
border-color: #AB2A0A;
}
</style>