Shades of Rust #AF5203
Tints of Rust #AF5203
RGB
CMYK
RGB Variations
Color information
#AF5203 (or 0xAF5203) is known color: Rust. HEX triplet: AF, 52 and 03. RGB value is (175,82,3). Sum of RGB (Red+Green+Blue) = 175+82+3=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5203 is #50ADFC. Grayscale: #656565. Windows color (decimal): -5287421 or 217775. OLE color: 217775.
HSL color Cylindrical-coordinate representation of color #AF5203: hue angle of 27.56º 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 #AF5203 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.31 |
| HSL | 27.56º | 0.97% | 0.35% | - |
| HSV(B) | 27.56º | 0.98% | 0.69% | - |
| XYZ | 20.71 | 15.16 | 1.92 | - |
| YUV | 100.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 3 | 0 | 0.53 | 0.98 | 0.31 | 27.56 | 0.97 | 0.35 |
| Hex | AF | 52 | 3 | 0 | 35 | 62 | 1F | 1C | 61 | 23 |
| Octal | 257 | 122 | 3 | 0 | 65 | 142 | 37 | 34 | 141 | 43 |
| Binary | 10101111 | 1010010 | 11 | 0 | 110101 | 1100010 | 11111 | 11100 | 1100001 | 100011 |
Color Harmonies of #AF5203
Complementary color
Monochromatic Colors of #AF5203
Black with #AF5203
Text Example
Text Example
White with #AF5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5203; }
p { color: rgb(175,82,3); }
H1.HeaderClassName
{
color: #AF5203;
}
.AnyTagClassName
{
color: #AF5203;
}
</style>
background-color css
<style>
a { background-color: #AF5203; }
a { background-color: rgb(175,82,3); }
div.DivClassName
{
background-color: #AF5203;
}
.BgClassName
{
background-color: #AF5203;
}
</style>
border-color css
<style>
span { border-color: #AF5203; }
span { border-color: rgb(175,82,3); }
td.TdClassName
{
border-color: #AF5203;
}
.TagClassName
{
border-color: #AF5203;
}
</style>