Shades of Rust #AF4716
Tints of Rust #AF4716
RGB
CMYK
RGB Variations
Color information
#AF4716 (or 0xAF4716) is known color: Rust. HEX triplet: AF, 47 and 16. RGB value is (175,71,22). Sum of RGB (Red+Green+Blue) = 175+71+22=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4716 is #50B8E9. Grayscale: #606060. Windows color (decimal): -5290218 or 1460143. OLE color: 1460143.
HSL color Cylindrical-coordinate representation of color #AF4716: hue angle of 19.22º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF4716 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 22 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.31 |
| HSL | 19.22º | 0.78% | 0.39% | - |
| HSV(B) | 19.22º | 0.87% | 0.69% | - |
| XYZ | 20.08 | 13.68 | 2.34 | - |
| YUV | 96.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 22 | 0 | 0.59 | 0.87 | 0.31 | 19.22 | 0.78 | 0.39 |
| Hex | AF | 47 | 16 | 0 | 3B | 57 | 1F | 13 | 4E | 27 |
| Octal | 257 | 107 | 26 | 0 | 73 | 127 | 37 | 23 | 116 | 47 |
| Binary | 10101111 | 1000111 | 10110 | 0 | 111011 | 1010111 | 11111 | 10011 | 1001110 | 100111 |
Color Harmonies of #AF4716
Complementary color
Monochromatic Colors of #AF4716
Black with #AF4716
Text Example
Text Example
White with #AF4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4716; }
p { color: rgb(175,71,22); }
H1.HeaderClassName
{
color: #AF4716;
}
.AnyTagClassName
{
color: #AF4716;
}
</style>
background-color css
<style>
a { background-color: #AF4716; }
a { background-color: rgb(175,71,22); }
div.DivClassName
{
background-color: #AF4716;
}
.BgClassName
{
background-color: #AF4716;
}
</style>
border-color css
<style>
span { border-color: #AF4716; }
span { border-color: rgb(175,71,22); }
td.TdClassName
{
border-color: #AF4716;
}
.TagClassName
{
border-color: #AF4716;
}
</style>