Shades of Rust #AF4016
Tints of Rust #AF4016
RGB
CMYK
RGB Variations
Color information
#AF4016 (or 0xAF4016) is known color: Rust. HEX triplet: AF, 40 and 16. RGB value is (175,64,22). Sum of RGB (Red+Green+Blue) = 175+64+22=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4016 is #50BFE9. Grayscale: #5C5C5C. Windows color (decimal): -5292010 or 1458351. OLE color: 1458351.
HSL color Cylindrical-coordinate representation of color #AF4016: hue angle of 16.47º degrees, saturation: 0.78, 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 #AF4016 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 22 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.31 |
| HSL | 16.47º | 0.78% | 0.39% | - |
| HSV(B) | 16.47º | 0.87% | 0.69% | - |
| XYZ | 19.66 | 12.84 | 2.2 | - |
| YUV | 92.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 22 | 0 | 0.63 | 0.87 | 0.31 | 16.47 | 0.78 | 0.39 |
| Hex | AF | 40 | 16 | 0 | 3F | 57 | 1F | 10 | 4E | 27 |
| Octal | 257 | 100 | 26 | 0 | 77 | 127 | 37 | 20 | 116 | 47 |
| Binary | 10101111 | 1000000 | 10110 | 0 | 111111 | 1010111 | 11111 | 10000 | 1001110 | 100111 |
Color Harmonies of #AF4016
Complementary color
Monochromatic Colors of #AF4016
Black with #AF4016
Text Example
Text Example
White with #AF4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4016; }
p { color: rgb(175,64,22); }
H1.HeaderClassName
{
color: #AF4016;
}
.AnyTagClassName
{
color: #AF4016;
}
</style>
background-color css
<style>
a { background-color: #AF4016; }
a { background-color: rgb(175,64,22); }
div.DivClassName
{
background-color: #AF4016;
}
.BgClassName
{
background-color: #AF4016;
}
</style>
border-color css
<style>
span { border-color: #AF4016; }
span { border-color: rgb(175,64,22); }
td.TdClassName
{
border-color: #AF4016;
}
.TagClassName
{
border-color: #AF4016;
}
</style>