Shades of Rust #AF3516
Tints of Rust #AF3516
RGB
CMYK
RGB Variations
Color information
#AF3516 (or 0xAF3516) is known color: Rust. HEX triplet: AF, 35 and 16. RGB value is (175,53,22). Sum of RGB (Red+Green+Blue) = 175+53+22=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3516 is #50CAE9. Grayscale: #565656. Windows color (decimal): -5294826 or 1455535. OLE color: 1455535.
HSL color Cylindrical-coordinate representation of color #AF3516: hue angle of 12.16º 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 #AF3516 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 22 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.31 |
| HSL | 12.16º | 0.78% | 0.39% | - |
| HSV(B) | 12.16º | 0.87% | 0.69% | - |
| XYZ | 19.1 | 11.72 | 2.01 | - |
| YUV | 85.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 22 | 0 | 0.70 | 0.87 | 0.31 | 12.16 | 0.78 | 0.39 |
| Hex | AF | 35 | 16 | 0 | 46 | 57 | 1F | C | 4E | 27 |
| Octal | 257 | 65 | 26 | 0 | 106 | 127 | 37 | 14 | 116 | 47 |
| Binary | 10101111 | 110101 | 10110 | 0 | 1000110 | 1010111 | 11111 | 1100 | 1001110 | 100111 |
Color Harmonies of #AF3516
Complementary color
Monochromatic Colors of #AF3516
Black with #AF3516
Text Example
Text Example
White with #AF3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3516; }
p { color: rgb(175,53,22); }
H1.HeaderClassName
{
color: #AF3516;
}
.AnyTagClassName
{
color: #AF3516;
}
</style>
background-color css
<style>
a { background-color: #AF3516; }
a { background-color: rgb(175,53,22); }
div.DivClassName
{
background-color: #AF3516;
}
.BgClassName
{
background-color: #AF3516;
}
</style>
border-color css
<style>
span { border-color: #AF3516; }
span { border-color: rgb(175,53,22); }
td.TdClassName
{
border-color: #AF3516;
}
.TagClassName
{
border-color: #AF3516;
}
</style>