Shades of Rust #AF3106
Tints of Rust #AF3106
RGB
CMYK
RGB Variations
Color information
#AF3106 (or 0xAF3106) is known color: Rust. HEX triplet: AF, 31 and 06. RGB value is (175,49,6). Sum of RGB (Red+Green+Blue) = 175+49+6=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3106 is #50CEF9. Grayscale: #525252. Windows color (decimal): -5295866 or 405935. OLE color: 405935.
HSL color Cylindrical-coordinate representation of color #AF3106: hue angle of 15.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3106 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.31 |
| HSL | 15.27º | 0.93% | 0.35% | - |
| HSV(B) | 15.27º | 0.97% | 0.69% | - |
| XYZ | 18.81 | 11.32 | 1.37 | - |
| YUV | 81.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 6 | 0 | 0.72 | 0.97 | 0.31 | 15.27 | 0.93 | 0.35 |
| Hex | AF | 31 | 6 | 0 | 48 | 61 | 1F | F | 5D | 23 |
| Octal | 257 | 61 | 6 | 0 | 110 | 141 | 37 | 17 | 135 | 43 |
| Binary | 10101111 | 110001 | 110 | 0 | 1001000 | 1100001 | 11111 | 1111 | 1011101 | 100011 |
Color Harmonies of #AF3106
Complementary color
Monochromatic Colors of #AF3106
Black with #AF3106
Text Example
Text Example
White with #AF3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3106; }
p { color: rgb(175,49,6); }
H1.HeaderClassName
{
color: #AF3106;
}
.AnyTagClassName
{
color: #AF3106;
}
</style>
background-color css
<style>
a { background-color: #AF3106; }
a { background-color: rgb(175,49,6); }
div.DivClassName
{
background-color: #AF3106;
}
.BgClassName
{
background-color: #AF3106;
}
</style>
border-color css
<style>
span { border-color: #AF3106; }
span { border-color: rgb(175,49,6); }
td.TdClassName
{
border-color: #AF3106;
}
.TagClassName
{
border-color: #AF3106;
}
</style>