Shades of Rust #AF4811
Tints of Rust #AF4811
RGB
CMYK
RGB Variations
Color information
#AF4811 (or 0xAF4811) is known color: Rust. HEX triplet: AF, 48 and 11. RGB value is (175,72,17). Sum of RGB (Red+Green+Blue) = 175+72+17=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4811 is #50B7EE. Grayscale: #606060. Windows color (decimal): -5289967 or 1132719. OLE color: 1132719.
HSL color Cylindrical-coordinate representation of color #AF4811: hue angle of 20.89º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4811 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.31 |
| HSL | 20.89º | 0.82% | 0.38% | - |
| HSV(B) | 20.89º | 0.9% | 0.69% | - |
| XYZ | 20.1 | 13.79 | 2.13 | - |
| YUV | 96.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 17 | 0 | 0.59 | 0.90 | 0.31 | 20.89 | 0.82 | 0.38 |
| Hex | AF | 48 | 11 | 0 | 3B | 5A | 1F | 15 | 52 | 26 |
| Octal | 257 | 110 | 21 | 0 | 73 | 132 | 37 | 25 | 122 | 46 |
| Binary | 10101111 | 1001000 | 10001 | 0 | 111011 | 1011010 | 11111 | 10101 | 1010010 | 100110 |
Color Harmonies of #AF4811
Complementary color
Monochromatic Colors of #AF4811
Black with #AF4811
Text Example
Text Example
White with #AF4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4811; }
p { color: rgb(175,72,17); }
H1.HeaderClassName
{
color: #AF4811;
}
.AnyTagClassName
{
color: #AF4811;
}
</style>
background-color css
<style>
a { background-color: #AF4811; }
a { background-color: rgb(175,72,17); }
div.DivClassName
{
background-color: #AF4811;
}
.BgClassName
{
background-color: #AF4811;
}
</style>
border-color css
<style>
span { border-color: #AF4811; }
span { border-color: rgb(175,72,17); }
td.TdClassName
{
border-color: #AF4811;
}
.TagClassName
{
border-color: #AF4811;
}
</style>