Shades of Rust #AF5412
Tints of Rust #AF5412
RGB
CMYK
RGB Variations
Color information
#AF5412 (or 0xAF5412) is known color: Rust. HEX triplet: AF, 54 and 12. RGB value is (175,84,18). Sum of RGB (Red+Green+Blue) = 175+84+18=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5412 is #50ABED. Grayscale: #686868. Windows color (decimal): -5286894 or 1201327. OLE color: 1201327.
HSL color Cylindrical-coordinate representation of color #AF5412: hue angle of 25.22º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF5412 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.31 |
| HSL | 25.22º | 0.81% | 0.38% | - |
| HSV(B) | 25.22º | 0.9% | 0.69% | - |
| XYZ | 20.96 | 15.5 | 2.46 | - |
| YUV | 103.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 18 | 0 | 0.52 | 0.90 | 0.31 | 25.22 | 0.81 | 0.38 |
| Hex | AF | 54 | 12 | 0 | 34 | 5A | 1F | 19 | 51 | 26 |
| Octal | 257 | 124 | 22 | 0 | 64 | 132 | 37 | 31 | 121 | 46 |
| Binary | 10101111 | 1010100 | 10010 | 0 | 110100 | 1011010 | 11111 | 11001 | 1010001 | 100110 |
Color Harmonies of #AF5412
Complementary color
Monochromatic Colors of #AF5412
Black with #AF5412
Text Example
Text Example
White with #AF5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5412; }
p { color: rgb(175,84,18); }
H1.HeaderClassName
{
color: #AF5412;
}
.AnyTagClassName
{
color: #AF5412;
}
</style>
background-color css
<style>
a { background-color: #AF5412; }
a { background-color: rgb(175,84,18); }
div.DivClassName
{
background-color: #AF5412;
}
.BgClassName
{
background-color: #AF5412;
}
</style>
border-color css
<style>
span { border-color: #AF5412; }
span { border-color: rgb(175,84,18); }
td.TdClassName
{
border-color: #AF5412;
}
.TagClassName
{
border-color: #AF5412;
}
</style>