Shades of Rust #AF4713
Tints of Rust #AF4713
RGB
CMYK
RGB Variations
Color information
#AF4713 (or 0xAF4713) is known color: Rust. HEX triplet: AF, 47 and 13. RGB value is (175,71,19). Sum of RGB (Red+Green+Blue) = 175+71+19=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4713 is #50B8EC. Grayscale: #606060. Windows color (decimal): -5290221 or 1263535. OLE color: 1263535.
HSL color Cylindrical-coordinate representation of color #AF4713: hue angle of 20º 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 #AF4713 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 19 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.31 |
| HSL | 20º | 0.8% | 0.38% | - |
| HSV(B) | 20º | 0.89% | 0.69% | - |
| XYZ | 20.05 | 13.67 | 2.2 | - |
| YUV | 96.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 19 | 0 | 0.59 | 0.89 | 0.31 | 20 | 0.8 | 0.38 |
| Hex | AF | 47 | 13 | 0 | 3B | 59 | 1F | 14 | 50 | 26 |
| Octal | 257 | 107 | 23 | 0 | 73 | 131 | 37 | 24 | 120 | 46 |
| Binary | 10101111 | 1000111 | 10011 | 0 | 111011 | 1011001 | 11111 | 10100 | 1010000 | 100110 |
Color Harmonies of #AF4713
Complementary color
Monochromatic Colors of #AF4713
Black with #AF4713
Text Example
Text Example
White with #AF4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4713; }
p { color: rgb(175,71,19); }
H1.HeaderClassName
{
color: #AF4713;
}
.AnyTagClassName
{
color: #AF4713;
}
</style>
background-color css
<style>
a { background-color: #AF4713; }
a { background-color: rgb(175,71,19); }
div.DivClassName
{
background-color: #AF4713;
}
.BgClassName
{
background-color: #AF4713;
}
</style>
border-color css
<style>
span { border-color: #AF4713; }
span { border-color: rgb(175,71,19); }
td.TdClassName
{
border-color: #AF4713;
}
.TagClassName
{
border-color: #AF4713;
}
</style>