Shades of Rust #AF4705
Tints of Rust #AF4705
RGB
CMYK
RGB Variations
Color information
#AF4705 (or 0xAF4705) is known color: Rust. HEX triplet: AF, 47 and 05. RGB value is (175,71,5). Sum of RGB (Red+Green+Blue) = 175+71+5=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4705 is #50B8FA. Grayscale: #5E5E5E. Windows color (decimal): -5290235 or 346031. OLE color: 346031.
HSL color Cylindrical-coordinate representation of color #AF4705: hue angle of 23.29º degrees, saturation: 0.94, 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 #AF4705 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.31 |
| HSL | 23.29º | 0.94% | 0.35% | - |
| HSV(B) | 23.29º | 0.97% | 0.69% | - |
| XYZ | 19.96 | 13.63 | 1.72 | - |
| YUV | 94.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 5 | 0 | 0.59 | 0.97 | 0.31 | 23.29 | 0.94 | 0.35 |
| Hex | AF | 47 | 5 | 0 | 3B | 61 | 1F | 17 | 5E | 23 |
| Octal | 257 | 107 | 5 | 0 | 73 | 141 | 37 | 27 | 136 | 43 |
| Binary | 10101111 | 1000111 | 101 | 0 | 111011 | 1100001 | 11111 | 10111 | 1011110 | 100011 |
Color Harmonies of #AF4705
Complementary color
Monochromatic Colors of #AF4705
Black with #AF4705
Text Example
Text Example
White with #AF4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4705; }
p { color: rgb(175,71,5); }
H1.HeaderClassName
{
color: #AF4705;
}
.AnyTagClassName
{
color: #AF4705;
}
</style>
background-color css
<style>
a { background-color: #AF4705; }
a { background-color: rgb(175,71,5); }
div.DivClassName
{
background-color: #AF4705;
}
.BgClassName
{
background-color: #AF4705;
}
</style>
border-color css
<style>
span { border-color: #AF4705; }
span { border-color: rgb(175,71,5); }
td.TdClassName
{
border-color: #AF4705;
}
.TagClassName
{
border-color: #AF4705;
}
</style>