Shades of Rust #AF3109
Tints of Rust #AF3109
RGB
CMYK
RGB Variations
Color information
#AF3109 (or 0xAF3109) is known color: Rust. HEX triplet: AF, 31 and 09. RGB value is (175,49,9). Sum of RGB (Red+Green+Blue) = 175+49+9=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3109 is #50CEF6. Grayscale: #525252. Windows color (decimal): -5295863 or 602543. OLE color: 602543.
HSL color Cylindrical-coordinate representation of color #AF3109: hue angle of 14.46º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF3109 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.31 |
| HSL | 14.46º | 0.9% | 0.36% | - |
| HSV(B) | 14.46º | 0.95% | 0.69% | - |
| XYZ | 18.83 | 11.33 | 1.45 | - |
| YUV | 82.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 9 | 0 | 0.72 | 0.95 | 0.31 | 14.46 | 0.9 | 0.36 |
| Hex | AF | 31 | 9 | 0 | 48 | 5F | 1F | E | 5A | 24 |
| Octal | 257 | 61 | 11 | 0 | 110 | 137 | 37 | 16 | 132 | 44 |
| Binary | 10101111 | 110001 | 1001 | 0 | 1001000 | 1011111 | 11111 | 1110 | 1011010 | 100100 |
Color Harmonies of #AF3109
Complementary color
Monochromatic Colors of #AF3109
Black with #AF3109
Text Example
Text Example
White with #AF3109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3109; }
p { color: rgb(175,49,9); }
H1.HeaderClassName
{
color: #AF3109;
}
.AnyTagClassName
{
color: #AF3109;
}
</style>
background-color css
<style>
a { background-color: #AF3109; }
a { background-color: rgb(175,49,9); }
div.DivClassName
{
background-color: #AF3109;
}
.BgClassName
{
background-color: #AF3109;
}
</style>
border-color css
<style>
span { border-color: #AF3109; }
span { border-color: rgb(175,49,9); }
td.TdClassName
{
border-color: #AF3109;
}
.TagClassName
{
border-color: #AF3109;
}
</style>