Shades of Rust #AF570B
Tints of Rust #AF570B
RGB
CMYK
RGB Variations
Color information
#AF570B (or 0xAF570B) is known color: Rust. HEX triplet: AF, 57 and 0B. RGB value is (175,87,11). Sum of RGB (Red+Green+Blue) = 175+87+11=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF570B is #50A8F4. Grayscale: #696969. Windows color (decimal): -5286133 or 743343. OLE color: 743343.
HSL color Cylindrical-coordinate representation of color #AF570B: hue angle of 27.8º 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 #AF570B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.31 |
| HSL | 27.8º | 0.88% | 0.36% | - |
| HSV(B) | 27.8º | 0.94% | 0.69% | - |
| XYZ | 21.15 | 15.95 | 2.28 | - |
| YUV | 104.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 11 | 0 | 0.50 | 0.94 | 0.31 | 27.8 | 0.88 | 0.36 |
| Hex | AF | 57 | B | 0 | 32 | 5E | 1F | 1C | 58 | 24 |
| Octal | 257 | 127 | 13 | 0 | 62 | 136 | 37 | 34 | 130 | 44 |
| Binary | 10101111 | 1010111 | 1011 | 0 | 110010 | 1011110 | 11111 | 11100 | 1011000 | 100100 |
Color Harmonies of #AF570B
Complementary color
Monochromatic Colors of #AF570B
Black with #AF570B
Text Example
Text Example
White with #AF570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF570B; }
p { color: rgb(175,87,11); }
H1.HeaderClassName
{
color: #AF570B;
}
.AnyTagClassName
{
color: #AF570B;
}
</style>
background-color css
<style>
a { background-color: #AF570B; }
a { background-color: rgb(175,87,11); }
div.DivClassName
{
background-color: #AF570B;
}
.BgClassName
{
background-color: #AF570B;
}
</style>
border-color css
<style>
span { border-color: #AF570B; }
span { border-color: rgb(175,87,11); }
td.TdClassName
{
border-color: #AF570B;
}
.TagClassName
{
border-color: #AF570B;
}
</style>