Shades of Rust #AF5215
Tints of Rust #AF5215
RGB
CMYK
RGB Variations
Color information
#AF5215 (or 0xAF5215) is known color: Rust. HEX triplet: AF, 52 and 15. RGB value is (175,82,21). Sum of RGB (Red+Green+Blue) = 175+82+21=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5215 is #50ADEA. Grayscale: #676767. Windows color (decimal): -5287403 or 1397423. OLE color: 1397423.
HSL color Cylindrical-coordinate representation of color #AF5215: hue angle of 23.77º 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 #AF5215 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 21 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.31 |
| HSL | 23.77º | 0.79% | 0.38% | - |
| HSV(B) | 23.77º | 0.88% | 0.69% | - |
| XYZ | 20.83 | 15.2 | 2.55 | - |
| YUV | 102.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 21 | 0 | 0.53 | 0.88 | 0.31 | 23.77 | 0.79 | 0.38 |
| Hex | AF | 52 | 15 | 0 | 35 | 58 | 1F | 18 | 4F | 26 |
| Octal | 257 | 122 | 25 | 0 | 65 | 130 | 37 | 30 | 117 | 46 |
| Binary | 10101111 | 1010010 | 10101 | 0 | 110101 | 1011000 | 11111 | 11000 | 1001111 | 100110 |
Color Harmonies of #AF5215
Complementary color
Monochromatic Colors of #AF5215
Black with #AF5215
Text Example
Text Example
White with #AF5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5215; }
p { color: rgb(175,82,21); }
H1.HeaderClassName
{
color: #AF5215;
}
.AnyTagClassName
{
color: #AF5215;
}
</style>
background-color css
<style>
a { background-color: #AF5215; }
a { background-color: rgb(175,82,21); }
div.DivClassName
{
background-color: #AF5215;
}
.BgClassName
{
background-color: #AF5215;
}
</style>
border-color css
<style>
span { border-color: #AF5215; }
span { border-color: rgb(175,82,21); }
td.TdClassName
{
border-color: #AF5215;
}
.TagClassName
{
border-color: #AF5215;
}
</style>