Shades of Rust #AF310F
Tints of Rust #AF310F
RGB
CMYK
RGB Variations
Color information
#AF310F (or 0xAF310F) is known color: Rust. HEX triplet: AF, 31 and 0F. RGB value is (175,49,15). Sum of RGB (Red+Green+Blue) = 175+49+15=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310F is #50CEF0. Grayscale: #535353. Windows color (decimal): -5295857 or 995759. OLE color: 995759.
HSL color Cylindrical-coordinate representation of color #AF310F: hue angle of 12.75º 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 #AF310F is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 15 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.31 |
| HSL | 12.75º | 0.84% | 0.37% | - |
| HSV(B) | 12.75º | 0.91% | 0.69% | - |
| XYZ | 18.86 | 11.35 | 1.65 | - |
| YUV | 82.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 15 | 0 | 0.72 | 0.91 | 0.31 | 12.75 | 0.84 | 0.37 |
| Hex | AF | 31 | F | 0 | 48 | 5B | 1F | D | 54 | 25 |
| Octal | 257 | 61 | 17 | 0 | 110 | 133 | 37 | 15 | 124 | 45 |
| Binary | 10101111 | 110001 | 1111 | 0 | 1001000 | 1011011 | 11111 | 1101 | 1010100 | 100101 |
Color Harmonies of #AF310F
Complementary color
Monochromatic Colors of #AF310F
Black with #AF310F
Text Example
Text Example
White with #AF310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF310F; }
p { color: rgb(175,49,15); }
H1.HeaderClassName
{
color: #AF310F;
}
.AnyTagClassName
{
color: #AF310F;
}
</style>
background-color css
<style>
a { background-color: #AF310F; }
a { background-color: rgb(175,49,15); }
div.DivClassName
{
background-color: #AF310F;
}
.BgClassName
{
background-color: #AF310F;
}
</style>
border-color css
<style>
span { border-color: #AF310F; }
span { border-color: rgb(175,49,15); }
td.TdClassName
{
border-color: #AF310F;
}
.TagClassName
{
border-color: #AF310F;
}
</style>