Shades of Rust #AF5114
Tints of Rust #AF5114
RGB
CMYK
RGB Variations
Color information
#AF5114 (or 0xAF5114) is known color: Rust. HEX triplet: AF, 51 and 14. RGB value is (175,81,20). Sum of RGB (Red+Green+Blue) = 175+81+20=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5114 is #50AEEB. Grayscale: #666666. Windows color (decimal): -5287660 or 1331631. OLE color: 1331631.
HSL color Cylindrical-coordinate representation of color #AF5114: hue angle of 23.61º degrees, saturation: 0.79, 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 #AF5114 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.31 |
| HSL | 23.61º | 0.79% | 0.38% | - |
| HSV(B) | 23.61º | 0.89% | 0.69% | - |
| XYZ | 20.75 | 15.05 | 2.47 | - |
| YUV | 102.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 20 | 0 | 0.54 | 0.89 | 0.31 | 23.61 | 0.79 | 0.38 |
| Hex | AF | 51 | 14 | 0 | 36 | 59 | 1F | 18 | 4F | 26 |
| Octal | 257 | 121 | 24 | 0 | 66 | 131 | 37 | 30 | 117 | 46 |
| Binary | 10101111 | 1010001 | 10100 | 0 | 110110 | 1011001 | 11111 | 11000 | 1001111 | 100110 |
Color Harmonies of #AF5114
Complementary color
Monochromatic Colors of #AF5114
Black with #AF5114
Text Example
Text Example
White with #AF5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5114; }
p { color: rgb(175,81,20); }
H1.HeaderClassName
{
color: #AF5114;
}
.AnyTagClassName
{
color: #AF5114;
}
</style>
background-color css
<style>
a { background-color: #AF5114; }
a { background-color: rgb(175,81,20); }
div.DivClassName
{
background-color: #AF5114;
}
.BgClassName
{
background-color: #AF5114;
}
</style>
border-color css
<style>
span { border-color: #AF5114; }
span { border-color: rgb(175,81,20); }
td.TdClassName
{
border-color: #AF5114;
}
.TagClassName
{
border-color: #AF5114;
}
</style>