Shades of Rust #AF4611
Tints of Rust #AF4611
RGB
CMYK
RGB Variations
Color information
#AF4611 (or 0xAF4611) is known color: Rust. HEX triplet: AF, 46 and 11. RGB value is (175,70,17). Sum of RGB (Red+Green+Blue) = 175+70+17=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4611 is #50B9EE. Grayscale: #5F5F5F. Windows color (decimal): -5290479 or 1132207. OLE color: 1132207.
HSL color Cylindrical-coordinate representation of color #AF4611: hue angle of 20.13º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4611 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 17 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.31 |
| HSL | 20.13º | 0.82% | 0.38% | - |
| HSV(B) | 20.13º | 0.9% | 0.69% | - |
| XYZ | 19.97 | 13.53 | 2.09 | - |
| YUV | 95.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 17 | 0 | 0.60 | 0.90 | 0.31 | 20.13 | 0.82 | 0.38 |
| Hex | AF | 46 | 11 | 0 | 3C | 5A | 1F | 14 | 52 | 26 |
| Octal | 257 | 106 | 21 | 0 | 74 | 132 | 37 | 24 | 122 | 46 |
| Binary | 10101111 | 1000110 | 10001 | 0 | 111100 | 1011010 | 11111 | 10100 | 1010010 | 100110 |
Color Harmonies of #AF4611
Complementary color
Monochromatic Colors of #AF4611
Black with #AF4611
Text Example
Text Example
White with #AF4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4611; }
p { color: rgb(175,70,17); }
H1.HeaderClassName
{
color: #AF4611;
}
.AnyTagClassName
{
color: #AF4611;
}
</style>
background-color css
<style>
a { background-color: #AF4611; }
a { background-color: rgb(175,70,17); }
div.DivClassName
{
background-color: #AF4611;
}
.BgClassName
{
background-color: #AF4611;
}
</style>
border-color css
<style>
span { border-color: #AF4611; }
span { border-color: rgb(175,70,17); }
td.TdClassName
{
border-color: #AF4611;
}
.TagClassName
{
border-color: #AF4611;
}
</style>