Shades of Rust #AF470F
Tints of Rust #AF470F
RGB
CMYK
RGB Variations
Color information
#AF470F (or 0xAF470F) is known color: Rust. HEX triplet: AF, 47 and 0F. RGB value is (175,71,15). Sum of RGB (Red+Green+Blue) = 175+71+15=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF470F is #50B8F0. Grayscale: #606060. Windows color (decimal): -5290225 or 1001391. OLE color: 1001391.
HSL color Cylindrical-coordinate representation of color #AF470F: hue angle of 21º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF470F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.31 |
| HSL | 21º | 0.84% | 0.37% | - |
| HSV(B) | 21º | 0.91% | 0.69% | - |
| XYZ | 20.02 | 13.65 | 2.03 | - |
| YUV | 95.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 15 | 0 | 0.59 | 0.91 | 0.31 | 21 | 0.84 | 0.37 |
| Hex | AF | 47 | F | 0 | 3B | 5B | 1F | 15 | 54 | 25 |
| Octal | 257 | 107 | 17 | 0 | 73 | 133 | 37 | 25 | 124 | 45 |
| Binary | 10101111 | 1000111 | 1111 | 0 | 111011 | 1011011 | 11111 | 10101 | 1010100 | 100101 |
Color Harmonies of #AF470F
Complementary color
Monochromatic Colors of #AF470F
Black with #AF470F
Text Example
Text Example
White with #AF470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF470F; }
p { color: rgb(175,71,15); }
H1.HeaderClassName
{
color: #AF470F;
}
.AnyTagClassName
{
color: #AF470F;
}
</style>
background-color css
<style>
a { background-color: #AF470F; }
a { background-color: rgb(175,71,15); }
div.DivClassName
{
background-color: #AF470F;
}
.BgClassName
{
background-color: #AF470F;
}
</style>
border-color css
<style>
span { border-color: #AF470F; }
span { border-color: rgb(175,71,15); }
td.TdClassName
{
border-color: #AF470F;
}
.TagClassName
{
border-color: #AF470F;
}
</style>