Shades of Rust #AF3117
Tints of Rust #AF3117
RGB
CMYK
RGB Variations
Color information
#AF3117 (or 0xAF3117) is known color: Rust. HEX triplet: AF, 31 and 17. RGB value is (175,49,23). Sum of RGB (Red+Green+Blue) = 175+49+23=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3117 is #50CEE8. Grayscale: #535353. Windows color (decimal): -5295849 or 1520047. OLE color: 1520047.
HSL color Cylindrical-coordinate representation of color #AF3117: hue angle of 10.26º 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 #AF3117 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 23 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.31 |
| HSL | 10.26º | 0.77% | 0.39% | - |
| HSV(B) | 10.26º | 0.87% | 0.69% | - |
| XYZ | 18.93 | 11.37 | 2.01 | - |
| YUV | 83.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 23 | 0 | 0.72 | 0.87 | 0.31 | 10.26 | 0.77 | 0.39 |
| Hex | AF | 31 | 17 | 0 | 48 | 57 | 1F | A | 4D | 27 |
| Octal | 257 | 61 | 27 | 0 | 110 | 127 | 37 | 12 | 115 | 47 |
| Binary | 10101111 | 110001 | 10111 | 0 | 1001000 | 1010111 | 11111 | 1010 | 1001101 | 100111 |
Color Harmonies of #AF3117
Complementary color
Monochromatic Colors of #AF3117
Black with #AF3117
Text Example
Text Example
White with #AF3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3117; }
p { color: rgb(175,49,23); }
H1.HeaderClassName
{
color: #AF3117;
}
.AnyTagClassName
{
color: #AF3117;
}
</style>
background-color css
<style>
a { background-color: #AF3117; }
a { background-color: rgb(175,49,23); }
div.DivClassName
{
background-color: #AF3117;
}
.BgClassName
{
background-color: #AF3117;
}
</style>
border-color css
<style>
span { border-color: #AF3117; }
span { border-color: rgb(175,49,23); }
td.TdClassName
{
border-color: #AF3117;
}
.TagClassName
{
border-color: #AF3117;
}
</style>