Shades of Rust #AF4206
Tints of Rust #AF4206
RGB
CMYK
RGB Variations
Color information
#AF4206 (or 0xAF4206) is known color: Rust. HEX triplet: AF, 42 and 06. RGB value is (175,66,6). Sum of RGB (Red+Green+Blue) = 175+66+6=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4206 is #50BDF9. Grayscale: #5C5C5C. Windows color (decimal): -5291514 or 410287. OLE color: 410287.
HSL color Cylindrical-coordinate representation of color #AF4206: hue angle of 21.3º 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 #AF4206 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.3º | 0.93% | 0.35% | - |
| HSV(B) | 21.3º | 0.97% | 0.69% | - |
| XYZ | 19.66 | 13.02 | 1.65 | - |
| YUV | 91.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 6 | 0 | 0.62 | 0.97 | 0.31 | 21.3 | 0.93 | 0.35 |
| Hex | AF | 42 | 6 | 0 | 3E | 61 | 1F | 15 | 5D | 23 |
| Octal | 257 | 102 | 6 | 0 | 76 | 141 | 37 | 25 | 135 | 43 |
| Binary | 10101111 | 1000010 | 110 | 0 | 111110 | 1100001 | 11111 | 10101 | 1011101 | 100011 |
Color Harmonies of #AF4206
Complementary color
Monochromatic Colors of #AF4206
Black with #AF4206
Text Example
Text Example
White with #AF4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4206; }
p { color: rgb(175,66,6); }
H1.HeaderClassName
{
color: #AF4206;
}
.AnyTagClassName
{
color: #AF4206;
}
</style>
background-color css
<style>
a { background-color: #AF4206; }
a { background-color: rgb(175,66,6); }
div.DivClassName
{
background-color: #AF4206;
}
.BgClassName
{
background-color: #AF4206;
}
</style>
border-color css
<style>
span { border-color: #AF4206; }
span { border-color: rgb(175,66,6); }
td.TdClassName
{
border-color: #AF4206;
}
.TagClassName
{
border-color: #AF4206;
}
</style>