Shades of Rust #AF5513
Tints of Rust #AF5513
RGB
CMYK
RGB Variations
Color information
#AF5513 (or 0xAF5513) is known color: Rust. HEX triplet: AF, 55 and 13. RGB value is (175,85,19). Sum of RGB (Red+Green+Blue) = 175+85+19=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5513 is #50AAEC. Grayscale: #686868. Windows color (decimal): -5286637 or 1267119. OLE color: 1267119.
HSL color Cylindrical-coordinate representation of color #AF5513: hue angle of 25.38º 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 #AF5513 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 19 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.31 |
| HSL | 25.38º | 0.8% | 0.38% | - |
| HSV(B) | 25.38º | 0.89% | 0.69% | - |
| XYZ | 21.05 | 15.66 | 2.53 | - |
| YUV | 104.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 19 | 0 | 0.51 | 0.89 | 0.31 | 25.38 | 0.8 | 0.38 |
| Hex | AF | 55 | 13 | 0 | 33 | 59 | 1F | 19 | 50 | 26 |
| Octal | 257 | 125 | 23 | 0 | 63 | 131 | 37 | 31 | 120 | 46 |
| Binary | 10101111 | 1010101 | 10011 | 0 | 110011 | 1011001 | 11111 | 11001 | 1010000 | 100110 |
Color Harmonies of #AF5513
Complementary color
Monochromatic Colors of #AF5513
Black with #AF5513
Text Example
Text Example
White with #AF5513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5513; }
p { color: rgb(175,85,19); }
H1.HeaderClassName
{
color: #AF5513;
}
.AnyTagClassName
{
color: #AF5513;
}
</style>
background-color css
<style>
a { background-color: #AF5513; }
a { background-color: rgb(175,85,19); }
div.DivClassName
{
background-color: #AF5513;
}
.BgClassName
{
background-color: #AF5513;
}
</style>
border-color css
<style>
span { border-color: #AF5513; }
span { border-color: rgb(175,85,19); }
td.TdClassName
{
border-color: #AF5513;
}
.TagClassName
{
border-color: #AF5513;
}
</style>