Shades of Rust #AF510B
Tints of Rust #AF510B
RGB
CMYK
RGB Variations
Color information
#AF510B (or 0xAF510B) is known color: Rust. HEX triplet: AF, 51 and 0B. RGB value is (175,81,11). Sum of RGB (Red+Green+Blue) = 175+81+11=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF510B is #50AEF4. Grayscale: #656565. Windows color (decimal): -5287669 or 741807. OLE color: 741807.
HSL color Cylindrical-coordinate representation of color #AF510B: hue angle of 25.61º 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 #AF510B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.31 |
| HSL | 25.61º | 0.88% | 0.36% | - |
| HSV(B) | 25.61º | 0.94% | 0.69% | - |
| XYZ | 20.68 | 15.02 | 2.13 | - |
| YUV | 101.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 11 | 0 | 0.54 | 0.94 | 0.31 | 25.61 | 0.88 | 0.36 |
| Hex | AF | 51 | B | 0 | 36 | 5E | 1F | 1A | 58 | 24 |
| Octal | 257 | 121 | 13 | 0 | 66 | 136 | 37 | 32 | 130 | 44 |
| Binary | 10101111 | 1010001 | 1011 | 0 | 110110 | 1011110 | 11111 | 11010 | 1011000 | 100100 |
Color Harmonies of #AF510B
Complementary color
Monochromatic Colors of #AF510B
Black with #AF510B
Text Example
Text Example
White with #AF510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF510B; }
p { color: rgb(175,81,11); }
H1.HeaderClassName
{
color: #AF510B;
}
.AnyTagClassName
{
color: #AF510B;
}
</style>
background-color css
<style>
a { background-color: #AF510B; }
a { background-color: rgb(175,81,11); }
div.DivClassName
{
background-color: #AF510B;
}
.BgClassName
{
background-color: #AF510B;
}
</style>
border-color css
<style>
span { border-color: #AF510B; }
span { border-color: rgb(175,81,11); }
td.TdClassName
{
border-color: #AF510B;
}
.TagClassName
{
border-color: #AF510B;
}
</style>