Shades of Rust #AF3E06
Tints of Rust #AF3E06
RGB
CMYK
RGB Variations
Color information
#AF3E06 (or 0xAF3E06) is known color: Rust. HEX triplet: AF, 3E and 06. RGB value is (175,62,6). Sum of RGB (Red+Green+Blue) = 175+62+6=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E06 is #50C1F9. Grayscale: #595959. Windows color (decimal): -5292538 or 409263. OLE color: 409263.
HSL color Cylindrical-coordinate representation of color #AF3E06: hue angle of 19.88º degrees, saturation: 0.93, 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 #AF3E06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.31 |
| HSL | 19.88º | 0.93% | 0.35% | - |
| HSV(B) | 19.88º | 0.97% | 0.69% | - |
| XYZ | 19.43 | 12.57 | 1.57 | - |
| YUV | 89.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 6 | 0 | 0.65 | 0.97 | 0.31 | 19.88 | 0.93 | 0.35 |
| Hex | AF | 3E | 6 | 0 | 41 | 61 | 1F | 14 | 5D | 23 |
| Octal | 257 | 76 | 6 | 0 | 101 | 141 | 37 | 24 | 135 | 43 |
| Binary | 10101111 | 111110 | 110 | 0 | 1000001 | 1100001 | 11111 | 10100 | 1011101 | 100011 |
Color Harmonies of #AF3E06
Complementary color
Monochromatic Colors of #AF3E06
Black with #AF3E06
Text Example
Text Example
White with #AF3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E06; }
p { color: rgb(175,62,6); }
H1.HeaderClassName
{
color: #AF3E06;
}
.AnyTagClassName
{
color: #AF3E06;
}
</style>
background-color css
<style>
a { background-color: #AF3E06; }
a { background-color: rgb(175,62,6); }
div.DivClassName
{
background-color: #AF3E06;
}
.BgClassName
{
background-color: #AF3E06;
}
</style>
border-color css
<style>
span { border-color: #AF3E06; }
span { border-color: rgb(175,62,6); }
td.TdClassName
{
border-color: #AF3E06;
}
.TagClassName
{
border-color: #AF3E06;
}
</style>