Shades of Rust #AF4117
Tints of Rust #AF4117
RGB
CMYK
RGB Variations
Color information
#AF4117 (or 0xAF4117) is known color: Rust. HEX triplet: AF, 41 and 17. RGB value is (175,65,23). Sum of RGB (Red+Green+Blue) = 175+65+23=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4117 is #50BEE8. Grayscale: #5D5D5D. Windows color (decimal): -5291753 or 1524143. OLE color: 1524143.
HSL color Cylindrical-coordinate representation of color #AF4117: hue angle of 16.58º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF4117 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 23 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.31 |
| HSL | 16.58º | 0.77% | 0.39% | - |
| HSV(B) | 16.58º | 0.87% | 0.69% | - |
| XYZ | 19.72 | 12.96 | 2.27 | - |
| YUV | 93.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 23 | 0 | 0.63 | 0.87 | 0.31 | 16.58 | 0.77 | 0.39 |
| Hex | AF | 41 | 17 | 0 | 3F | 57 | 1F | 11 | 4D | 27 |
| Octal | 257 | 101 | 27 | 0 | 77 | 127 | 37 | 21 | 115 | 47 |
| Binary | 10101111 | 1000001 | 10111 | 0 | 111111 | 1010111 | 11111 | 10001 | 1001101 | 100111 |
Color Harmonies of #AF4117
Complementary color
Monochromatic Colors of #AF4117
Black with #AF4117
Text Example
Text Example
White with #AF4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4117; }
p { color: rgb(175,65,23); }
H1.HeaderClassName
{
color: #AF4117;
}
.AnyTagClassName
{
color: #AF4117;
}
</style>
background-color css
<style>
a { background-color: #AF4117; }
a { background-color: rgb(175,65,23); }
div.DivClassName
{
background-color: #AF4117;
}
.BgClassName
{
background-color: #AF4117;
}
</style>
border-color css
<style>
span { border-color: #AF4117; }
span { border-color: rgb(175,65,23); }
td.TdClassName
{
border-color: #AF4117;
}
.TagClassName
{
border-color: #AF4117;
}
</style>