Shades of Rust #AF4006
Tints of Rust #AF4006
RGB
CMYK
RGB Variations
Color information
#AF4006 (or 0xAF4006) is known color: Rust. HEX triplet: AF, 40 and 06. RGB value is (175,64,6). Sum of RGB (Red+Green+Blue) = 175+64+6=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4006 is #50BFF9. Grayscale: #5A5A5A. Windows color (decimal): -5292026 or 409775. OLE color: 409775.
HSL color Cylindrical-coordinate representation of color #AF4006: hue angle of 20.59º 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 #AF4006 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.31 |
| HSL | 20.59º | 0.93% | 0.35% | - |
| HSV(B) | 20.59º | 0.97% | 0.69% | - |
| XYZ | 19.55 | 12.79 | 1.61 | - |
| YUV | 90.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 6 | 0 | 0.63 | 0.97 | 0.31 | 20.59 | 0.93 | 0.35 |
| Hex | AF | 40 | 6 | 0 | 3F | 61 | 1F | 15 | 5D | 23 |
| Octal | 257 | 100 | 6 | 0 | 77 | 141 | 37 | 25 | 135 | 43 |
| Binary | 10101111 | 1000000 | 110 | 0 | 111111 | 1100001 | 11111 | 10101 | 1011101 | 100011 |
Color Harmonies of #AF4006
Complementary color
Monochromatic Colors of #AF4006
Black with #AF4006
Text Example
Text Example
White with #AF4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4006; }
p { color: rgb(175,64,6); }
H1.HeaderClassName
{
color: #AF4006;
}
.AnyTagClassName
{
color: #AF4006;
}
</style>
background-color css
<style>
a { background-color: #AF4006; }
a { background-color: rgb(175,64,6); }
div.DivClassName
{
background-color: #AF4006;
}
.BgClassName
{
background-color: #AF4006;
}
</style>
border-color css
<style>
span { border-color: #AF4006; }
span { border-color: rgb(175,64,6); }
td.TdClassName
{
border-color: #AF4006;
}
.TagClassName
{
border-color: #AF4006;
}
</style>