Shades of Rust #AF4412
Tints of Rust #AF4412
RGB
CMYK
RGB Variations
Color information
#AF4412 (or 0xAF4412) is known color: Rust. HEX triplet: AF, 44 and 12. RGB value is (175,68,18). Sum of RGB (Red+Green+Blue) = 175+68+18=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4412 is #50BBED. Grayscale: #5E5E5E. Windows color (decimal): -5290990 or 1197231. OLE color: 1197231.
HSL color Cylindrical-coordinate representation of color #AF4412: hue angle of 19.11º 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 #AF4412 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.31 |
| HSL | 19.11º | 0.81% | 0.38% | - |
| HSV(B) | 19.11º | 0.9% | 0.69% | - |
| XYZ | 19.86 | 13.29 | 2.09 | - |
| YUV | 94.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 18 | 0 | 0.61 | 0.90 | 0.31 | 19.11 | 0.81 | 0.38 |
| Hex | AF | 44 | 12 | 0 | 3D | 5A | 1F | 13 | 51 | 26 |
| Octal | 257 | 104 | 22 | 0 | 75 | 132 | 37 | 23 | 121 | 46 |
| Binary | 10101111 | 1000100 | 10010 | 0 | 111101 | 1011010 | 11111 | 10011 | 1010001 | 100110 |
Color Harmonies of #AF4412
Complementary color
Monochromatic Colors of #AF4412
Black with #AF4412
Text Example
Text Example
White with #AF4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4412; }
p { color: rgb(175,68,18); }
H1.HeaderClassName
{
color: #AF4412;
}
.AnyTagClassName
{
color: #AF4412;
}
</style>
background-color css
<style>
a { background-color: #AF4412; }
a { background-color: rgb(175,68,18); }
div.DivClassName
{
background-color: #AF4412;
}
.BgClassName
{
background-color: #AF4412;
}
</style>
border-color css
<style>
span { border-color: #AF4412; }
span { border-color: rgb(175,68,18); }
td.TdClassName
{
border-color: #AF4412;
}
.TagClassName
{
border-color: #AF4412;
}
</style>