Shades of Rust #AB460F
Tints of Rust #AB460F
RGB
CMYK
RGB Variations
Color information
#AB460F (or 0xAB460F) is known color: Rust. HEX triplet: AB, 46 and 0F. RGB value is (171,70,15). Sum of RGB (Red+Green+Blue) = 171+70+15=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB460F is #54B9F0. Grayscale: #5E5E5E. Windows color (decimal): -5552625 or 1001131. OLE color: 1001131.
HSL color Cylindrical-coordinate representation of color #AB460F: hue angle of 21.15º 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 #AB460F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.33 |
| HSL | 21.15º | 0.84% | 0.36% | - |
| HSV(B) | 21.15º | 0.91% | 0.67% | - |
| XYZ | 19.07 | 13.07 | 1.97 | - |
| YUV | 93.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 15 | 0 | 0.59 | 0.91 | 0.33 | 21.15 | 0.84 | 0.36 |
| Hex | AB | 46 | F | 0 | 3B | 5B | 21 | 15 | 54 | 24 |
| Octal | 253 | 106 | 17 | 0 | 73 | 133 | 41 | 25 | 124 | 44 |
| Binary | 10101011 | 1000110 | 1111 | 0 | 111011 | 1011011 | 100001 | 10101 | 1010100 | 100100 |
Color Harmonies of #AB460F
Complementary color
Monochromatic Colors of #AB460F
Black with #AB460F
Text Example
Text Example
White with #AB460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB460F; }
p { color: rgb(171,70,15); }
H1.HeaderClassName
{
color: #AB460F;
}
.AnyTagClassName
{
color: #AB460F;
}
</style>
background-color css
<style>
a { background-color: #AB460F; }
a { background-color: rgb(171,70,15); }
div.DivClassName
{
background-color: #AB460F;
}
.BgClassName
{
background-color: #AB460F;
}
</style>
border-color css
<style>
span { border-color: #AB460F; }
span { border-color: rgb(171,70,15); }
td.TdClassName
{
border-color: #AB460F;
}
.TagClassName
{
border-color: #AB460F;
}
</style>