Shades of Rust #AF4506
Tints of Rust #AF4506
RGB
CMYK
RGB Variations
Color information
#AF4506 (or 0xAF4506) is known color: Rust. HEX triplet: AF, 45 and 06. RGB value is (175,69,6). Sum of RGB (Red+Green+Blue) = 175+69+6=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4506 is #50BAF9. Grayscale: #5D5D5D. Windows color (decimal): -5290746 or 411055. OLE color: 411055.
HSL color Cylindrical-coordinate representation of color #AF4506: hue angle of 22.37º 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 #AF4506 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.31 |
| HSL | 22.37º | 0.93% | 0.35% | - |
| HSV(B) | 22.37º | 0.97% | 0.69% | - |
| XYZ | 19.84 | 13.38 | 1.71 | - |
| YUV | 93.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 6 | 0 | 0.61 | 0.97 | 0.31 | 22.37 | 0.93 | 0.35 |
| Hex | AF | 45 | 6 | 0 | 3D | 61 | 1F | 16 | 5D | 23 |
| Octal | 257 | 105 | 6 | 0 | 75 | 141 | 37 | 26 | 135 | 43 |
| Binary | 10101111 | 1000101 | 110 | 0 | 111101 | 1100001 | 11111 | 10110 | 1011101 | 100011 |
Color Harmonies of #AF4506
Complementary color
Monochromatic Colors of #AF4506
Black with #AF4506
Text Example
Text Example
White with #AF4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4506; }
p { color: rgb(175,69,6); }
H1.HeaderClassName
{
color: #AF4506;
}
.AnyTagClassName
{
color: #AF4506;
}
</style>
background-color css
<style>
a { background-color: #AF4506; }
a { background-color: rgb(175,69,6); }
div.DivClassName
{
background-color: #AF4506;
}
.BgClassName
{
background-color: #AF4506;
}
</style>
border-color css
<style>
span { border-color: #AF4506; }
span { border-color: rgb(175,69,6); }
td.TdClassName
{
border-color: #AF4506;
}
.TagClassName
{
border-color: #AF4506;
}
</style>