Shades of Rust #AF5101
Tints of Rust #AF5101
RGB
CMYK
RGB Variations
Color information
#AF5101 (or 0xAF5101) is known color: Rust. HEX triplet: AF, 51 and 01. RGB value is (175,81,1). Sum of RGB (Red+Green+Blue) = 175+81+1=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5101 is #50AEFE. Grayscale: #646464. Windows color (decimal): -5287679 or 86447. OLE color: 86447.
HSL color Cylindrical-coordinate representation of color #AF5101: hue angle of 27.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF5101 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.31 |
| HSL | 27.59º | 0.99% | 0.35% | - |
| HSV(B) | 27.59º | 0.99% | 0.69% | - |
| XYZ | 20.63 | 15 | 1.84 | - |
| YUV | 99.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 1 | 0 | 0.54 | 0.99 | 0.31 | 27.59 | 0.99 | 0.35 |
| Hex | AF | 51 | 1 | 0 | 36 | 63 | 1F | 1C | 63 | 23 |
| Octal | 257 | 121 | 1 | 0 | 66 | 143 | 37 | 34 | 143 | 43 |
| Binary | 10101111 | 1010001 | 1 | 0 | 110110 | 1100011 | 11111 | 11100 | 1100011 | 100011 |
Color Harmonies of #AF5101
Complementary color
Monochromatic Colors of #AF5101
Black with #AF5101
Text Example
Text Example
White with #AF5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5101; }
p { color: rgb(175,81,1); }
H1.HeaderClassName
{
color: #AF5101;
}
.AnyTagClassName
{
color: #AF5101;
}
</style>
background-color css
<style>
a { background-color: #AF5101; }
a { background-color: rgb(175,81,1); }
div.DivClassName
{
background-color: #AF5101;
}
.BgClassName
{
background-color: #AF5101;
}
</style>
border-color css
<style>
span { border-color: #AF5101; }
span { border-color: rgb(175,81,1); }
td.TdClassName
{
border-color: #AF5101;
}
.TagClassName
{
border-color: #AF5101;
}
</style>