Shades of Rust #AF3514
Tints of Rust #AF3514
RGB
CMYK
RGB Variations
Color information
#AF3514 (or 0xAF3514) is known color: Rust. HEX triplet: AF, 35 and 14. RGB value is (175,53,20). Sum of RGB (Red+Green+Blue) = 175+53+20=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3514 is #50CAEB. Grayscale: #555555. Windows color (decimal): -5294828 or 1324463. OLE color: 1324463.
HSL color Cylindrical-coordinate representation of color #AF3514: hue angle of 12.77º degrees, saturation: 0.79, 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 #AF3514 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 20 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.31 |
| HSL | 12.77º | 0.79% | 0.38% | - |
| HSV(B) | 12.77º | 0.89% | 0.69% | - |
| XYZ | 19.08 | 11.71 | 1.92 | - |
| YUV | 85.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 20 | 0 | 0.70 | 0.89 | 0.31 | 12.77 | 0.79 | 0.38 |
| Hex | AF | 35 | 14 | 0 | 46 | 59 | 1F | D | 4F | 26 |
| Octal | 257 | 65 | 24 | 0 | 106 | 131 | 37 | 15 | 117 | 46 |
| Binary | 10101111 | 110101 | 10100 | 0 | 1000110 | 1011001 | 11111 | 1101 | 1001111 | 100110 |
Color Harmonies of #AF3514
Complementary color
Monochromatic Colors of #AF3514
Black with #AF3514
Text Example
Text Example
White with #AF3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3514; }
p { color: rgb(175,53,20); }
H1.HeaderClassName
{
color: #AF3514;
}
.AnyTagClassName
{
color: #AF3514;
}
</style>
background-color css
<style>
a { background-color: #AF3514; }
a { background-color: rgb(175,53,20); }
div.DivClassName
{
background-color: #AF3514;
}
.BgClassName
{
background-color: #AF3514;
}
</style>
border-color css
<style>
span { border-color: #AF3514; }
span { border-color: rgb(175,53,20); }
td.TdClassName
{
border-color: #AF3514;
}
.TagClassName
{
border-color: #AF3514;
}
</style>