Shades of Rust #AF5213
Tints of Rust #AF5213
RGB
CMYK
RGB Variations
Color information
#AF5213 (or 0xAF5213) is known color: Rust. HEX triplet: AF, 52 and 13. RGB value is (175,82,19). Sum of RGB (Red+Green+Blue) = 175+82+19=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5213 is #50ADEC. Grayscale: #666666. Windows color (decimal): -5287405 or 1266351. OLE color: 1266351.
HSL color Cylindrical-coordinate representation of color #AF5213: hue angle of 24.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF5213 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.31 |
| HSL | 24.23º | 0.8% | 0.38% | - |
| HSV(B) | 24.23º | 0.89% | 0.69% | - |
| XYZ | 20.81 | 15.2 | 2.45 | - |
| YUV | 102.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 19 | 0 | 0.53 | 0.89 | 0.31 | 24.23 | 0.8 | 0.38 |
| Hex | AF | 52 | 13 | 0 | 35 | 59 | 1F | 18 | 50 | 26 |
| Octal | 257 | 122 | 23 | 0 | 65 | 131 | 37 | 30 | 120 | 46 |
| Binary | 10101111 | 1010010 | 10011 | 0 | 110101 | 1011001 | 11111 | 11000 | 1010000 | 100110 |
Color Harmonies of #AF5213
Complementary color
Monochromatic Colors of #AF5213
Black with #AF5213
Text Example
Text Example
White with #AF5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5213; }
p { color: rgb(175,82,19); }
H1.HeaderClassName
{
color: #AF5213;
}
.AnyTagClassName
{
color: #AF5213;
}
</style>
background-color css
<style>
a { background-color: #AF5213; }
a { background-color: rgb(175,82,19); }
div.DivClassName
{
background-color: #AF5213;
}
.BgClassName
{
background-color: #AF5213;
}
</style>
border-color css
<style>
span { border-color: #AF5213; }
span { border-color: rgb(175,82,19); }
td.TdClassName
{
border-color: #AF5213;
}
.TagClassName
{
border-color: #AF5213;
}
</style>