Shades of Rust #AF3215
Tints of Rust #AF3215
RGB
CMYK
RGB Variations
Color information
#AF3215 (or 0xAF3215) is known color: Rust. HEX triplet: AF, 32 and 15. RGB value is (175,50,21). Sum of RGB (Red+Green+Blue) = 175+50+21=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3215 is #50CDEA. Grayscale: #545454. Windows color (decimal): -5295595 or 1389231. OLE color: 1389231.
HSL color Cylindrical-coordinate representation of color #AF3215: hue angle of 11.3º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF3215 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.31 |
| HSL | 11.3º | 0.79% | 0.38% | - |
| HSV(B) | 11.3º | 0.88% | 0.69% | - |
| XYZ | 18.96 | 11.45 | 1.92 | - |
| YUV | 84.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 21 | 0 | 0.71 | 0.88 | 0.31 | 11.3 | 0.79 | 0.38 |
| Hex | AF | 32 | 15 | 0 | 47 | 58 | 1F | B | 4F | 26 |
| Octal | 257 | 62 | 25 | 0 | 107 | 130 | 37 | 13 | 117 | 46 |
| Binary | 10101111 | 110010 | 10101 | 0 | 1000111 | 1011000 | 11111 | 1011 | 1001111 | 100110 |
Color Harmonies of #AF3215
Complementary color
Monochromatic Colors of #AF3215
Black with #AF3215
Text Example
Text Example
White with #AF3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3215; }
p { color: rgb(175,50,21); }
H1.HeaderClassName
{
color: #AF3215;
}
.AnyTagClassName
{
color: #AF3215;
}
</style>
background-color css
<style>
a { background-color: #AF3215; }
a { background-color: rgb(175,50,21); }
div.DivClassName
{
background-color: #AF3215;
}
.BgClassName
{
background-color: #AF3215;
}
</style>
border-color css
<style>
span { border-color: #AF3215; }
span { border-color: rgb(175,50,21); }
td.TdClassName
{
border-color: #AF3215;
}
.TagClassName
{
border-color: #AF3215;
}
</style>