Shades of Rust #AF5502
Tints of Rust #AF5502
RGB
CMYK
RGB Variations
Color information
#AF5502 (or 0xAF5502) is known color: Rust. HEX triplet: AF, 55 and 02. RGB value is (175,85,2). Sum of RGB (Red+Green+Blue) = 175+85+2=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5502 is #50AAFD. Grayscale: #666666. Windows color (decimal): -5286654 or 153007. OLE color: 153007.
HSL color Cylindrical-coordinate representation of color #AF5502: hue angle of 28.79º 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 #AF5502 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.31 |
| HSL | 28.79º | 0.98% | 0.35% | - |
| HSV(B) | 28.79º | 0.99% | 0.69% | - |
| XYZ | 20.94 | 15.62 | 1.97 | - |
| YUV | 102.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 2 | 0 | 0.51 | 0.99 | 0.31 | 28.79 | 0.98 | 0.35 |
| Hex | AF | 55 | 2 | 0 | 33 | 63 | 1F | 1D | 62 | 23 |
| Octal | 257 | 125 | 2 | 0 | 63 | 143 | 37 | 35 | 142 | 43 |
| Binary | 10101111 | 1010101 | 10 | 0 | 110011 | 1100011 | 11111 | 11101 | 1100010 | 100011 |
Color Harmonies of #AF5502
Complementary color
Monochromatic Colors of #AF5502
Black with #AF5502
Text Example
Text Example
White with #AF5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5502; }
p { color: rgb(175,85,2); }
H1.HeaderClassName
{
color: #AF5502;
}
.AnyTagClassName
{
color: #AF5502;
}
</style>
background-color css
<style>
a { background-color: #AF5502; }
a { background-color: rgb(175,85,2); }
div.DivClassName
{
background-color: #AF5502;
}
.BgClassName
{
background-color: #AF5502;
}
</style>
border-color css
<style>
span { border-color: #AF5502; }
span { border-color: rgb(175,85,2); }
td.TdClassName
{
border-color: #AF5502;
}
.TagClassName
{
border-color: #AF5502;
}
</style>