Shades of Rust #AF3513
Tints of Rust #AF3513
RGB
CMYK
RGB Variations
Color information
#AF3513 (or 0xAF3513) is known color: Rust. HEX triplet: AF, 35 and 13. RGB value is (175,53,19). Sum of RGB (Red+Green+Blue) = 175+53+19=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3513 is #50CAEC. Grayscale: #555555. Windows color (decimal): -5294829 or 1258927. OLE color: 1258927.
HSL color Cylindrical-coordinate representation of color #AF3513: hue angle of 13.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF3513 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 19 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.31 |
| HSL | 13.08º | 0.8% | 0.38% | - |
| HSV(B) | 13.08º | 0.89% | 0.69% | - |
| XYZ | 19.07 | 11.71 | 1.87 | - |
| YUV | 85.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 19 | 0 | 0.70 | 0.89 | 0.31 | 13.08 | 0.8 | 0.38 |
| Hex | AF | 35 | 13 | 0 | 46 | 59 | 1F | D | 50 | 26 |
| Octal | 257 | 65 | 23 | 0 | 106 | 131 | 37 | 15 | 120 | 46 |
| Binary | 10101111 | 110101 | 10011 | 0 | 1000110 | 1011001 | 11111 | 1101 | 1010000 | 100110 |
Color Harmonies of #AF3513
Complementary color
Monochromatic Colors of #AF3513
Black with #AF3513
Text Example
Text Example
White with #AF3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3513; }
p { color: rgb(175,53,19); }
H1.HeaderClassName
{
color: #AF3513;
}
.AnyTagClassName
{
color: #AF3513;
}
</style>
background-color css
<style>
a { background-color: #AF3513; }
a { background-color: rgb(175,53,19); }
div.DivClassName
{
background-color: #AF3513;
}
.BgClassName
{
background-color: #AF3513;
}
</style>
border-color css
<style>
span { border-color: #AF3513; }
span { border-color: rgb(175,53,19); }
td.TdClassName
{
border-color: #AF3513;
}
.TagClassName
{
border-color: #AF3513;
}
</style>