Shades of Rust #AF4615
Tints of Rust #AF4615
RGB
CMYK
RGB Variations
Color information
#AF4615 (or 0xAF4615) is known color: Rust. HEX triplet: AF, 46 and 15. RGB value is (175,70,21). Sum of RGB (Red+Green+Blue) = 175+70+21=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4615 is #50B9EA. Grayscale: #606060. Windows color (decimal): -5290475 or 1394351. OLE color: 1394351.
HSL color Cylindrical-coordinate representation of color #AF4615: hue angle of 19.09º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF4615 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 21 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.31 |
| HSL | 19.09º | 0.79% | 0.38% | - |
| HSV(B) | 19.09º | 0.88% | 0.69% | - |
| XYZ | 20 | 13.55 | 2.27 | - |
| YUV | 95.81 | 85.79 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 21 | 0 | 0.60 | 0.88 | 0.31 | 19.09 | 0.79 | 0.38 |
| Hex | AF | 46 | 15 | 0 | 3C | 58 | 1F | 13 | 4F | 26 |
| Octal | 257 | 106 | 25 | 0 | 74 | 130 | 37 | 23 | 117 | 46 |
| Binary | 10101111 | 1000110 | 10101 | 0 | 111100 | 1011000 | 11111 | 10011 | 1001111 | 100110 |
Color Harmonies of #AF4615
Complementary color
Monochromatic Colors of #AF4615
Black with #AF4615
Text Example
Text Example
White with #AF4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4615; }
p { color: rgb(175,70,21); }
H1.HeaderClassName
{
color: #AF4615;
}
.AnyTagClassName
{
color: #AF4615;
}
</style>
background-color css
<style>
a { background-color: #AF4615; }
a { background-color: rgb(175,70,21); }
div.DivClassName
{
background-color: #AF4615;
}
.BgClassName
{
background-color: #AF4615;
}
</style>
border-color css
<style>
span { border-color: #AF4615; }
span { border-color: rgb(175,70,21); }
td.TdClassName
{
border-color: #AF4615;
}
.TagClassName
{
border-color: #AF4615;
}
</style>