Shades of Rust #AF4F11
Tints of Rust #AF4F11
RGB
CMYK
RGB Variations
Color information
#AF4F11 (or 0xAF4F11) is known color: Rust. HEX triplet: AF, 4F and 11. RGB value is (175,79,17). Sum of RGB (Red+Green+Blue) = 175+79+17=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F11 is #50B0EE. Grayscale: #646464. Windows color (decimal): -5288175 or 1134511. OLE color: 1134511.
HSL color Cylindrical-coordinate representation of color #AF4F11: hue angle of 23.54º 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 #AF4F11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.31 |
| HSL | 23.54º | 0.82% | 0.38% | - |
| HSV(B) | 23.54º | 0.9% | 0.69% | - |
| XYZ | 20.58 | 14.75 | 2.29 | - |
| YUV | 100.64 | 80.8 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 17 | 0 | 0.55 | 0.90 | 0.31 | 23.54 | 0.82 | 0.38 |
| Hex | AF | 4F | 11 | 0 | 37 | 5A | 1F | 18 | 52 | 26 |
| Octal | 257 | 117 | 21 | 0 | 67 | 132 | 37 | 30 | 122 | 46 |
| Binary | 10101111 | 1001111 | 10001 | 0 | 110111 | 1011010 | 11111 | 11000 | 1010010 | 100110 |
Color Harmonies of #AF4F11
Complementary color
Monochromatic Colors of #AF4F11
Black with #AF4F11
Text Example
Text Example
White with #AF4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F11; }
p { color: rgb(175,79,17); }
H1.HeaderClassName
{
color: #AF4F11;
}
.AnyTagClassName
{
color: #AF4F11;
}
</style>
background-color css
<style>
a { background-color: #AF4F11; }
a { background-color: rgb(175,79,17); }
div.DivClassName
{
background-color: #AF4F11;
}
.BgClassName
{
background-color: #AF4F11;
}
</style>
border-color css
<style>
span { border-color: #AF4F11; }
span { border-color: rgb(175,79,17); }
td.TdClassName
{
border-color: #AF4F11;
}
.TagClassName
{
border-color: #AF4F11;
}
</style>