Shades of Rust #AF3E05
Tints of Rust #AF3E05
RGB
CMYK
RGB Variations
Color information
#AF3E05 (or 0xAF3E05) is known color: Rust. HEX triplet: AF, 3E and 05. RGB value is (175,62,5). Sum of RGB (Red+Green+Blue) = 175+62+5=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E05 is #50C1FA. Grayscale: #595959. Windows color (decimal): -5292539 or 343727. OLE color: 343727.
HSL color Cylindrical-coordinate representation of color #AF3E05: hue angle of 20.12º 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 #AF3E05 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.31 |
| HSL | 20.12º | 0.94% | 0.35% | - |
| HSV(B) | 20.12º | 0.97% | 0.69% | - |
| XYZ | 19.43 | 12.57 | 1.55 | - |
| YUV | 89.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 5 | 0 | 0.65 | 0.97 | 0.31 | 20.12 | 0.94 | 0.35 |
| Hex | AF | 3E | 5 | 0 | 41 | 61 | 1F | 14 | 5E | 23 |
| Octal | 257 | 76 | 5 | 0 | 101 | 141 | 37 | 24 | 136 | 43 |
| Binary | 10101111 | 111110 | 101 | 0 | 1000001 | 1100001 | 11111 | 10100 | 1011110 | 100011 |
Color Harmonies of #AF3E05
Complementary color
Monochromatic Colors of #AF3E05
Black with #AF3E05
Text Example
Text Example
White with #AF3E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E05; }
p { color: rgb(175,62,5); }
H1.HeaderClassName
{
color: #AF3E05;
}
.AnyTagClassName
{
color: #AF3E05;
}
</style>
background-color css
<style>
a { background-color: #AF3E05; }
a { background-color: rgb(175,62,5); }
div.DivClassName
{
background-color: #AF3E05;
}
.BgClassName
{
background-color: #AF3E05;
}
</style>
border-color css
<style>
span { border-color: #AF3E05; }
span { border-color: rgb(175,62,5); }
td.TdClassName
{
border-color: #AF3E05;
}
.TagClassName
{
border-color: #AF3E05;
}
</style>