Shades of Rust #AF3911
Tints of Rust #AF3911
RGB
CMYK
RGB Variations
Color information
#AF3911 (or 0xAF3911) is known color: Rust. HEX triplet: AF, 39 and 11. RGB value is (175,57,17). Sum of RGB (Red+Green+Blue) = 175+57+17=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3911 is #50C6EE. Grayscale: #585858. Windows color (decimal): -5293807 or 1128879. OLE color: 1128879.
HSL color Cylindrical-coordinate representation of color #AF3911: hue angle of 15.19º 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 #AF3911 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 17 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.31 |
| HSL | 15.19º | 0.82% | 0.38% | - |
| HSV(B) | 15.19º | 0.9% | 0.69% | - |
| XYZ | 19.24 | 12.08 | 1.85 | - |
| YUV | 87.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 17 | 0 | 0.67 | 0.90 | 0.31 | 15.19 | 0.82 | 0.38 |
| Hex | AF | 39 | 11 | 0 | 43 | 5A | 1F | F | 52 | 26 |
| Octal | 257 | 71 | 21 | 0 | 103 | 132 | 37 | 17 | 122 | 46 |
| Binary | 10101111 | 111001 | 10001 | 0 | 1000011 | 1011010 | 11111 | 1111 | 1010010 | 100110 |
Color Harmonies of #AF3911
Complementary color
Monochromatic Colors of #AF3911
Black with #AF3911
Text Example
Text Example
White with #AF3911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3911; }
p { color: rgb(175,57,17); }
H1.HeaderClassName
{
color: #AF3911;
}
.AnyTagClassName
{
color: #AF3911;
}
</style>
background-color css
<style>
a { background-color: #AF3911; }
a { background-color: rgb(175,57,17); }
div.DivClassName
{
background-color: #AF3911;
}
.BgClassName
{
background-color: #AF3911;
}
</style>
border-color css
<style>
span { border-color: #AF3911; }
span { border-color: rgb(175,57,17); }
td.TdClassName
{
border-color: #AF3911;
}
.TagClassName
{
border-color: #AF3911;
}
</style>