Shades of Rust #AF4113
Tints of Rust #AF4113
RGB
CMYK
RGB Variations
Color information
#AF4113 (or 0xAF4113) is known color: Rust. HEX triplet: AF, 41 and 13. RGB value is (175,65,19). Sum of RGB (Red+Green+Blue) = 175+65+19=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4113 is #50BEEC. Grayscale: #5C5C5C. Windows color (decimal): -5291757 or 1261999. OLE color: 1261999.
HSL color Cylindrical-coordinate representation of color #AF4113: hue angle of 17.69º 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 #AF4113 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.31 |
| HSL | 17.69º | 0.8% | 0.38% | - |
| HSV(B) | 17.69º | 0.89% | 0.69% | - |
| XYZ | 19.69 | 12.94 | 2.08 | - |
| YUV | 92.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 19 | 0 | 0.63 | 0.89 | 0.31 | 17.69 | 0.8 | 0.38 |
| Hex | AF | 41 | 13 | 0 | 3F | 59 | 1F | 12 | 50 | 26 |
| Octal | 257 | 101 | 23 | 0 | 77 | 131 | 37 | 22 | 120 | 46 |
| Binary | 10101111 | 1000001 | 10011 | 0 | 111111 | 1011001 | 11111 | 10010 | 1010000 | 100110 |
Color Harmonies of #AF4113
Complementary color
Monochromatic Colors of #AF4113
Black with #AF4113
Text Example
Text Example
White with #AF4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4113; }
p { color: rgb(175,65,19); }
H1.HeaderClassName
{
color: #AF4113;
}
.AnyTagClassName
{
color: #AF4113;
}
</style>
background-color css
<style>
a { background-color: #AF4113; }
a { background-color: rgb(175,65,19); }
div.DivClassName
{
background-color: #AF4113;
}
.BgClassName
{
background-color: #AF4113;
}
</style>
border-color css
<style>
span { border-color: #AF4113; }
span { border-color: rgb(175,65,19); }
td.TdClassName
{
border-color: #AF4113;
}
.TagClassName
{
border-color: #AF4113;
}
</style>