Shades of Rust #AF460D
Tints of Rust #AF460D
RGB
CMYK
RGB Variations
Color information
#AF460D (or 0xAF460D) is known color: Rust. HEX triplet: AF, 46 and 0D. RGB value is (175,70,13). Sum of RGB (Red+Green+Blue) = 175+70+13=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF460D is #50B9F2. Grayscale: #5F5F5F. Windows color (decimal): -5290483 or 870063. OLE color: 870063.
HSL color Cylindrical-coordinate representation of color #AF460D: hue angle of 21.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF460D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 13 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.31 |
| HSL | 21.11º | 0.86% | 0.37% | - |
| HSV(B) | 21.11º | 0.93% | 0.69% | - |
| XYZ | 19.94 | 13.52 | 1.94 | - |
| YUV | 94.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 13 | 0 | 0.60 | 0.93 | 0.31 | 21.11 | 0.86 | 0.37 |
| Hex | AF | 46 | D | 0 | 3C | 5D | 1F | 15 | 56 | 25 |
| Octal | 257 | 106 | 15 | 0 | 74 | 135 | 37 | 25 | 126 | 45 |
| Binary | 10101111 | 1000110 | 1101 | 0 | 111100 | 1011101 | 11111 | 10101 | 1010110 | 100101 |
Color Harmonies of #AF460D
Complementary color
Monochromatic Colors of #AF460D
Black with #AF460D
Text Example
Text Example
White with #AF460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF460D; }
p { color: rgb(175,70,13); }
H1.HeaderClassName
{
color: #AF460D;
}
.AnyTagClassName
{
color: #AF460D;
}
</style>
background-color css
<style>
a { background-color: #AF460D; }
a { background-color: rgb(175,70,13); }
div.DivClassName
{
background-color: #AF460D;
}
.BgClassName
{
background-color: #AF460D;
}
</style>
border-color css
<style>
span { border-color: #AF460D; }
span { border-color: rgb(175,70,13); }
td.TdClassName
{
border-color: #AF460D;
}
.TagClassName
{
border-color: #AF460D;
}
</style>