Shades of Rust #AF500B
Tints of Rust #AF500B
RGB
CMYK
RGB Variations
Color information
#AF500B (or 0xAF500B) is known color: Rust. HEX triplet: AF, 50 and 0B. RGB value is (175,80,11). Sum of RGB (Red+Green+Blue) = 175+80+11=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF500B is #50AFF4. Grayscale: #646464. Windows color (decimal): -5287925 or 741551. OLE color: 741551.
HSL color Cylindrical-coordinate representation of color #AF500B: hue angle of 25.24º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF500B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.31 |
| HSL | 25.24º | 0.88% | 0.36% | - |
| HSV(B) | 25.24º | 0.94% | 0.69% | - |
| XYZ | 20.61 | 14.88 | 2.1 | - |
| YUV | 100.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 11 | 0 | 0.54 | 0.94 | 0.31 | 25.24 | 0.88 | 0.36 |
| Hex | AF | 50 | B | 0 | 36 | 5E | 1F | 19 | 58 | 24 |
| Octal | 257 | 120 | 13 | 0 | 66 | 136 | 37 | 31 | 130 | 44 |
| Binary | 10101111 | 1010000 | 1011 | 0 | 110110 | 1011110 | 11111 | 11001 | 1011000 | 100100 |
Color Harmonies of #AF500B
Complementary color
Monochromatic Colors of #AF500B
Black with #AF500B
Text Example
Text Example
White with #AF500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF500B; }
p { color: rgb(175,80,11); }
H1.HeaderClassName
{
color: #AF500B;
}
.AnyTagClassName
{
color: #AF500B;
}
</style>
background-color css
<style>
a { background-color: #AF500B; }
a { background-color: rgb(175,80,11); }
div.DivClassName
{
background-color: #AF500B;
}
.BgClassName
{
background-color: #AF500B;
}
</style>
border-color css
<style>
span { border-color: #AF500B; }
span { border-color: rgb(175,80,11); }
td.TdClassName
{
border-color: #AF500B;
}
.TagClassName
{
border-color: #AF500B;
}
</style>