Shades of Rust #AB520C
Tints of Rust #AB520C
RGB
CMYK
RGB Variations
Color information
#AB520C (or 0xAB520C) is known color: Rust. HEX triplet: AB, 52 and 0C. RGB value is (171,82,12). Sum of RGB (Red+Green+Blue) = 171+82+12=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB520C is #54ADF3. Grayscale: #646464. Windows color (decimal): -5549556 or 807595. OLE color: 807595.
HSL color Cylindrical-coordinate representation of color #AB520C: hue angle of 26.42º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB520C is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 12 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.33 |
| HSL | 26.42º | 0.87% | 0.36% | - |
| HSV(B) | 26.42º | 0.93% | 0.67% | - |
| XYZ | 19.88 | 14.72 | 2.14 | - |
| YUV | 100.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 12 | 0 | 0.52 | 0.93 | 0.33 | 26.42 | 0.87 | 0.36 |
| Hex | AB | 52 | C | 0 | 34 | 5D | 21 | 1A | 57 | 24 |
| Octal | 253 | 122 | 14 | 0 | 64 | 135 | 41 | 32 | 127 | 44 |
| Binary | 10101011 | 1010010 | 1100 | 0 | 110100 | 1011101 | 100001 | 11010 | 1010111 | 100100 |
Color Harmonies of #AB520C
Complementary color
Monochromatic Colors of #AB520C
Black with #AB520C
Text Example
Text Example
White with #AB520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB520C; }
p { color: rgb(171,82,12); }
H1.HeaderClassName
{
color: #AB520C;
}
.AnyTagClassName
{
color: #AB520C;
}
</style>
background-color css
<style>
a { background-color: #AB520C; }
a { background-color: rgb(171,82,12); }
div.DivClassName
{
background-color: #AB520C;
}
.BgClassName
{
background-color: #AB520C;
}
</style>
border-color css
<style>
span { border-color: #AB520C; }
span { border-color: rgb(171,82,12); }
td.TdClassName
{
border-color: #AB520C;
}
.TagClassName
{
border-color: #AB520C;
}
</style>