Shades of Rust #AF3705
Tints of Rust #AF3705
RGB
CMYK
RGB Variations
Color information
#AF3705 (or 0xAF3705) is known color: Rust. HEX triplet: AF, 37 and 05. RGB value is (175,55,5). Sum of RGB (Red+Green+Blue) = 175+55+5=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3705 is #50C8FA. Grayscale: #555555. Windows color (decimal): -5294331 or 341935. OLE color: 341935.
HSL color Cylindrical-coordinate representation of color #AF3705: hue angle of 17.65º 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 #AF3705 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.31 |
| HSL | 17.65º | 0.94% | 0.35% | - |
| HSV(B) | 17.65º | 0.97% | 0.69% | - |
| XYZ | 19.07 | 11.86 | 1.43 | - |
| YUV | 85.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 5 | 0 | 0.69 | 0.97 | 0.31 | 17.65 | 0.94 | 0.35 |
| Hex | AF | 37 | 5 | 0 | 45 | 61 | 1F | 12 | 5E | 23 |
| Octal | 257 | 67 | 5 | 0 | 105 | 141 | 37 | 22 | 136 | 43 |
| Binary | 10101111 | 110111 | 101 | 0 | 1000101 | 1100001 | 11111 | 10010 | 1011110 | 100011 |
Color Harmonies of #AF3705
Complementary color
Monochromatic Colors of #AF3705
Black with #AF3705
Text Example
Text Example
White with #AF3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3705; }
p { color: rgb(175,55,5); }
H1.HeaderClassName
{
color: #AF3705;
}
.AnyTagClassName
{
color: #AF3705;
}
</style>
background-color css
<style>
a { background-color: #AF3705; }
a { background-color: rgb(175,55,5); }
div.DivClassName
{
background-color: #AF3705;
}
.BgClassName
{
background-color: #AF3705;
}
</style>
border-color css
<style>
span { border-color: #AF3705; }
span { border-color: rgb(175,55,5); }
td.TdClassName
{
border-color: #AF3705;
}
.TagClassName
{
border-color: #AF3705;
}
</style>