Shades of Rust #AF5003
Tints of Rust #AF5003
RGB
CMYK
RGB Variations
Color information
#AF5003 (or 0xAF5003) is known color: Rust. HEX triplet: AF, 50 and 03. RGB value is (175,80,3). Sum of RGB (Red+Green+Blue) = 175+80+3=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5003 is #50AFFC. Grayscale: #646464. Windows color (decimal): -5287933 or 217263. OLE color: 217263.
HSL color Cylindrical-coordinate representation of color #AF5003: hue angle of 26.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF5003 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.31 |
| HSL | 26.86º | 0.97% | 0.35% | - |
| HSV(B) | 26.86º | 0.98% | 0.69% | - |
| XYZ | 20.56 | 14.86 | 1.87 | - |
| YUV | 99.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 3 | 0 | 0.54 | 0.98 | 0.31 | 26.86 | 0.97 | 0.35 |
| Hex | AF | 50 | 3 | 0 | 36 | 62 | 1F | 1B | 61 | 23 |
| Octal | 257 | 120 | 3 | 0 | 66 | 142 | 37 | 33 | 141 | 43 |
| Binary | 10101111 | 1010000 | 11 | 0 | 110110 | 1100010 | 11111 | 11011 | 1100001 | 100011 |
Color Harmonies of #AF5003
Complementary color
Monochromatic Colors of #AF5003
Black with #AF5003
Text Example
Text Example
White with #AF5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5003; }
p { color: rgb(175,80,3); }
H1.HeaderClassName
{
color: #AF5003;
}
.AnyTagClassName
{
color: #AF5003;
}
</style>
background-color css
<style>
a { background-color: #AF5003; }
a { background-color: rgb(175,80,3); }
div.DivClassName
{
background-color: #AF5003;
}
.BgClassName
{
background-color: #AF5003;
}
</style>
border-color css
<style>
span { border-color: #AF5003; }
span { border-color: rgb(175,80,3); }
td.TdClassName
{
border-color: #AF5003;
}
.TagClassName
{
border-color: #AF5003;
}
</style>