Shades of Rust #AF3907
Tints of Rust #AF3907
RGB
CMYK
RGB Variations
Color information
#AF3907 (or 0xAF3907) is known color: Rust. HEX triplet: AF, 39 and 07. RGB value is (175,57,7). Sum of RGB (Red+Green+Blue) = 175+57+7=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3907 is #50C6F8. Grayscale: #565656. Windows color (decimal): -5293817 or 473519. OLE color: 473519.
HSL color Cylindrical-coordinate representation of color #AF3907: hue angle of 17.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF3907 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.31 |
| HSL | 17.86º | 0.92% | 0.36% | - |
| HSV(B) | 17.86º | 0.96% | 0.69% | - |
| XYZ | 19.18 | 12.06 | 1.52 | - |
| YUV | 86.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 7 | 0 | 0.67 | 0.96 | 0.31 | 17.86 | 0.92 | 0.36 |
| Hex | AF | 39 | 7 | 0 | 43 | 60 | 1F | 12 | 5C | 24 |
| Octal | 257 | 71 | 7 | 0 | 103 | 140 | 37 | 22 | 134 | 44 |
| Binary | 10101111 | 111001 | 111 | 0 | 1000011 | 1100000 | 11111 | 10010 | 1011100 | 100100 |
Color Harmonies of #AF3907
Complementary color
Monochromatic Colors of #AF3907
Black with #AF3907
Text Example
Text Example
White with #AF3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3907; }
p { color: rgb(175,57,7); }
H1.HeaderClassName
{
color: #AF3907;
}
.AnyTagClassName
{
color: #AF3907;
}
</style>
background-color css
<style>
a { background-color: #AF3907; }
a { background-color: rgb(175,57,7); }
div.DivClassName
{
background-color: #AF3907;
}
.BgClassName
{
background-color: #AF3907;
}
</style>
border-color css
<style>
span { border-color: #AF3907; }
span { border-color: rgb(175,57,7); }
td.TdClassName
{
border-color: #AF3907;
}
.TagClassName
{
border-color: #AF3907;
}
</style>