Shades of Rust #AF4017
Tints of Rust #AF4017
RGB
CMYK
RGB Variations
Color information
#AF4017 (or 0xAF4017) is known color: Rust. HEX triplet: AF, 40 and 17. RGB value is (175,64,23). Sum of RGB (Red+Green+Blue) = 175+64+23=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4017 is #50BFE8. Grayscale: #5C5C5C. Windows color (decimal): -5292009 or 1523887. OLE color: 1523887.
HSL color Cylindrical-coordinate representation of color #AF4017: hue angle of 16.18º 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 #AF4017 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 23 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.31 |
| HSL | 16.18º | 0.77% | 0.39% | - |
| HSV(B) | 16.18º | 0.87% | 0.69% | - |
| XYZ | 19.67 | 12.84 | 2.25 | - |
| YUV | 92.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 23 | 0 | 0.63 | 0.87 | 0.31 | 16.18 | 0.77 | 0.39 |
| Hex | AF | 40 | 17 | 0 | 3F | 57 | 1F | 10 | 4D | 27 |
| Octal | 257 | 100 | 27 | 0 | 77 | 127 | 37 | 20 | 115 | 47 |
| Binary | 10101111 | 1000000 | 10111 | 0 | 111111 | 1010111 | 11111 | 10000 | 1001101 | 100111 |
Color Harmonies of #AF4017
Complementary color
Monochromatic Colors of #AF4017
Black with #AF4017
Text Example
Text Example
White with #AF4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4017; }
p { color: rgb(175,64,23); }
H1.HeaderClassName
{
color: #AF4017;
}
.AnyTagClassName
{
color: #AF4017;
}
</style>
background-color css
<style>
a { background-color: #AF4017; }
a { background-color: rgb(175,64,23); }
div.DivClassName
{
background-color: #AF4017;
}
.BgClassName
{
background-color: #AF4017;
}
</style>
border-color css
<style>
span { border-color: #AF4017; }
span { border-color: rgb(175,64,23); }
td.TdClassName
{
border-color: #AF4017;
}
.TagClassName
{
border-color: #AF4017;
}
</style>