Shades of Rust #AB490A
Tints of Rust #AB490A
RGB
CMYK
RGB Variations
Color information
#AB490A (or 0xAB490A) is known color: Rust. HEX triplet: AB, 49 and 0A. RGB value is (171,73,10). Sum of RGB (Red+Green+Blue) = 171+73+10=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB490A is #54B6F5. Grayscale: #5F5F5F. Windows color (decimal): -5551862 or 674219. OLE color: 674219.
HSL color Cylindrical-coordinate representation of color #AB490A: hue angle of 23.48º 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 #AB490A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.33 |
| HSL | 23.48º | 0.89% | 0.35% | - |
| HSV(B) | 23.48º | 0.94% | 0.67% | - |
| XYZ | 19.23 | 13.44 | 1.87 | - |
| YUV | 95.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 10 | 0 | 0.57 | 0.94 | 0.33 | 23.48 | 0.89 | 0.35 |
| Hex | AB | 49 | A | 0 | 39 | 5E | 21 | 17 | 59 | 23 |
| Octal | 253 | 111 | 12 | 0 | 71 | 136 | 41 | 27 | 131 | 43 |
| Binary | 10101011 | 1001001 | 1010 | 0 | 111001 | 1011110 | 100001 | 10111 | 1011001 | 100011 |
Color Harmonies of #AB490A
Complementary color
Monochromatic Colors of #AB490A
Black with #AB490A
Text Example
Text Example
White with #AB490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB490A; }
p { color: rgb(171,73,10); }
H1.HeaderClassName
{
color: #AB490A;
}
.AnyTagClassName
{
color: #AB490A;
}
</style>
background-color css
<style>
a { background-color: #AB490A; }
a { background-color: rgb(171,73,10); }
div.DivClassName
{
background-color: #AB490A;
}
.BgClassName
{
background-color: #AB490A;
}
</style>
border-color css
<style>
span { border-color: #AB490A; }
span { border-color: rgb(171,73,10); }
td.TdClassName
{
border-color: #AB490A;
}
.TagClassName
{
border-color: #AB490A;
}
</style>