Shades of Rust #AF4116
Tints of Rust #AF4116
RGB
CMYK
RGB Variations
Color information
#AF4116 (or 0xAF4116) is known color: Rust. HEX triplet: AF, 41 and 16. RGB value is (175,65,22). Sum of RGB (Red+Green+Blue) = 175+65+22=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4116 is #50BEE9. Grayscale: #5D5D5D. Windows color (decimal): -5291754 or 1458607. OLE color: 1458607.
HSL color Cylindrical-coordinate representation of color #AF4116: hue angle of 16.86º 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 #AF4116 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 22 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.31 |
| HSL | 16.86º | 0.78% | 0.39% | - |
| HSV(B) | 16.86º | 0.87% | 0.69% | - |
| XYZ | 19.71 | 12.95 | 2.22 | - |
| YUV | 92.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 22 | 0 | 0.63 | 0.87 | 0.31 | 16.86 | 0.78 | 0.39 |
| Hex | AF | 41 | 16 | 0 | 3F | 57 | 1F | 11 | 4E | 27 |
| Octal | 257 | 101 | 26 | 0 | 77 | 127 | 37 | 21 | 116 | 47 |
| Binary | 10101111 | 1000001 | 10110 | 0 | 111111 | 1010111 | 11111 | 10001 | 1001110 | 100111 |
Color Harmonies of #AF4116
Complementary color
Monochromatic Colors of #AF4116
Black with #AF4116
Text Example
Text Example
White with #AF4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4116; }
p { color: rgb(175,65,22); }
H1.HeaderClassName
{
color: #AF4116;
}
.AnyTagClassName
{
color: #AF4116;
}
</style>
background-color css
<style>
a { background-color: #AF4116; }
a { background-color: rgb(175,65,22); }
div.DivClassName
{
background-color: #AF4116;
}
.BgClassName
{
background-color: #AF4116;
}
</style>
border-color css
<style>
span { border-color: #AF4116; }
span { border-color: rgb(175,65,22); }
td.TdClassName
{
border-color: #AF4116;
}
.TagClassName
{
border-color: #AF4116;
}
</style>