Shades of Rust #AF2E06
Tints of Rust #AF2E06
RGB
CMYK
RGB Variations
Color information
#AF2E06 (or 0xAF2E06) is known color: Rust. HEX triplet: AF, 2E and 06. RGB value is (175,46,6). Sum of RGB (Red+Green+Blue) = 175+46+6=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E06 is #50D1F9. Grayscale: #505050. Windows color (decimal): -5296634 or 405167. OLE color: 405167.
HSL color Cylindrical-coordinate representation of color #AF2E06: hue angle of 14.2º 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 #AF2E06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.31 |
| HSL | 14.2º | 0.93% | 0.35% | - |
| HSV(B) | 14.2º | 0.97% | 0.69% | - |
| XYZ | 18.69 | 11.08 | 1.33 | - |
| YUV | 80.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 6 | 0 | 0.74 | 0.97 | 0.31 | 14.2 | 0.93 | 0.35 |
| Hex | AF | 2E | 6 | 0 | 4A | 61 | 1F | E | 5D | 23 |
| Octal | 257 | 56 | 6 | 0 | 112 | 141 | 37 | 16 | 135 | 43 |
| Binary | 10101111 | 101110 | 110 | 0 | 1001010 | 1100001 | 11111 | 1110 | 1011101 | 100011 |
Color Harmonies of #AF2E06
Complementary color
Monochromatic Colors of #AF2E06
Black with #AF2E06
Text Example
Text Example
White with #AF2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E06; }
p { color: rgb(175,46,6); }
H1.HeaderClassName
{
color: #AF2E06;
}
.AnyTagClassName
{
color: #AF2E06;
}
</style>
background-color css
<style>
a { background-color: #AF2E06; }
a { background-color: rgb(175,46,6); }
div.DivClassName
{
background-color: #AF2E06;
}
.BgClassName
{
background-color: #AF2E06;
}
</style>
border-color css
<style>
span { border-color: #AF2E06; }
span { border-color: rgb(175,46,6); }
td.TdClassName
{
border-color: #AF2E06;
}
.TagClassName
{
border-color: #AF2E06;
}
</style>