Shades of Rust #AB4C0A
Tints of Rust #AB4C0A
RGB
CMYK
RGB Variations
Color information
#AB4C0A (or 0xAB4C0A) is known color: Rust. HEX triplet: AB, 4C and 0A. RGB value is (171,76,10). Sum of RGB (Red+Green+Blue) = 171+76+10=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C0A is #54B3F5. Grayscale: #616161. Windows color (decimal): -5551094 or 674987. OLE color: 674987.
HSL color Cylindrical-coordinate representation of color #AB4C0A: hue angle of 24.6º 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 #AB4C0A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.33 |
| HSL | 24.6º | 0.89% | 0.35% | - |
| HSV(B) | 24.6º | 0.94% | 0.67% | - |
| XYZ | 19.43 | 13.85 | 1.94 | - |
| YUV | 96.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 10 | 0 | 0.56 | 0.94 | 0.33 | 24.6 | 0.89 | 0.35 |
| Hex | AB | 4C | A | 0 | 38 | 5E | 21 | 19 | 59 | 23 |
| Octal | 253 | 114 | 12 | 0 | 70 | 136 | 41 | 31 | 131 | 43 |
| Binary | 10101011 | 1001100 | 1010 | 0 | 111000 | 1011110 | 100001 | 11001 | 1011001 | 100011 |
Color Harmonies of #AB4C0A
Complementary color
Monochromatic Colors of #AB4C0A
Black with #AB4C0A
Text Example
Text Example
White with #AB4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C0A; }
p { color: rgb(171,76,10); }
H1.HeaderClassName
{
color: #AB4C0A;
}
.AnyTagClassName
{
color: #AB4C0A;
}
</style>
background-color css
<style>
a { background-color: #AB4C0A; }
a { background-color: rgb(171,76,10); }
div.DivClassName
{
background-color: #AB4C0A;
}
.BgClassName
{
background-color: #AB4C0A;
}
</style>
border-color css
<style>
span { border-color: #AB4C0A; }
span { border-color: rgb(171,76,10); }
td.TdClassName
{
border-color: #AB4C0A;
}
.TagClassName
{
border-color: #AB4C0A;
}
</style>