Shades of Rust #AF3E0A
Tints of Rust #AF3E0A
RGB
CMYK
RGB Variations
Color information
#AF3E0A (or 0xAF3E0A) is known color: Rust. HEX triplet: AF, 3E and 0A. RGB value is (175,62,10). Sum of RGB (Red+Green+Blue) = 175+62+10=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E0A is #50C1F5. Grayscale: #5A5A5A. Windows color (decimal): -5292534 or 671407. OLE color: 671407.
HSL color Cylindrical-coordinate representation of color #AF3E0A: hue angle of 18.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF3E0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.31 |
| HSL | 18.91º | 0.89% | 0.36% | - |
| HSV(B) | 18.91º | 0.94% | 0.69% | - |
| XYZ | 19.46 | 12.58 | 1.69 | - |
| YUV | 89.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 10 | 0 | 0.65 | 0.94 | 0.31 | 18.91 | 0.89 | 0.36 |
| Hex | AF | 3E | A | 0 | 41 | 5E | 1F | 13 | 59 | 24 |
| Octal | 257 | 76 | 12 | 0 | 101 | 136 | 37 | 23 | 131 | 44 |
| Binary | 10101111 | 111110 | 1010 | 0 | 1000001 | 1011110 | 11111 | 10011 | 1011001 | 100100 |
Color Harmonies of #AF3E0A
Complementary color
Monochromatic Colors of #AF3E0A
Black with #AF3E0A
Text Example
Text Example
White with #AF3E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E0A; }
p { color: rgb(175,62,10); }
H1.HeaderClassName
{
color: #AF3E0A;
}
.AnyTagClassName
{
color: #AF3E0A;
}
</style>
background-color css
<style>
a { background-color: #AF3E0A; }
a { background-color: rgb(175,62,10); }
div.DivClassName
{
background-color: #AF3E0A;
}
.BgClassName
{
background-color: #AF3E0A;
}
</style>
border-color css
<style>
span { border-color: #AF3E0A; }
span { border-color: rgb(175,62,10); }
td.TdClassName
{
border-color: #AF3E0A;
}
.TagClassName
{
border-color: #AF3E0A;
}
</style>