Shades of Rust #AF5505
Tints of Rust #AF5505
RGB
CMYK
RGB Variations
Color information
#AF5505 (or 0xAF5505) is known color: Rust. HEX triplet: AF, 55 and 05. RGB value is (175,85,5). Sum of RGB (Red+Green+Blue) = 175+85+5=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5505 is #50AAFA. Grayscale: #676767. Windows color (decimal): -5286651 or 349615. OLE color: 349615.
HSL color Cylindrical-coordinate representation of color #AF5505: hue angle of 28.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF5505 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.31 |
| HSL | 28.24º | 0.94% | 0.35% | - |
| HSV(B) | 28.24º | 0.97% | 0.69% | - |
| XYZ | 20.96 | 15.62 | 2.05 | - |
| YUV | 102.79 | 72.82 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 5 | 0 | 0.51 | 0.97 | 0.31 | 28.24 | 0.94 | 0.35 |
| Hex | AF | 55 | 5 | 0 | 33 | 61 | 1F | 1C | 5E | 23 |
| Octal | 257 | 125 | 5 | 0 | 63 | 141 | 37 | 34 | 136 | 43 |
| Binary | 10101111 | 1010101 | 101 | 0 | 110011 | 1100001 | 11111 | 11100 | 1011110 | 100011 |
Color Harmonies of #AF5505
Complementary color
Monochromatic Colors of #AF5505
Black with #AF5505
Text Example
Text Example
White with #AF5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5505; }
p { color: rgb(175,85,5); }
H1.HeaderClassName
{
color: #AF5505;
}
.AnyTagClassName
{
color: #AF5505;
}
</style>
background-color css
<style>
a { background-color: #AF5505; }
a { background-color: rgb(175,85,5); }
div.DivClassName
{
background-color: #AF5505;
}
.BgClassName
{
background-color: #AF5505;
}
</style>
border-color css
<style>
span { border-color: #AF5505; }
span { border-color: rgb(175,85,5); }
td.TdClassName
{
border-color: #AF5505;
}
.TagClassName
{
border-color: #AF5505;
}
</style>