Shades of Rust #AF3114
Tints of Rust #AF3114
RGB
CMYK
RGB Variations
Color information
#AF3114 (or 0xAF3114) is known color: Rust. HEX triplet: AF, 31 and 14. RGB value is (175,49,20). Sum of RGB (Red+Green+Blue) = 175+49+20=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3114 is #50CEEB. Grayscale: #535353. Windows color (decimal): -5295852 or 1323439. OLE color: 1323439.
HSL color Cylindrical-coordinate representation of color #AF3114: hue angle of 11.23º 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 #AF3114 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 20 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.31 |
| HSL | 11.23º | 0.79% | 0.38% | - |
| HSV(B) | 11.23º | 0.89% | 0.69% | - |
| XYZ | 18.9 | 11.36 | 1.86 | - |
| YUV | 83.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 20 | 0 | 0.72 | 0.89 | 0.31 | 11.23 | 0.79 | 0.38 |
| Hex | AF | 31 | 14 | 0 | 48 | 59 | 1F | B | 4F | 26 |
| Octal | 257 | 61 | 24 | 0 | 110 | 131 | 37 | 13 | 117 | 46 |
| Binary | 10101111 | 110001 | 10100 | 0 | 1001000 | 1011001 | 11111 | 1011 | 1001111 | 100110 |
Color Harmonies of #AF3114
Complementary color
Monochromatic Colors of #AF3114
Black with #AF3114
Text Example
Text Example
White with #AF3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3114; }
p { color: rgb(175,49,20); }
H1.HeaderClassName
{
color: #AF3114;
}
.AnyTagClassName
{
color: #AF3114;
}
</style>
background-color css
<style>
a { background-color: #AF3114; }
a { background-color: rgb(175,49,20); }
div.DivClassName
{
background-color: #AF3114;
}
.BgClassName
{
background-color: #AF3114;
}
</style>
border-color css
<style>
span { border-color: #AF3114; }
span { border-color: rgb(175,49,20); }
td.TdClassName
{
border-color: #AF3114;
}
.TagClassName
{
border-color: #AF3114;
}
</style>