Shades of Rust #AF470E
Tints of Rust #AF470E
RGB
CMYK
RGB Variations
Color information
#AF470E (or 0xAF470E) is known color: Rust. HEX triplet: AF, 47 and 0E. RGB value is (175,71,14). Sum of RGB (Red+Green+Blue) = 175+71+14=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF470E is #50B8F1. Grayscale: #5F5F5F. Windows color (decimal): -5290226 or 935855. OLE color: 935855.
HSL color Cylindrical-coordinate representation of color #AF470E: hue angle of 21.24º 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 #AF470E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.31 |
| HSL | 21.24º | 0.85% | 0.37% | - |
| HSV(B) | 21.24º | 0.92% | 0.69% | - |
| XYZ | 20.01 | 13.65 | 2 | - |
| YUV | 95.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 14 | 0 | 0.59 | 0.92 | 0.31 | 21.24 | 0.85 | 0.37 |
| Hex | AF | 47 | E | 0 | 3B | 5C | 1F | 15 | 55 | 25 |
| Octal | 257 | 107 | 16 | 0 | 73 | 134 | 37 | 25 | 125 | 45 |
| Binary | 10101111 | 1000111 | 1110 | 0 | 111011 | 1011100 | 11111 | 10101 | 1010101 | 100101 |
Color Harmonies of #AF470E
Complementary color
Monochromatic Colors of #AF470E
Black with #AF470E
Text Example
Text Example
White with #AF470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF470E; }
p { color: rgb(175,71,14); }
H1.HeaderClassName
{
color: #AF470E;
}
.AnyTagClassName
{
color: #AF470E;
}
</style>
background-color css
<style>
a { background-color: #AF470E; }
a { background-color: rgb(175,71,14); }
div.DivClassName
{
background-color: #AF470E;
}
.BgClassName
{
background-color: #AF470E;
}
</style>
border-color css
<style>
span { border-color: #AF470E; }
span { border-color: rgb(175,71,14); }
td.TdClassName
{
border-color: #AF470E;
}
.TagClassName
{
border-color: #AF470E;
}
</style>