Shades of Rust #AF310E
Tints of Rust #AF310E
RGB
CMYK
RGB Variations
Color information
#AF310E (or 0xAF310E) is known color: Rust. HEX triplet: AF, 31 and 0E. RGB value is (175,49,14). Sum of RGB (Red+Green+Blue) = 175+49+14=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310E is #50CEF1. Grayscale: #525252. Windows color (decimal): -5295858 or 930223. OLE color: 930223.
HSL color Cylindrical-coordinate representation of color #AF310E: hue angle of 13.04º 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 #AF310E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.31 |
| HSL | 13.04º | 0.85% | 0.37% | - |
| HSV(B) | 13.04º | 0.92% | 0.69% | - |
| XYZ | 18.86 | 11.34 | 1.61 | - |
| YUV | 82.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 14 | 0 | 0.72 | 0.92 | 0.31 | 13.04 | 0.85 | 0.37 |
| Hex | AF | 31 | E | 0 | 48 | 5C | 1F | D | 55 | 25 |
| Octal | 257 | 61 | 16 | 0 | 110 | 134 | 37 | 15 | 125 | 45 |
| Binary | 10101111 | 110001 | 1110 | 0 | 1001000 | 1011100 | 11111 | 1101 | 1010101 | 100101 |
Color Harmonies of #AF310E
Complementary color
Monochromatic Colors of #AF310E
Black with #AF310E
Text Example
Text Example
White with #AF310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF310E; }
p { color: rgb(175,49,14); }
H1.HeaderClassName
{
color: #AF310E;
}
.AnyTagClassName
{
color: #AF310E;
}
</style>
background-color css
<style>
a { background-color: #AF310E; }
a { background-color: rgb(175,49,14); }
div.DivClassName
{
background-color: #AF310E;
}
.BgClassName
{
background-color: #AF310E;
}
</style>
border-color css
<style>
span { border-color: #AF310E; }
span { border-color: rgb(175,49,14); }
td.TdClassName
{
border-color: #AF310E;
}
.TagClassName
{
border-color: #AF310E;
}
</style>