Shades of Rust #AF3411
Tints of Rust #AF3411
RGB
CMYK
RGB Variations
Color information
#AF3411 (or 0xAF3411) is known color: Rust. HEX triplet: AF, 34 and 11. RGB value is (175,52,17). Sum of RGB (Red+Green+Blue) = 175+52+17=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3411 is #50CBEE. Grayscale: #555555. Windows color (decimal): -5295087 or 1127599. OLE color: 1127599.
HSL color Cylindrical-coordinate representation of color #AF3411: hue angle of 13.29º 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 #AF3411 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.31 |
| HSL | 13.29º | 0.82% | 0.38% | - |
| HSV(B) | 13.29º | 0.9% | 0.69% | - |
| XYZ | 19.01 | 11.61 | 1.77 | - |
| YUV | 84.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 17 | 0 | 0.70 | 0.90 | 0.31 | 13.29 | 0.82 | 0.38 |
| Hex | AF | 34 | 11 | 0 | 46 | 5A | 1F | D | 52 | 26 |
| Octal | 257 | 64 | 21 | 0 | 106 | 132 | 37 | 15 | 122 | 46 |
| Binary | 10101111 | 110100 | 10001 | 0 | 1000110 | 1011010 | 11111 | 1101 | 1010010 | 100110 |
Color Harmonies of #AF3411
Complementary color
Monochromatic Colors of #AF3411
Black with #AF3411
Text Example
Text Example
White with #AF3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3411; }
p { color: rgb(175,52,17); }
H1.HeaderClassName
{
color: #AF3411;
}
.AnyTagClassName
{
color: #AF3411;
}
</style>
background-color css
<style>
a { background-color: #AF3411; }
a { background-color: rgb(175,52,17); }
div.DivClassName
{
background-color: #AF3411;
}
.BgClassName
{
background-color: #AF3411;
}
</style>
border-color css
<style>
span { border-color: #AF3411; }
span { border-color: rgb(175,52,17); }
td.TdClassName
{
border-color: #AF3411;
}
.TagClassName
{
border-color: #AF3411;
}
</style>