Shades of Rust #AF4414
Tints of Rust #AF4414
RGB
CMYK
RGB Variations
Color information
#AF4414 (or 0xAF4414) is known color: Rust. HEX triplet: AF, 44 and 14. RGB value is (175,68,20). Sum of RGB (Red+Green+Blue) = 175+68+20=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4414 is #50BBEB. Grayscale: #5E5E5E. Windows color (decimal): -5290988 or 1328303. OLE color: 1328303.
HSL color Cylindrical-coordinate representation of color #AF4414: hue angle of 18.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4414 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.31 |
| HSL | 18.58º | 0.79% | 0.38% | - |
| HSV(B) | 18.58º | 0.89% | 0.69% | - |
| XYZ | 19.87 | 13.3 | 2.18 | - |
| YUV | 94.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 20 | 0 | 0.61 | 0.89 | 0.31 | 18.58 | 0.79 | 0.38 |
| Hex | AF | 44 | 14 | 0 | 3D | 59 | 1F | 13 | 4F | 26 |
| Octal | 257 | 104 | 24 | 0 | 75 | 131 | 37 | 23 | 117 | 46 |
| Binary | 10101111 | 1000100 | 10100 | 0 | 111101 | 1011001 | 11111 | 10011 | 1001111 | 100110 |
Color Harmonies of #AF4414
Complementary color
Monochromatic Colors of #AF4414
Black with #AF4414
Text Example
Text Example
White with #AF4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4414; }
p { color: rgb(175,68,20); }
H1.HeaderClassName
{
color: #AF4414;
}
.AnyTagClassName
{
color: #AF4414;
}
</style>
background-color css
<style>
a { background-color: #AF4414; }
a { background-color: rgb(175,68,20); }
div.DivClassName
{
background-color: #AF4414;
}
.BgClassName
{
background-color: #AF4414;
}
</style>
border-color css
<style>
span { border-color: #AF4414; }
span { border-color: rgb(175,68,20); }
td.TdClassName
{
border-color: #AF4414;
}
.TagClassName
{
border-color: #AF4414;
}
</style>