Shades of Rust #AF3610
Tints of Rust #AF3610
RGB
CMYK
RGB Variations
Color information
#AF3610 (or 0xAF3610) is known color: Rust. HEX triplet: AF, 36 and 10. RGB value is (175,54,16). Sum of RGB (Red+Green+Blue) = 175+54+16=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3610 is #50C9EF. Grayscale: #565656. Windows color (decimal): -5294576 or 1062575. OLE color: 1062575.
HSL color Cylindrical-coordinate representation of color #AF3610: hue angle of 14.34º degrees, saturation: 0.83, 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 #AF3610 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 16 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.31 |
| HSL | 14.34º | 0.83% | 0.37% | - |
| HSV(B) | 14.34º | 0.91% | 0.69% | - |
| XYZ | 19.09 | 11.79 | 1.76 | - |
| YUV | 85.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 16 | 0 | 0.69 | 0.91 | 0.31 | 14.34 | 0.83 | 0.37 |
| Hex | AF | 36 | 10 | 0 | 45 | 5B | 1F | E | 53 | 25 |
| Octal | 257 | 66 | 20 | 0 | 105 | 133 | 37 | 16 | 123 | 45 |
| Binary | 10101111 | 110110 | 10000 | 0 | 1000101 | 1011011 | 11111 | 1110 | 1010011 | 100101 |
Color Harmonies of #AF3610
Complementary color
Monochromatic Colors of #AF3610
Black with #AF3610
Text Example
Text Example
White with #AF3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3610; }
p { color: rgb(175,54,16); }
H1.HeaderClassName
{
color: #AF3610;
}
.AnyTagClassName
{
color: #AF3610;
}
</style>
background-color css
<style>
a { background-color: #AF3610; }
a { background-color: rgb(175,54,16); }
div.DivClassName
{
background-color: #AF3610;
}
.BgClassName
{
background-color: #AF3610;
}
</style>
border-color css
<style>
span { border-color: #AF3610; }
span { border-color: rgb(175,54,16); }
td.TdClassName
{
border-color: #AF3610;
}
.TagClassName
{
border-color: #AF3610;
}
</style>