Shades of Rust #AF3611
Tints of Rust #AF3611
RGB
CMYK
RGB Variations
Color information
#AF3611 (or 0xAF3611) is known color: Rust. HEX triplet: AF, 36 and 11. RGB value is (175,54,17). Sum of RGB (Red+Green+Blue) = 175+54+17=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3611 is #50C9EE. Grayscale: #565656. Windows color (decimal): -5294575 or 1128111. OLE color: 1128111.
HSL color Cylindrical-coordinate representation of color #AF3611: hue angle of 14.05º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF3611 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.31 |
| HSL | 14.05º | 0.82% | 0.38% | - |
| HSV(B) | 14.05º | 0.9% | 0.69% | - |
| XYZ | 19.1 | 11.79 | 1.8 | - |
| YUV | 85.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 17 | 0 | 0.69 | 0.90 | 0.31 | 14.05 | 0.82 | 0.38 |
| Hex | AF | 36 | 11 | 0 | 45 | 5A | 1F | E | 52 | 26 |
| Octal | 257 | 66 | 21 | 0 | 105 | 132 | 37 | 16 | 122 | 46 |
| Binary | 10101111 | 110110 | 10001 | 0 | 1000101 | 1011010 | 11111 | 1110 | 1010010 | 100110 |
Color Harmonies of #AF3611
Complementary color
Monochromatic Colors of #AF3611
Black with #AF3611
Text Example
Text Example
White with #AF3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3611; }
p { color: rgb(175,54,17); }
H1.HeaderClassName
{
color: #AF3611;
}
.AnyTagClassName
{
color: #AF3611;
}
</style>
background-color css
<style>
a { background-color: #AF3611; }
a { background-color: rgb(175,54,17); }
div.DivClassName
{
background-color: #AF3611;
}
.BgClassName
{
background-color: #AF3611;
}
</style>
border-color css
<style>
span { border-color: #AF3611; }
span { border-color: rgb(175,54,17); }
td.TdClassName
{
border-color: #AF3611;
}
.TagClassName
{
border-color: #AF3611;
}
</style>