Shades of Rust #AF520B
Tints of Rust #AF520B
RGB
CMYK
RGB Variations
Color information
#AF520B (or 0xAF520B) is known color: Rust. HEX triplet: AF, 52 and 0B. RGB value is (175,82,11). Sum of RGB (Red+Green+Blue) = 175+82+11=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF520B is #50ADF4. Grayscale: #666666. Windows color (decimal): -5287413 or 742063. OLE color: 742063.
HSL color Cylindrical-coordinate representation of color #AF520B: hue angle of 25.98º 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 #AF520B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.31 |
| HSL | 25.98º | 0.88% | 0.36% | - |
| HSV(B) | 25.98º | 0.94% | 0.69% | - |
| XYZ | 20.76 | 15.17 | 2.15 | - |
| YUV | 101.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 11 | 0 | 0.53 | 0.94 | 0.31 | 25.98 | 0.88 | 0.36 |
| Hex | AF | 52 | B | 0 | 35 | 5E | 1F | 1A | 58 | 24 |
| Octal | 257 | 122 | 13 | 0 | 65 | 136 | 37 | 32 | 130 | 44 |
| Binary | 10101111 | 1010010 | 1011 | 0 | 110101 | 1011110 | 11111 | 11010 | 1011000 | 100100 |
Color Harmonies of #AF520B
Complementary color
Monochromatic Colors of #AF520B
Black with #AF520B
Text Example
Text Example
White with #AF520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF520B; }
p { color: rgb(175,82,11); }
H1.HeaderClassName
{
color: #AF520B;
}
.AnyTagClassName
{
color: #AF520B;
}
</style>
background-color css
<style>
a { background-color: #AF520B; }
a { background-color: rgb(175,82,11); }
div.DivClassName
{
background-color: #AF520B;
}
.BgClassName
{
background-color: #AF520B;
}
</style>
border-color css
<style>
span { border-color: #AF520B; }
span { border-color: rgb(175,82,11); }
td.TdClassName
{
border-color: #AF520B;
}
.TagClassName
{
border-color: #AF520B;
}
</style>