Shades of Rust #AF5012
Tints of Rust #AF5012
RGB
CMYK
RGB Variations
Color information
#AF5012 (or 0xAF5012) is known color: Rust. HEX triplet: AF, 50 and 12. RGB value is (175,80,18). Sum of RGB (Red+Green+Blue) = 175+80+18=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5012 is #50AFED. Grayscale: #656565. Windows color (decimal): -5287918 or 1200303. OLE color: 1200303.
HSL color Cylindrical-coordinate representation of color #AF5012: hue angle of 23.69º 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 #AF5012 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.31 |
| HSL | 23.69º | 0.81% | 0.38% | - |
| HSV(B) | 23.69º | 0.9% | 0.69% | - |
| XYZ | 20.66 | 14.89 | 2.36 | - |
| YUV | 101.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 18 | 0 | 0.54 | 0.90 | 0.31 | 23.69 | 0.81 | 0.38 |
| Hex | AF | 50 | 12 | 0 | 36 | 5A | 1F | 18 | 51 | 26 |
| Octal | 257 | 120 | 22 | 0 | 66 | 132 | 37 | 30 | 121 | 46 |
| Binary | 10101111 | 1010000 | 10010 | 0 | 110110 | 1011010 | 11111 | 11000 | 1010001 | 100110 |
Color Harmonies of #AF5012
Complementary color
Monochromatic Colors of #AF5012
Black with #AF5012
Text Example
Text Example
White with #AF5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5012; }
p { color: rgb(175,80,18); }
H1.HeaderClassName
{
color: #AF5012;
}
.AnyTagClassName
{
color: #AF5012;
}
</style>
background-color css
<style>
a { background-color: #AF5012; }
a { background-color: rgb(175,80,18); }
div.DivClassName
{
background-color: #AF5012;
}
.BgClassName
{
background-color: #AF5012;
}
</style>
border-color css
<style>
span { border-color: #AF5012; }
span { border-color: rgb(175,80,18); }
td.TdClassName
{
border-color: #AF5012;
}
.TagClassName
{
border-color: #AF5012;
}
</style>