Shades of Rust #AF310B
Tints of Rust #AF310B
RGB
CMYK
RGB Variations
Color information
#AF310B (or 0xAF310B) is known color: Rust. HEX triplet: AF, 31 and 0B. RGB value is (175,49,11). Sum of RGB (Red+Green+Blue) = 175+49+11=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310B is #50CEF4. Grayscale: #525252. Windows color (decimal): -5295861 or 733615. OLE color: 733615.
HSL color Cylindrical-coordinate representation of color #AF310B: hue angle of 13.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF310B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.31 |
| HSL | 13.9º | 0.88% | 0.36% | - |
| HSV(B) | 13.9º | 0.94% | 0.69% | - |
| XYZ | 18.84 | 11.33 | 1.51 | - |
| YUV | 82.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 11 | 0 | 0.72 | 0.94 | 0.31 | 13.9 | 0.88 | 0.36 |
| Hex | AF | 31 | B | 0 | 48 | 5E | 1F | E | 58 | 24 |
| Octal | 257 | 61 | 13 | 0 | 110 | 136 | 37 | 16 | 130 | 44 |
| Binary | 10101111 | 110001 | 1011 | 0 | 1001000 | 1011110 | 11111 | 1110 | 1011000 | 100100 |
Color Harmonies of #AF310B
Complementary color
Monochromatic Colors of #AF310B
Black with #AF310B
Text Example
Text Example
White with #AF310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF310B; }
p { color: rgb(175,49,11); }
H1.HeaderClassName
{
color: #AF310B;
}
.AnyTagClassName
{
color: #AF310B;
}
</style>
background-color css
<style>
a { background-color: #AF310B; }
a { background-color: rgb(175,49,11); }
div.DivClassName
{
background-color: #AF310B;
}
.BgClassName
{
background-color: #AF310B;
}
</style>
border-color css
<style>
span { border-color: #AF310B; }
span { border-color: rgb(175,49,11); }
td.TdClassName
{
border-color: #AF310B;
}
.TagClassName
{
border-color: #AF310B;
}
</style>