Shades of Rust #AF4011
Tints of Rust #AF4011
RGB
CMYK
RGB Variations
Color information
#AF4011 (or 0xAF4011) is known color: Rust. HEX triplet: AF, 40 and 11. RGB value is (175,64,17). Sum of RGB (Red+Green+Blue) = 175+64+17=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4011 is #50BFEE. Grayscale: #5C5C5C. Windows color (decimal): -5292015 or 1130671. OLE color: 1130671.
HSL color Cylindrical-coordinate representation of color #AF4011: hue angle of 17.85º 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 #AF4011 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.31 |
| HSL | 17.85º | 0.82% | 0.38% | - |
| HSV(B) | 17.85º | 0.9% | 0.69% | - |
| XYZ | 19.61 | 12.82 | 1.97 | - |
| YUV | 91.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 17 | 0 | 0.63 | 0.90 | 0.31 | 17.85 | 0.82 | 0.38 |
| Hex | AF | 40 | 11 | 0 | 3F | 5A | 1F | 12 | 52 | 26 |
| Octal | 257 | 100 | 21 | 0 | 77 | 132 | 37 | 22 | 122 | 46 |
| Binary | 10101111 | 1000000 | 10001 | 0 | 111111 | 1011010 | 11111 | 10010 | 1010010 | 100110 |
Color Harmonies of #AF4011
Complementary color
Monochromatic Colors of #AF4011
Black with #AF4011
Text Example
Text Example
White with #AF4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4011; }
p { color: rgb(175,64,17); }
H1.HeaderClassName
{
color: #AF4011;
}
.AnyTagClassName
{
color: #AF4011;
}
</style>
background-color css
<style>
a { background-color: #AF4011; }
a { background-color: rgb(175,64,17); }
div.DivClassName
{
background-color: #AF4011;
}
.BgClassName
{
background-color: #AF4011;
}
</style>
border-color css
<style>
span { border-color: #AF4011; }
span { border-color: rgb(175,64,17); }
td.TdClassName
{
border-color: #AF4011;
}
.TagClassName
{
border-color: #AF4011;
}
</style>