Shades of Rust #AF5511
Tints of Rust #AF5511
RGB
CMYK
RGB Variations
Color information
#AF5511 (or 0xAF5511) is known color: Rust. HEX triplet: AF, 55 and 11. RGB value is (175,85,17). Sum of RGB (Red+Green+Blue) = 175+85+17=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5511 is #50AAEE. Grayscale: #686868. Windows color (decimal): -5286639 or 1136047. OLE color: 1136047.
HSL color Cylindrical-coordinate representation of color #AF5511: hue angle of 25.82º 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 #AF5511 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 17 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.31 |
| HSL | 25.82º | 0.82% | 0.38% | - |
| HSV(B) | 25.82º | 0.9% | 0.69% | - |
| XYZ | 21.03 | 15.65 | 2.44 | - |
| YUV | 104.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 17 | 0 | 0.51 | 0.90 | 0.31 | 25.82 | 0.82 | 0.38 |
| Hex | AF | 55 | 11 | 0 | 33 | 5A | 1F | 1A | 52 | 26 |
| Octal | 257 | 125 | 21 | 0 | 63 | 132 | 37 | 32 | 122 | 46 |
| Binary | 10101111 | 1010101 | 10001 | 0 | 110011 | 1011010 | 11111 | 11010 | 1010010 | 100110 |
Color Harmonies of #AF5511
Complementary color
Monochromatic Colors of #AF5511
Black with #AF5511
Text Example
Text Example
White with #AF5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5511; }
p { color: rgb(175,85,17); }
H1.HeaderClassName
{
color: #AF5511;
}
.AnyTagClassName
{
color: #AF5511;
}
</style>
background-color css
<style>
a { background-color: #AF5511; }
a { background-color: rgb(175,85,17); }
div.DivClassName
{
background-color: #AF5511;
}
.BgClassName
{
background-color: #AF5511;
}
</style>
border-color css
<style>
span { border-color: #AF5511; }
span { border-color: rgb(175,85,17); }
td.TdClassName
{
border-color: #AF5511;
}
.TagClassName
{
border-color: #AF5511;
}
</style>