Shades of Rust #AF3806
Tints of Rust #AF3806
RGB
CMYK
RGB Variations
Color information
#AF3806 (or 0xAF3806) is known color: Rust. HEX triplet: AF, 38 and 06. RGB value is (175,56,6). Sum of RGB (Red+Green+Blue) = 175+56+6=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3806 is #50C7F9. Grayscale: #565656. Windows color (decimal): -5294074 or 407727. OLE color: 407727.
HSL color Cylindrical-coordinate representation of color #AF3806: hue angle of 17.75º 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 #AF3806 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.31 |
| HSL | 17.75º | 0.93% | 0.35% | - |
| HSV(B) | 17.75º | 0.97% | 0.69% | - |
| XYZ | 19.13 | 11.96 | 1.47 | - |
| YUV | 85.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 6 | 0 | 0.68 | 0.97 | 0.31 | 17.75 | 0.93 | 0.35 |
| Hex | AF | 38 | 6 | 0 | 44 | 61 | 1F | 12 | 5D | 23 |
| Octal | 257 | 70 | 6 | 0 | 104 | 141 | 37 | 22 | 135 | 43 |
| Binary | 10101111 | 111000 | 110 | 0 | 1000100 | 1100001 | 11111 | 10010 | 1011101 | 100011 |
Color Harmonies of #AF3806
Complementary color
Monochromatic Colors of #AF3806
Black with #AF3806
Text Example
Text Example
White with #AF3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3806; }
p { color: rgb(175,56,6); }
H1.HeaderClassName
{
color: #AF3806;
}
.AnyTagClassName
{
color: #AF3806;
}
</style>
background-color css
<style>
a { background-color: #AF3806; }
a { background-color: rgb(175,56,6); }
div.DivClassName
{
background-color: #AF3806;
}
.BgClassName
{
background-color: #AF3806;
}
</style>
border-color css
<style>
span { border-color: #AF3806; }
span { border-color: rgb(175,56,6); }
td.TdClassName
{
border-color: #AF3806;
}
.TagClassName
{
border-color: #AF3806;
}
</style>