Shades of Rust #AF3502
Tints of Rust #AF3502
RGB
CMYK
RGB Variations
Color information
#AF3502 (or 0xAF3502) is known color: Rust. HEX triplet: AF, 35 and 02. RGB value is (175,53,2). Sum of RGB (Red+Green+Blue) = 175+53+2=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3502 is #50CAFD. Grayscale: #535353. Windows color (decimal): -5294846 or 144815. OLE color: 144815.
HSL color Cylindrical-coordinate representation of color #AF3502: hue angle of 17.69º 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 #AF3502 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.31 |
| HSL | 17.69º | 0.98% | 0.35% | - |
| HSV(B) | 17.69º | 0.99% | 0.69% | - |
| XYZ | 18.96 | 11.66 | 1.31 | - |
| YUV | 83.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 2 | 0 | 0.70 | 0.99 | 0.31 | 17.69 | 0.98 | 0.35 |
| Hex | AF | 35 | 2 | 0 | 46 | 63 | 1F | 12 | 62 | 23 |
| Octal | 257 | 65 | 2 | 0 | 106 | 143 | 37 | 22 | 142 | 43 |
| Binary | 10101111 | 110101 | 10 | 0 | 1000110 | 1100011 | 11111 | 10010 | 1100010 | 100011 |
Color Harmonies of #AF3502
Complementary color
Monochromatic Colors of #AF3502
Black with #AF3502
Text Example
Text Example
White with #AF3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3502; }
p { color: rgb(175,53,2); }
H1.HeaderClassName
{
color: #AF3502;
}
.AnyTagClassName
{
color: #AF3502;
}
</style>
background-color css
<style>
a { background-color: #AF3502; }
a { background-color: rgb(175,53,2); }
div.DivClassName
{
background-color: #AF3502;
}
.BgClassName
{
background-color: #AF3502;
}
</style>
border-color css
<style>
span { border-color: #AF3502; }
span { border-color: rgb(175,53,2); }
td.TdClassName
{
border-color: #AF3502;
}
.TagClassName
{
border-color: #AF3502;
}
</style>