Shades of Rust #AF3014
Tints of Rust #AF3014
RGB
CMYK
RGB Variations
Color information
#AF3014 (or 0xAF3014) is known color: Rust. HEX triplet: AF, 30 and 14. RGB value is (175,48,20). Sum of RGB (Red+Green+Blue) = 175+48+20=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3014 is #50CFEB. Grayscale: #535353. Windows color (decimal): -5296108 or 1323183. OLE color: 1323183.
HSL color Cylindrical-coordinate representation of color #AF3014: hue angle of 10.84º 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 #AF3014 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 20 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.31 |
| HSL | 10.84º | 0.79% | 0.38% | - |
| HSV(B) | 10.84º | 0.89% | 0.69% | - |
| XYZ | 18.86 | 11.28 | 1.84 | - |
| YUV | 82.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 20 | 0 | 0.73 | 0.89 | 0.31 | 10.84 | 0.79 | 0.38 |
| Hex | AF | 30 | 14 | 0 | 49 | 59 | 1F | B | 4F | 26 |
| Octal | 257 | 60 | 24 | 0 | 111 | 131 | 37 | 13 | 117 | 46 |
| Binary | 10101111 | 110000 | 10100 | 0 | 1001001 | 1011001 | 11111 | 1011 | 1001111 | 100110 |
Color Harmonies of #AF3014
Complementary color
Monochromatic Colors of #AF3014
Black with #AF3014
Text Example
Text Example
White with #AF3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3014; }
p { color: rgb(175,48,20); }
H1.HeaderClassName
{
color: #AF3014;
}
.AnyTagClassName
{
color: #AF3014;
}
</style>
background-color css
<style>
a { background-color: #AF3014; }
a { background-color: rgb(175,48,20); }
div.DivClassName
{
background-color: #AF3014;
}
.BgClassName
{
background-color: #AF3014;
}
</style>
border-color css
<style>
span { border-color: #AF3014; }
span { border-color: rgb(175,48,20); }
td.TdClassName
{
border-color: #AF3014;
}
.TagClassName
{
border-color: #AF3014;
}
</style>