Shades of Rust #AF3505
Tints of Rust #AF3505
RGB
CMYK
RGB Variations
Color information
#AF3505 (or 0xAF3505) is known color: Rust. HEX triplet: AF, 35 and 05. RGB value is (175,53,5). Sum of RGB (Red+Green+Blue) = 175+53+5=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3505 is #50CAFA. Grayscale: #545454. Windows color (decimal): -5294843 or 341423. OLE color: 341423.
HSL color Cylindrical-coordinate representation of color #AF3505: hue angle of 16.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3505 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.31 |
| HSL | 16.94º | 0.94% | 0.35% | - |
| HSV(B) | 16.94º | 0.97% | 0.69% | - |
| XYZ | 18.98 | 11.67 | 1.4 | - |
| YUV | 84.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 5 | 0 | 0.70 | 0.97 | 0.31 | 16.94 | 0.94 | 0.35 |
| Hex | AF | 35 | 5 | 0 | 46 | 61 | 1F | 11 | 5E | 23 |
| Octal | 257 | 65 | 5 | 0 | 106 | 141 | 37 | 21 | 136 | 43 |
| Binary | 10101111 | 110101 | 101 | 0 | 1000110 | 1100001 | 11111 | 10001 | 1011110 | 100011 |
Color Harmonies of #AF3505
Complementary color
Monochromatic Colors of #AF3505
Black with #AF3505
Text Example
Text Example
White with #AF3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3505; }
p { color: rgb(175,53,5); }
H1.HeaderClassName
{
color: #AF3505;
}
.AnyTagClassName
{
color: #AF3505;
}
</style>
background-color css
<style>
a { background-color: #AF3505; }
a { background-color: rgb(175,53,5); }
div.DivClassName
{
background-color: #AF3505;
}
.BgClassName
{
background-color: #AF3505;
}
</style>
border-color css
<style>
span { border-color: #AF3505; }
span { border-color: rgb(175,53,5); }
td.TdClassName
{
border-color: #AF3505;
}
.TagClassName
{
border-color: #AF3505;
}
</style>