Shades of Rust #AF5111
Tints of Rust #AF5111
RGB
CMYK
RGB Variations
Color information
#AF5111 (or 0xAF5111) is known color: Rust. HEX triplet: AF, 51 and 11. RGB value is (175,81,17). Sum of RGB (Red+Green+Blue) = 175+81+17=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5111 is #50AEEE. Grayscale: #666666. Windows color (decimal): -5287663 or 1135023. OLE color: 1135023.
HSL color Cylindrical-coordinate representation of color #AF5111: hue angle of 24.3º 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 #AF5111 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.31 |
| HSL | 24.3º | 0.82% | 0.38% | - |
| HSV(B) | 24.3º | 0.9% | 0.69% | - |
| XYZ | 20.72 | 15.04 | 2.34 | - |
| YUV | 101.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 17 | 0 | 0.54 | 0.90 | 0.31 | 24.3 | 0.82 | 0.38 |
| Hex | AF | 51 | 11 | 0 | 36 | 5A | 1F | 18 | 52 | 26 |
| Octal | 257 | 121 | 21 | 0 | 66 | 132 | 37 | 30 | 122 | 46 |
| Binary | 10101111 | 1010001 | 10001 | 0 | 110110 | 1011010 | 11111 | 11000 | 1010010 | 100110 |
Color Harmonies of #AF5111
Complementary color
Monochromatic Colors of #AF5111
Black with #AF5111
Text Example
Text Example
White with #AF5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5111; }
p { color: rgb(175,81,17); }
H1.HeaderClassName
{
color: #AF5111;
}
.AnyTagClassName
{
color: #AF5111;
}
</style>
background-color css
<style>
a { background-color: #AF5111; }
a { background-color: rgb(175,81,17); }
div.DivClassName
{
background-color: #AF5111;
}
.BgClassName
{
background-color: #AF5111;
}
</style>
border-color css
<style>
span { border-color: #AF5111; }
span { border-color: rgb(175,81,17); }
td.TdClassName
{
border-color: #AF5111;
}
.TagClassName
{
border-color: #AF5111;
}
</style>