Shades of Rust #AF320E
Tints of Rust #AF320E
RGB
CMYK
RGB Variations
Color information
#AF320E (or 0xAF320E) is known color: Rust. HEX triplet: AF, 32 and 0E. RGB value is (175,50,14). Sum of RGB (Red+Green+Blue) = 175+50+14=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF320E is #50CDF1. Grayscale: #535353. Windows color (decimal): -5295602 or 930479. OLE color: 930479.
HSL color Cylindrical-coordinate representation of color #AF320E: hue angle of 13.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF320E is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 14 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.31 |
| HSL | 13.42º | 0.85% | 0.37% | - |
| HSV(B) | 13.42º | 0.92% | 0.69% | - |
| XYZ | 18.9 | 11.43 | 1.62 | - |
| YUV | 83.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 14 | 0 | 0.71 | 0.92 | 0.31 | 13.42 | 0.85 | 0.37 |
| Hex | AF | 32 | E | 0 | 47 | 5C | 1F | D | 55 | 25 |
| Octal | 257 | 62 | 16 | 0 | 107 | 134 | 37 | 15 | 125 | 45 |
| Binary | 10101111 | 110010 | 1110 | 0 | 1000111 | 1011100 | 11111 | 1101 | 1010101 | 100101 |
Color Harmonies of #AF320E
Complementary color
Monochromatic Colors of #AF320E
Black with #AF320E
Text Example
Text Example
White with #AF320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF320E; }
p { color: rgb(175,50,14); }
H1.HeaderClassName
{
color: #AF320E;
}
.AnyTagClassName
{
color: #AF320E;
}
</style>
background-color css
<style>
a { background-color: #AF320E; }
a { background-color: rgb(175,50,14); }
div.DivClassName
{
background-color: #AF320E;
}
.BgClassName
{
background-color: #AF320E;
}
</style>
border-color css
<style>
span { border-color: #AF320E; }
span { border-color: rgb(175,50,14); }
td.TdClassName
{
border-color: #AF320E;
}
.TagClassName
{
border-color: #AF320E;
}
</style>