Shades of Rust #AF4E10
Tints of Rust #AF4E10
RGB
CMYK
RGB Variations
Color information
#AF4E10 (or 0xAF4E10) is known color: Rust. HEX triplet: AF, 4E and 10. RGB value is (175,78,16). Sum of RGB (Red+Green+Blue) = 175+78+16=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E10 is #50B1EF. Grayscale: #646464. Windows color (decimal): -5288432 or 1068719. OLE color: 1068719.
HSL color Cylindrical-coordinate representation of color #AF4E10: hue angle of 23.4º 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 #AF4E10 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.31 |
| HSL | 23.4º | 0.83% | 0.37% | - |
| HSV(B) | 23.4º | 0.91% | 0.69% | - |
| XYZ | 20.5 | 14.6 | 2.23 | - |
| YUV | 99.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 16 | 0 | 0.55 | 0.91 | 0.31 | 23.4 | 0.83 | 0.37 |
| Hex | AF | 4E | 10 | 0 | 37 | 5B | 1F | 17 | 53 | 25 |
| Octal | 257 | 116 | 20 | 0 | 67 | 133 | 37 | 27 | 123 | 45 |
| Binary | 10101111 | 1001110 | 10000 | 0 | 110111 | 1011011 | 11111 | 10111 | 1010011 | 100101 |
Color Harmonies of #AF4E10
Complementary color
Monochromatic Colors of #AF4E10
Black with #AF4E10
Text Example
Text Example
White with #AF4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E10; }
p { color: rgb(175,78,16); }
H1.HeaderClassName
{
color: #AF4E10;
}
.AnyTagClassName
{
color: #AF4E10;
}
</style>
background-color css
<style>
a { background-color: #AF4E10; }
a { background-color: rgb(175,78,16); }
div.DivClassName
{
background-color: #AF4E10;
}
.BgClassName
{
background-color: #AF4E10;
}
</style>
border-color css
<style>
span { border-color: #AF4E10; }
span { border-color: rgb(175,78,16); }
td.TdClassName
{
border-color: #AF4E10;
}
.TagClassName
{
border-color: #AF4E10;
}
</style>