Shades of Rust #AF3217
Tints of Rust #AF3217
RGB
CMYK
RGB Variations
Color information
#AF3217 (or 0xAF3217) is known color: Rust. HEX triplet: AF, 32 and 17. RGB value is (175,50,23). Sum of RGB (Red+Green+Blue) = 175+50+23=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3217 is #50CDE8. Grayscale: #545454. Windows color (decimal): -5295593 or 1520303. OLE color: 1520303.
HSL color Cylindrical-coordinate representation of color #AF3217: hue angle of 10.66º 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 #AF3217 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 23 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.31 |
| HSL | 10.66º | 0.77% | 0.39% | - |
| HSV(B) | 10.66º | 0.87% | 0.69% | - |
| XYZ | 18.97 | 11.46 | 2.02 | - |
| YUV | 84.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 23 | 0 | 0.71 | 0.87 | 0.31 | 10.66 | 0.77 | 0.39 |
| Hex | AF | 32 | 17 | 0 | 47 | 57 | 1F | B | 4D | 27 |
| Octal | 257 | 62 | 27 | 0 | 107 | 127 | 37 | 13 | 115 | 47 |
| Binary | 10101111 | 110010 | 10111 | 0 | 1000111 | 1010111 | 11111 | 1011 | 1001101 | 100111 |
Color Harmonies of #AF3217
Complementary color
Monochromatic Colors of #AF3217
Black with #AF3217
Text Example
Text Example
White with #AF3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3217; }
p { color: rgb(175,50,23); }
H1.HeaderClassName
{
color: #AF3217;
}
.AnyTagClassName
{
color: #AF3217;
}
</style>
background-color css
<style>
a { background-color: #AF3217; }
a { background-color: rgb(175,50,23); }
div.DivClassName
{
background-color: #AF3217;
}
.BgClassName
{
background-color: #AF3217;
}
</style>
border-color css
<style>
span { border-color: #AF3217; }
span { border-color: rgb(175,50,23); }
td.TdClassName
{
border-color: #AF3217;
}
.TagClassName
{
border-color: #AF3217;
}
</style>