Shades of Rust #AF4012
Tints of Rust #AF4012
RGB
CMYK
RGB Variations
Color information
#AF4012 (or 0xAF4012) is known color: Rust. HEX triplet: AF, 40 and 12. RGB value is (175,64,18). Sum of RGB (Red+Green+Blue) = 175+64+18=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4012 is #50BFED. Grayscale: #5C5C5C. Windows color (decimal): -5292014 or 1196207. OLE color: 1196207.
HSL color Cylindrical-coordinate representation of color #AF4012: hue angle of 17.58º 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 #AF4012 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.31 |
| HSL | 17.58º | 0.81% | 0.38% | - |
| HSV(B) | 17.58º | 0.9% | 0.69% | - |
| XYZ | 19.62 | 12.82 | 2.01 | - |
| YUV | 91.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 18 | 0 | 0.63 | 0.90 | 0.31 | 17.58 | 0.81 | 0.38 |
| Hex | AF | 40 | 12 | 0 | 3F | 5A | 1F | 12 | 51 | 26 |
| Octal | 257 | 100 | 22 | 0 | 77 | 132 | 37 | 22 | 121 | 46 |
| Binary | 10101111 | 1000000 | 10010 | 0 | 111111 | 1011010 | 11111 | 10010 | 1010001 | 100110 |
Color Harmonies of #AF4012
Complementary color
Monochromatic Colors of #AF4012
Black with #AF4012
Text Example
Text Example
White with #AF4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4012; }
p { color: rgb(175,64,18); }
H1.HeaderClassName
{
color: #AF4012;
}
.AnyTagClassName
{
color: #AF4012;
}
</style>
background-color css
<style>
a { background-color: #AF4012; }
a { background-color: rgb(175,64,18); }
div.DivClassName
{
background-color: #AF4012;
}
.BgClassName
{
background-color: #AF4012;
}
</style>
border-color css
<style>
span { border-color: #AF4012; }
span { border-color: rgb(175,64,18); }
td.TdClassName
{
border-color: #AF4012;
}
.TagClassName
{
border-color: #AF4012;
}
</style>