Shades of Rust #AB500F
Tints of Rust #AB500F
RGB
CMYK
RGB Variations
Color information
#AB500F (or 0xAB500F) is known color: Rust. HEX triplet: AB, 50 and 0F. RGB value is (171,80,15). Sum of RGB (Red+Green+Blue) = 171+80+15=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500F is #54AFF0. Grayscale: #646464. Windows color (decimal): -5550065 or 1003691. OLE color: 1003691.
HSL color Cylindrical-coordinate representation of color #AB500F: hue angle of 25º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB500F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 15 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.33 |
| HSL | 25º | 0.84% | 0.36% | - |
| HSV(B) | 25º | 0.91% | 0.67% | - |
| XYZ | 19.75 | 14.43 | 2.2 | - |
| YUV | 99.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 15 | 0 | 0.53 | 0.91 | 0.33 | 25 | 0.84 | 0.36 |
| Hex | AB | 50 | F | 0 | 35 | 5B | 21 | 19 | 54 | 24 |
| Octal | 253 | 120 | 17 | 0 | 65 | 133 | 41 | 31 | 124 | 44 |
| Binary | 10101011 | 1010000 | 1111 | 0 | 110101 | 1011011 | 100001 | 11001 | 1010100 | 100100 |
Color Harmonies of #AB500F
Complementary color
Monochromatic Colors of #AB500F
Black with #AB500F
Text Example
Text Example
White with #AB500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB500F; }
p { color: rgb(171,80,15); }
H1.HeaderClassName
{
color: #AB500F;
}
.AnyTagClassName
{
color: #AB500F;
}
</style>
background-color css
<style>
a { background-color: #AB500F; }
a { background-color: rgb(171,80,15); }
div.DivClassName
{
background-color: #AB500F;
}
.BgClassName
{
background-color: #AB500F;
}
</style>
border-color css
<style>
span { border-color: #AB500F; }
span { border-color: rgb(171,80,15); }
td.TdClassName
{
border-color: #AB500F;
}
.TagClassName
{
border-color: #AB500F;
}
</style>