Shades of Rust #AF5011
Tints of Rust #AF5011
RGB
CMYK
RGB Variations
Color information
#AF5011 (or 0xAF5011) is known color: Rust. HEX triplet: AF, 50 and 11. RGB value is (175,80,17). Sum of RGB (Red+Green+Blue) = 175+80+17=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5011 is #50AFEE. Grayscale: #656565. Windows color (decimal): -5287919 or 1134767. OLE color: 1134767.
HSL color Cylindrical-coordinate representation of color #AF5011: hue angle of 23.92º 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 #AF5011 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.31 |
| HSL | 23.92º | 0.82% | 0.38% | - |
| HSV(B) | 23.92º | 0.9% | 0.69% | - |
| XYZ | 20.65 | 14.89 | 2.32 | - |
| YUV | 101.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 17 | 0 | 0.54 | 0.90 | 0.31 | 23.92 | 0.82 | 0.38 |
| Hex | AF | 50 | 11 | 0 | 36 | 5A | 1F | 18 | 52 | 26 |
| Octal | 257 | 120 | 21 | 0 | 66 | 132 | 37 | 30 | 122 | 46 |
| Binary | 10101111 | 1010000 | 10001 | 0 | 110110 | 1011010 | 11111 | 11000 | 1010010 | 100110 |
Color Harmonies of #AF5011
Complementary color
Monochromatic Colors of #AF5011
Black with #AF5011
Text Example
Text Example
White with #AF5011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5011; }
p { color: rgb(175,80,17); }
H1.HeaderClassName
{
color: #AF5011;
}
.AnyTagClassName
{
color: #AF5011;
}
</style>
background-color css
<style>
a { background-color: #AF5011; }
a { background-color: rgb(175,80,17); }
div.DivClassName
{
background-color: #AF5011;
}
.BgClassName
{
background-color: #AF5011;
}
</style>
border-color css
<style>
span { border-color: #AF5011; }
span { border-color: rgb(175,80,17); }
td.TdClassName
{
border-color: #AF5011;
}
.TagClassName
{
border-color: #AF5011;
}
</style>