Shades of Rust #AF3511
Tints of Rust #AF3511
RGB
CMYK
RGB Variations
Color information
#AF3511 (or 0xAF3511) is known color: Rust. HEX triplet: AF, 35 and 11. RGB value is (175,53,17). Sum of RGB (Red+Green+Blue) = 175+53+17=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3511 is #50CAEE. Grayscale: #555555. Windows color (decimal): -5294831 or 1127855. OLE color: 1127855.
HSL color Cylindrical-coordinate representation of color #AF3511: hue angle of 13.67º 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 #AF3511 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.31 |
| HSL | 13.67º | 0.82% | 0.38% | - |
| HSV(B) | 13.67º | 0.9% | 0.69% | - |
| XYZ | 19.05 | 11.7 | 1.78 | - |
| YUV | 85.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 17 | 0 | 0.70 | 0.90 | 0.31 | 13.67 | 0.82 | 0.38 |
| Hex | AF | 35 | 11 | 0 | 46 | 5A | 1F | E | 52 | 26 |
| Octal | 257 | 65 | 21 | 0 | 106 | 132 | 37 | 16 | 122 | 46 |
| Binary | 10101111 | 110101 | 10001 | 0 | 1000110 | 1011010 | 11111 | 1110 | 1010010 | 100110 |
Color Harmonies of #AF3511
Complementary color
Monochromatic Colors of #AF3511
Black with #AF3511
Text Example
Text Example
White with #AF3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3511; }
p { color: rgb(175,53,17); }
H1.HeaderClassName
{
color: #AF3511;
}
.AnyTagClassName
{
color: #AF3511;
}
</style>
background-color css
<style>
a { background-color: #AF3511; }
a { background-color: rgb(175,53,17); }
div.DivClassName
{
background-color: #AF3511;
}
.BgClassName
{
background-color: #AF3511;
}
</style>
border-color css
<style>
span { border-color: #AF3511; }
span { border-color: rgb(175,53,17); }
td.TdClassName
{
border-color: #AF3511;
}
.TagClassName
{
border-color: #AF3511;
}
</style>