Shades of Rust #AF4014
Tints of Rust #AF4014
RGB
CMYK
RGB Variations
Color information
#AF4014 (or 0xAF4014) is known color: Rust. HEX triplet: AF, 40 and 14. RGB value is (175,64,20). Sum of RGB (Red+Green+Blue) = 175+64+20=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4014 is #50BFEB. Grayscale: #5C5C5C. Windows color (decimal): -5292012 or 1327279. OLE color: 1327279.
HSL color Cylindrical-coordinate representation of color #AF4014: hue angle of 17.03º 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 #AF4014 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 20 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.31 |
| HSL | 17.03º | 0.79% | 0.38% | - |
| HSV(B) | 17.03º | 0.89% | 0.69% | - |
| XYZ | 19.64 | 12.83 | 2.1 | - |
| YUV | 92.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 20 | 0 | 0.63 | 0.89 | 0.31 | 17.03 | 0.79 | 0.38 |
| Hex | AF | 40 | 14 | 0 | 3F | 59 | 1F | 11 | 4F | 26 |
| Octal | 257 | 100 | 24 | 0 | 77 | 131 | 37 | 21 | 117 | 46 |
| Binary | 10101111 | 1000000 | 10100 | 0 | 111111 | 1011001 | 11111 | 10001 | 1001111 | 100110 |
Color Harmonies of #AF4014
Complementary color
Monochromatic Colors of #AF4014
Black with #AF4014
Text Example
Text Example
White with #AF4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4014; }
p { color: rgb(175,64,20); }
H1.HeaderClassName
{
color: #AF4014;
}
.AnyTagClassName
{
color: #AF4014;
}
</style>
background-color css
<style>
a { background-color: #AF4014; }
a { background-color: rgb(175,64,20); }
div.DivClassName
{
background-color: #AF4014;
}
.BgClassName
{
background-color: #AF4014;
}
</style>
border-color css
<style>
span { border-color: #AF4014; }
span { border-color: rgb(175,64,20); }
td.TdClassName
{
border-color: #AF4014;
}
.TagClassName
{
border-color: #AF4014;
}
</style>