Shades of Rust #AF460E
Tints of Rust #AF460E
RGB
CMYK
RGB Variations
Color information
#AF460E (or 0xAF460E) is known color: Rust. HEX triplet: AF, 46 and 0E. RGB value is (175,70,14). Sum of RGB (Red+Green+Blue) = 175+70+14=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF460E is #50B9F1. Grayscale: #5F5F5F. Windows color (decimal): -5290482 or 935599. OLE color: 935599.
HSL color Cylindrical-coordinate representation of color #AF460E: hue angle of 20.87º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF460E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.31 |
| HSL | 20.87º | 0.85% | 0.37% | - |
| HSV(B) | 20.87º | 0.92% | 0.69% | - |
| XYZ | 19.95 | 13.53 | 1.97 | - |
| YUV | 95.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 14 | 0 | 0.60 | 0.92 | 0.31 | 20.87 | 0.85 | 0.37 |
| Hex | AF | 46 | E | 0 | 3C | 5C | 1F | 15 | 55 | 25 |
| Octal | 257 | 106 | 16 | 0 | 74 | 134 | 37 | 25 | 125 | 45 |
| Binary | 10101111 | 1000110 | 1110 | 0 | 111100 | 1011100 | 11111 | 10101 | 1010101 | 100101 |
Color Harmonies of #AF460E
Complementary color
Monochromatic Colors of #AF460E
Black with #AF460E
Text Example
Text Example
White with #AF460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF460E; }
p { color: rgb(175,70,14); }
H1.HeaderClassName
{
color: #AF460E;
}
.AnyTagClassName
{
color: #AF460E;
}
</style>
background-color css
<style>
a { background-color: #AF460E; }
a { background-color: rgb(175,70,14); }
div.DivClassName
{
background-color: #AF460E;
}
.BgClassName
{
background-color: #AF460E;
}
</style>
border-color css
<style>
span { border-color: #AF460E; }
span { border-color: rgb(175,70,14); }
td.TdClassName
{
border-color: #AF460E;
}
.TagClassName
{
border-color: #AF460E;
}
</style>