Shades of Rust #AF5202
Tints of Rust #AF5202
RGB
CMYK
RGB Variations
Color information
#AF5202 (or 0xAF5202) is known color: Rust. HEX triplet: AF, 52 and 02. RGB value is (175,82,2). Sum of RGB (Red+Green+Blue) = 175+82+2=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5202 is #50ADFD. Grayscale: #656565. Windows color (decimal): -5287422 or 152239. OLE color: 152239.
HSL color Cylindrical-coordinate representation of color #AF5202: hue angle of 27.75º degrees, saturation: 0.98, 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 #AF5202 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.31 |
| HSL | 27.75º | 0.98% | 0.35% | - |
| HSV(B) | 27.75º | 0.99% | 0.69% | - |
| XYZ | 20.71 | 15.15 | 1.89 | - |
| YUV | 100.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 2 | 0 | 0.53 | 0.99 | 0.31 | 27.75 | 0.98 | 0.35 |
| Hex | AF | 52 | 2 | 0 | 35 | 63 | 1F | 1C | 62 | 23 |
| Octal | 257 | 122 | 2 | 0 | 65 | 143 | 37 | 34 | 142 | 43 |
| Binary | 10101111 | 1010010 | 10 | 0 | 110101 | 1100011 | 11111 | 11100 | 1100010 | 100011 |
Color Harmonies of #AF5202
Complementary color
Monochromatic Colors of #AF5202
Black with #AF5202
Text Example
Text Example
White with #AF5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5202; }
p { color: rgb(175,82,2); }
H1.HeaderClassName
{
color: #AF5202;
}
.AnyTagClassName
{
color: #AF5202;
}
</style>
background-color css
<style>
a { background-color: #AF5202; }
a { background-color: rgb(175,82,2); }
div.DivClassName
{
background-color: #AF5202;
}
.BgClassName
{
background-color: #AF5202;
}
</style>
border-color css
<style>
span { border-color: #AF5202; }
span { border-color: rgb(175,82,2); }
td.TdClassName
{
border-color: #AF5202;
}
.TagClassName
{
border-color: #AF5202;
}
</style>