Shades of Rust #AF5211
Tints of Rust #AF5211
RGB
CMYK
RGB Variations
Color information
#AF5211 (or 0xAF5211) is known color: Rust. HEX triplet: AF, 52 and 11. RGB value is (175,82,17). Sum of RGB (Red+Green+Blue) = 175+82+17=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5211 is #50ADEE. Grayscale: #666666. Windows color (decimal): -5287407 or 1135279. OLE color: 1135279.
HSL color Cylindrical-coordinate representation of color #AF5211: hue angle of 24.68º 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 #AF5211 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.31 |
| HSL | 24.68º | 0.82% | 0.38% | - |
| HSV(B) | 24.68º | 0.9% | 0.69% | - |
| XYZ | 20.8 | 15.19 | 2.37 | - |
| YUV | 102.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 17 | 0 | 0.53 | 0.90 | 0.31 | 24.68 | 0.82 | 0.38 |
| Hex | AF | 52 | 11 | 0 | 35 | 5A | 1F | 19 | 52 | 26 |
| Octal | 257 | 122 | 21 | 0 | 65 | 132 | 37 | 31 | 122 | 46 |
| Binary | 10101111 | 1010010 | 10001 | 0 | 110101 | 1011010 | 11111 | 11001 | 1010010 | 100110 |
Color Harmonies of #AF5211
Complementary color
Monochromatic Colors of #AF5211
Black with #AF5211
Text Example
Text Example
White with #AF5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5211; }
p { color: rgb(175,82,17); }
H1.HeaderClassName
{
color: #AF5211;
}
.AnyTagClassName
{
color: #AF5211;
}
</style>
background-color css
<style>
a { background-color: #AF5211; }
a { background-color: rgb(175,82,17); }
div.DivClassName
{
background-color: #AF5211;
}
.BgClassName
{
background-color: #AF5211;
}
</style>
border-color css
<style>
span { border-color: #AF5211; }
span { border-color: rgb(175,82,17); }
td.TdClassName
{
border-color: #AF5211;
}
.TagClassName
{
border-color: #AF5211;
}
</style>