Shades of Rust #AF320F
Tints of Rust #AF320F
RGB
CMYK
RGB Variations
Color information
#AF320F (or 0xAF320F) is known color: Rust. HEX triplet: AF, 32 and 0F. RGB value is (175,50,15). Sum of RGB (Red+Green+Blue) = 175+50+15=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF320F is #50CDF0. Grayscale: #535353. Windows color (decimal): -5295601 or 996015. OLE color: 996015.
HSL color Cylindrical-coordinate representation of color #AF320F: hue angle of 13.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF320F is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 15 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.31 |
| HSL | 13.13º | 0.84% | 0.37% | - |
| HSV(B) | 13.13º | 0.91% | 0.69% | - |
| XYZ | 18.91 | 11.43 | 1.66 | - |
| YUV | 83.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 15 | 0 | 0.71 | 0.91 | 0.31 | 13.13 | 0.84 | 0.37 |
| Hex | AF | 32 | F | 0 | 47 | 5B | 1F | D | 54 | 25 |
| Octal | 257 | 62 | 17 | 0 | 107 | 133 | 37 | 15 | 124 | 45 |
| Binary | 10101111 | 110010 | 1111 | 0 | 1000111 | 1011011 | 11111 | 1101 | 1010100 | 100101 |
Color Harmonies of #AF320F
Complementary color
Monochromatic Colors of #AF320F
Black with #AF320F
Text Example
Text Example
White with #AF320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF320F; }
p { color: rgb(175,50,15); }
H1.HeaderClassName
{
color: #AF320F;
}
.AnyTagClassName
{
color: #AF320F;
}
</style>
background-color css
<style>
a { background-color: #AF320F; }
a { background-color: rgb(175,50,15); }
div.DivClassName
{
background-color: #AF320F;
}
.BgClassName
{
background-color: #AF320F;
}
</style>
border-color css
<style>
span { border-color: #AF320F; }
span { border-color: rgb(175,50,15); }
td.TdClassName
{
border-color: #AF320F;
}
.TagClassName
{
border-color: #AF320F;
}
</style>