Shades of Rust #AF5109
Tints of Rust #AF5109
RGB
CMYK
RGB Variations
Color information
#AF5109 (or 0xAF5109) is known color: Rust. HEX triplet: AF, 51 and 09. RGB value is (175,81,9). Sum of RGB (Red+Green+Blue) = 175+81+9=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5109 is #50AEF6. Grayscale: #656565. Windows color (decimal): -5287671 or 610735. OLE color: 610735.
HSL color Cylindrical-coordinate representation of color #AF5109: hue angle of 26.02º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF5109 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 9 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.31 |
| HSL | 26.02º | 0.9% | 0.36% | - |
| HSV(B) | 26.02º | 0.95% | 0.69% | - |
| XYZ | 20.67 | 15.02 | 2.07 | - |
| YUV | 100.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 9 | 0 | 0.54 | 0.95 | 0.31 | 26.02 | 0.9 | 0.36 |
| Hex | AF | 51 | 9 | 0 | 36 | 5F | 1F | 1A | 5A | 24 |
| Octal | 257 | 121 | 11 | 0 | 66 | 137 | 37 | 32 | 132 | 44 |
| Binary | 10101111 | 1010001 | 1001 | 0 | 110110 | 1011111 | 11111 | 11010 | 1011010 | 100100 |
Color Harmonies of #AF5109
Complementary color
Monochromatic Colors of #AF5109
Black with #AF5109
Text Example
Text Example
White with #AF5109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5109; }
p { color: rgb(175,81,9); }
H1.HeaderClassName
{
color: #AF5109;
}
.AnyTagClassName
{
color: #AF5109;
}
</style>
background-color css
<style>
a { background-color: #AF5109; }
a { background-color: rgb(175,81,9); }
div.DivClassName
{
background-color: #AF5109;
}
.BgClassName
{
background-color: #AF5109;
}
</style>
border-color css
<style>
span { border-color: #AF5109; }
span { border-color: rgb(175,81,9); }
td.TdClassName
{
border-color: #AF5109;
}
.TagClassName
{
border-color: #AF5109;
}
</style>