Shades of Rust #AF3709
Tints of Rust #AF3709
RGB
CMYK
RGB Variations
Color information
#AF3709 (or 0xAF3709) is known color: Rust. HEX triplet: AF, 37 and 09. RGB value is (175,55,9). Sum of RGB (Red+Green+Blue) = 175+55+9=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3709 is #50C8F6. Grayscale: #555555. Windows color (decimal): -5294327 or 604079. OLE color: 604079.
HSL color Cylindrical-coordinate representation of color #AF3709: hue angle of 16.63º 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 #AF3709 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.31 |
| HSL | 16.63º | 0.9% | 0.36% | - |
| HSV(B) | 16.63º | 0.95% | 0.69% | - |
| XYZ | 19.09 | 11.87 | 1.54 | - |
| YUV | 85.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 9 | 0 | 0.69 | 0.95 | 0.31 | 16.63 | 0.9 | 0.36 |
| Hex | AF | 37 | 9 | 0 | 45 | 5F | 1F | 11 | 5A | 24 |
| Octal | 257 | 67 | 11 | 0 | 105 | 137 | 37 | 21 | 132 | 44 |
| Binary | 10101111 | 110111 | 1001 | 0 | 1000101 | 1011111 | 11111 | 10001 | 1011010 | 100100 |
Color Harmonies of #AF3709
Complementary color
Monochromatic Colors of #AF3709
Black with #AF3709
Text Example
Text Example
White with #AF3709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3709; }
p { color: rgb(175,55,9); }
H1.HeaderClassName
{
color: #AF3709;
}
.AnyTagClassName
{
color: #AF3709;
}
</style>
background-color css
<style>
a { background-color: #AF3709; }
a { background-color: rgb(175,55,9); }
div.DivClassName
{
background-color: #AF3709;
}
.BgClassName
{
background-color: #AF3709;
}
</style>
border-color css
<style>
span { border-color: #AF3709; }
span { border-color: rgb(175,55,9); }
td.TdClassName
{
border-color: #AF3709;
}
.TagClassName
{
border-color: #AF3709;
}
</style>