Shades of Rust #AF4D06
Tints of Rust #AF4D06
RGB
CMYK
RGB Variations
Color information
#AF4D06 (or 0xAF4D06) is known color: Rust. HEX triplet: AF, 4D and 06. RGB value is (175,77,6). Sum of RGB (Red+Green+Blue) = 175+77+6=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D06 is #50B2F9. Grayscale: #626262. Windows color (decimal): -5288698 or 413103. OLE color: 413103.
HSL color Cylindrical-coordinate representation of color #AF4D06: hue angle of 25.21º 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 #AF4D06 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.31 |
| HSL | 25.21º | 0.93% | 0.35% | - |
| HSV(B) | 25.21º | 0.97% | 0.69% | - |
| XYZ | 20.37 | 14.43 | 1.89 | - |
| YUV | 98.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 6 | 0 | 0.56 | 0.97 | 0.31 | 25.21 | 0.93 | 0.35 |
| Hex | AF | 4D | 6 | 0 | 38 | 61 | 1F | 19 | 5D | 23 |
| Octal | 257 | 115 | 6 | 0 | 70 | 141 | 37 | 31 | 135 | 43 |
| Binary | 10101111 | 1001101 | 110 | 0 | 111000 | 1100001 | 11111 | 11001 | 1011101 | 100011 |
Color Harmonies of #AF4D06
Complementary color
Monochromatic Colors of #AF4D06
Black with #AF4D06
Text Example
Text Example
White with #AF4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D06; }
p { color: rgb(175,77,6); }
H1.HeaderClassName
{
color: #AF4D06;
}
.AnyTagClassName
{
color: #AF4D06;
}
</style>
background-color css
<style>
a { background-color: #AF4D06; }
a { background-color: rgb(175,77,6); }
div.DivClassName
{
background-color: #AF4D06;
}
.BgClassName
{
background-color: #AF4D06;
}
</style>
border-color css
<style>
span { border-color: #AF4D06; }
span { border-color: rgb(175,77,6); }
td.TdClassName
{
border-color: #AF4D06;
}
.TagClassName
{
border-color: #AF4D06;
}
</style>