Shades of Rust #AF3214
Tints of Rust #AF3214
RGB
CMYK
RGB Variations
Color information
#AF3214 (or 0xAF3214) is known color: Rust. HEX triplet: AF, 32 and 14. RGB value is (175,50,20). Sum of RGB (Red+Green+Blue) = 175+50+20=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3214 is #50CDEB. Grayscale: #545454. Windows color (decimal): -5295596 or 1323695. OLE color: 1323695.
HSL color Cylindrical-coordinate representation of color #AF3214: hue angle of 11.61º 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 #AF3214 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.31 |
| HSL | 11.61º | 0.79% | 0.38% | - |
| HSV(B) | 11.61º | 0.89% | 0.69% | - |
| XYZ | 18.95 | 11.45 | 1.87 | - |
| YUV | 83.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 20 | 0 | 0.71 | 0.89 | 0.31 | 11.61 | 0.79 | 0.38 |
| Hex | AF | 32 | 14 | 0 | 47 | 59 | 1F | C | 4F | 26 |
| Octal | 257 | 62 | 24 | 0 | 107 | 131 | 37 | 14 | 117 | 46 |
| Binary | 10101111 | 110010 | 10100 | 0 | 1000111 | 1011001 | 11111 | 1100 | 1001111 | 100110 |
Color Harmonies of #AF3214
Complementary color
Monochromatic Colors of #AF3214
Black with #AF3214
Text Example
Text Example
White with #AF3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3214; }
p { color: rgb(175,50,20); }
H1.HeaderClassName
{
color: #AF3214;
}
.AnyTagClassName
{
color: #AF3214;
}
</style>
background-color css
<style>
a { background-color: #AF3214; }
a { background-color: rgb(175,50,20); }
div.DivClassName
{
background-color: #AF3214;
}
.BgClassName
{
background-color: #AF3214;
}
</style>
border-color css
<style>
span { border-color: #AF3214; }
span { border-color: rgb(175,50,20); }
td.TdClassName
{
border-color: #AF3214;
}
.TagClassName
{
border-color: #AF3214;
}
</style>