Shades of Rust #AF5001
Tints of Rust #AF5001
RGB
CMYK
RGB Variations
Color information
#AF5001 (or 0xAF5001) is known color: Rust. HEX triplet: AF, 50 and 01. RGB value is (175,80,1). Sum of RGB (Red+Green+Blue) = 175+80+1=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5001 is #50AFFE. Grayscale: #636363. Windows color (decimal): -5287935 or 86191. OLE color: 86191.
HSL color Cylindrical-coordinate representation of color #AF5001: hue angle of 27.24º 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 #AF5001 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.31 |
| HSL | 27.24º | 0.99% | 0.35% | - |
| HSV(B) | 27.24º | 0.99% | 0.69% | - |
| XYZ | 20.55 | 14.85 | 1.81 | - |
| YUV | 99.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 1 | 0 | 0.54 | 0.99 | 0.31 | 27.24 | 0.99 | 0.35 |
| Hex | AF | 50 | 1 | 0 | 36 | 63 | 1F | 1B | 63 | 23 |
| Octal | 257 | 120 | 1 | 0 | 66 | 143 | 37 | 33 | 143 | 43 |
| Binary | 10101111 | 1010000 | 1 | 0 | 110110 | 1100011 | 11111 | 11011 | 1100011 | 100011 |
Color Harmonies of #AF5001
Complementary color
Monochromatic Colors of #AF5001
Black with #AF5001
Text Example
Text Example
White with #AF5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5001; }
p { color: rgb(175,80,1); }
H1.HeaderClassName
{
color: #AF5001;
}
.AnyTagClassName
{
color: #AF5001;
}
</style>
background-color css
<style>
a { background-color: #AF5001; }
a { background-color: rgb(175,80,1); }
div.DivClassName
{
background-color: #AF5001;
}
.BgClassName
{
background-color: #AF5001;
}
</style>
border-color css
<style>
span { border-color: #AF5001; }
span { border-color: rgb(175,80,1); }
td.TdClassName
{
border-color: #AF5001;
}
.TagClassName
{
border-color: #AF5001;
}
</style>