Shades of Rust #AF550B
Tints of Rust #AF550B
RGB
CMYK
RGB Variations
Color information
#AF550B (or 0xAF550B) is known color: Rust. HEX triplet: AF, 55 and 0B. RGB value is (175,85,11). Sum of RGB (Red+Green+Blue) = 175+85+11=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF550B is #50AAF4. Grayscale: #676767. Windows color (decimal): -5286645 or 742831. OLE color: 742831.
HSL color Cylindrical-coordinate representation of color #AF550B: hue angle of 27.07º 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 #AF550B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.31 |
| HSL | 27.07º | 0.88% | 0.36% | - |
| HSV(B) | 27.07º | 0.94% | 0.69% | - |
| XYZ | 20.99 | 15.64 | 2.23 | - |
| YUV | 103.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 11 | 0 | 0.51 | 0.94 | 0.31 | 27.07 | 0.88 | 0.36 |
| Hex | AF | 55 | B | 0 | 33 | 5E | 1F | 1B | 58 | 24 |
| Octal | 257 | 125 | 13 | 0 | 63 | 136 | 37 | 33 | 130 | 44 |
| Binary | 10101111 | 1010101 | 1011 | 0 | 110011 | 1011110 | 11111 | 11011 | 1011000 | 100100 |
Color Harmonies of #AF550B
Complementary color
Monochromatic Colors of #AF550B
Black with #AF550B
Text Example
Text Example
White with #AF550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF550B; }
p { color: rgb(175,85,11); }
H1.HeaderClassName
{
color: #AF550B;
}
.AnyTagClassName
{
color: #AF550B;
}
</style>
background-color css
<style>
a { background-color: #AF550B; }
a { background-color: rgb(175,85,11); }
div.DivClassName
{
background-color: #AF550B;
}
.BgClassName
{
background-color: #AF550B;
}
</style>
border-color css
<style>
span { border-color: #AF550B; }
span { border-color: rgb(175,85,11); }
td.TdClassName
{
border-color: #AF550B;
}
.TagClassName
{
border-color: #AF550B;
}
</style>