Shades of Rust #AB510F
Tints of Rust #AB510F
RGB
CMYK
RGB Variations
Color information
#AB510F (or 0xAB510F) is known color: Rust. HEX triplet: AB, 51 and 0F. RGB value is (171,81,15). Sum of RGB (Red+Green+Blue) = 171+81+15=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB510F is #54AEF0. Grayscale: #646464. Windows color (decimal): -5549809 or 1003947. OLE color: 1003947.
HSL color Cylindrical-coordinate representation of color #AB510F: hue angle of 25.38º 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 #AB510F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 15 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.33 |
| HSL | 25.38º | 0.84% | 0.36% | - |
| HSV(B) | 25.38º | 0.91% | 0.67% | - |
| XYZ | 19.82 | 14.58 | 2.22 | - |
| YUV | 100.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 15 | 0 | 0.53 | 0.91 | 0.33 | 25.38 | 0.84 | 0.36 |
| Hex | AB | 51 | F | 0 | 35 | 5B | 21 | 19 | 54 | 24 |
| Octal | 253 | 121 | 17 | 0 | 65 | 133 | 41 | 31 | 124 | 44 |
| Binary | 10101011 | 1010001 | 1111 | 0 | 110101 | 1011011 | 100001 | 11001 | 1010100 | 100100 |
Color Harmonies of #AB510F
Complementary color
Monochromatic Colors of #AB510F
Black with #AB510F
Text Example
Text Example
White with #AB510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB510F; }
p { color: rgb(171,81,15); }
H1.HeaderClassName
{
color: #AB510F;
}
.AnyTagClassName
{
color: #AB510F;
}
</style>
background-color css
<style>
a { background-color: #AB510F; }
a { background-color: rgb(171,81,15); }
div.DivClassName
{
background-color: #AB510F;
}
.BgClassName
{
background-color: #AB510F;
}
</style>
border-color css
<style>
span { border-color: #AB510F; }
span { border-color: rgb(171,81,15); }
td.TdClassName
{
border-color: #AB510F;
}
.TagClassName
{
border-color: #AB510F;
}
</style>