Shades of Rust #AF3417
Tints of Rust #AF3417
RGB
CMYK
RGB Variations
Color information
#AF3417 (or 0xAF3417) is known color: Rust. HEX triplet: AF, 34 and 17. RGB value is (175,52,23). Sum of RGB (Red+Green+Blue) = 175+52+23=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3417 is #50CBE8. Grayscale: #555555. Windows color (decimal): -5295081 or 1520815. OLE color: 1520815.
HSL color Cylindrical-coordinate representation of color #AF3417: hue angle of 11.45º 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 #AF3417 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 23 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.31 |
| HSL | 11.45º | 0.77% | 0.39% | - |
| HSV(B) | 11.45º | 0.87% | 0.69% | - |
| XYZ | 19.06 | 11.63 | 2.05 | - |
| YUV | 85.47 | 92.75 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 23 | 0 | 0.70 | 0.87 | 0.31 | 11.45 | 0.77 | 0.39 |
| Hex | AF | 34 | 17 | 0 | 46 | 57 | 1F | B | 4D | 27 |
| Octal | 257 | 64 | 27 | 0 | 106 | 127 | 37 | 13 | 115 | 47 |
| Binary | 10101111 | 110100 | 10111 | 0 | 1000110 | 1010111 | 11111 | 1011 | 1001101 | 100111 |
Color Harmonies of #AF3417
Complementary color
Monochromatic Colors of #AF3417
Black with #AF3417
Text Example
Text Example
White with #AF3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3417; }
p { color: rgb(175,52,23); }
H1.HeaderClassName
{
color: #AF3417;
}
.AnyTagClassName
{
color: #AF3417;
}
</style>
background-color css
<style>
a { background-color: #AF3417; }
a { background-color: rgb(175,52,23); }
div.DivClassName
{
background-color: #AF3417;
}
.BgClassName
{
background-color: #AF3417;
}
</style>
border-color css
<style>
span { border-color: #AF3417; }
span { border-color: rgb(175,52,23); }
td.TdClassName
{
border-color: #AF3417;
}
.TagClassName
{
border-color: #AF3417;
}
</style>