Shades of Rust #AF3E20
Tints of Rust #AF3E20
RGB
CMYK
RGB Variations
Color information
#AF3E20 (or 0xAF3E20) is known color: Rust. HEX triplet: AF, 3E and 20. RGB value is (175,62,32). Sum of RGB (Red+Green+Blue) = 175+62+32=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E20 is #50C1DF. Grayscale: #5C5C5C. Windows color (decimal): -5292512 or 2113199. OLE color: 2113199.
HSL color Cylindrical-coordinate representation of color #AF3E20: hue angle of 12.59º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3E20 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 32 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.31 |
| HSL | 12.59º | 0.69% | 0.41% | - |
| HSV(B) | 12.59º | 0.82% | 0.69% | - |
| XYZ | 19.66 | 12.66 | 2.77 | - |
| YUV | 92.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 32 | 0 | 0.65 | 0.82 | 0.31 | 12.59 | 0.69 | 0.41 |
| Hex | AF | 3E | 20 | 0 | 41 | 52 | 1F | D | 45 | 29 |
| Octal | 257 | 76 | 40 | 0 | 101 | 122 | 37 | 15 | 105 | 51 |
| Binary | 10101111 | 111110 | 100000 | 0 | 1000001 | 1010010 | 11111 | 1101 | 1000101 | 101001 |
Color Harmonies of #AF3E20
Complementary color
Monochromatic Colors of #AF3E20
Black with #AF3E20
Text Example
Text Example
White with #AF3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E20; }
p { color: rgb(175,62,32); }
H1.HeaderClassName
{
color: #AF3E20;
}
.AnyTagClassName
{
color: #AF3E20;
}
</style>
background-color css
<style>
a { background-color: #AF3E20; }
a { background-color: rgb(175,62,32); }
div.DivClassName
{
background-color: #AF3E20;
}
.BgClassName
{
background-color: #AF3E20;
}
</style>
border-color css
<style>
span { border-color: #AF3E20; }
span { border-color: rgb(175,62,32); }
td.TdClassName
{
border-color: #AF3E20;
}
.TagClassName
{
border-color: #AF3E20;
}
</style>