Shades of Rust #AF4211
Tints of Rust #AF4211
RGB
CMYK
RGB Variations
Color information
#AF4211 (or 0xAF4211) is known color: Rust. HEX triplet: AF, 42 and 11. RGB value is (175,66,17). Sum of RGB (Red+Green+Blue) = 175+66+17=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4211 is #50BDEE. Grayscale: #5D5D5D. Windows color (decimal): -5291503 or 1131183. OLE color: 1131183.
HSL color Cylindrical-coordinate representation of color #AF4211: hue angle of 18.61º 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 #AF4211 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 17 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.31 |
| HSL | 18.61º | 0.82% | 0.38% | - |
| HSV(B) | 18.61º | 0.9% | 0.69% | - |
| XYZ | 19.73 | 13.05 | 2.01 | - |
| YUV | 93.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 17 | 0 | 0.62 | 0.90 | 0.31 | 18.61 | 0.82 | 0.38 |
| Hex | AF | 42 | 11 | 0 | 3E | 5A | 1F | 13 | 52 | 26 |
| Octal | 257 | 102 | 21 | 0 | 76 | 132 | 37 | 23 | 122 | 46 |
| Binary | 10101111 | 1000010 | 10001 | 0 | 111110 | 1011010 | 11111 | 10011 | 1010010 | 100110 |
Color Harmonies of #AF4211
Complementary color
Monochromatic Colors of #AF4211
Black with #AF4211
Text Example
Text Example
White with #AF4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4211; }
p { color: rgb(175,66,17); }
H1.HeaderClassName
{
color: #AF4211;
}
.AnyTagClassName
{
color: #AF4211;
}
</style>
background-color css
<style>
a { background-color: #AF4211; }
a { background-color: rgb(175,66,17); }
div.DivClassName
{
background-color: #AF4211;
}
.BgClassName
{
background-color: #AF4211;
}
</style>
border-color css
<style>
span { border-color: #AF4211; }
span { border-color: rgb(175,66,17); }
td.TdClassName
{
border-color: #AF4211;
}
.TagClassName
{
border-color: #AF4211;
}
</style>