Shades of Rust #AF2E05
Tints of Rust #AF2E05
RGB
CMYK
RGB Variations
Color information
#AF2E05 (or 0xAF2E05) is known color: Rust. HEX triplet: AF, 2E and 05. RGB value is (175,46,5). Sum of RGB (Red+Green+Blue) = 175+46+5=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E05 is #50D1FA. Grayscale: #505050. Windows color (decimal): -5296635 or 339631. OLE color: 339631.
HSL color Cylindrical-coordinate representation of color #AF2E05: hue angle of 14.47º 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 #AF2E05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.31 |
| HSL | 14.47º | 0.94% | 0.35% | - |
| HSV(B) | 14.47º | 0.97% | 0.69% | - |
| XYZ | 18.68 | 11.08 | 1.3 | - |
| YUV | 79.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 5 | 0 | 0.74 | 0.97 | 0.31 | 14.47 | 0.94 | 0.35 |
| Hex | AF | 2E | 5 | 0 | 4A | 61 | 1F | E | 5E | 23 |
| Octal | 257 | 56 | 5 | 0 | 112 | 141 | 37 | 16 | 136 | 43 |
| Binary | 10101111 | 101110 | 101 | 0 | 1001010 | 1100001 | 11111 | 1110 | 1011110 | 100011 |
Color Harmonies of #AF2E05
Complementary color
Monochromatic Colors of #AF2E05
Black with #AF2E05
Text Example
Text Example
White with #AF2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E05; }
p { color: rgb(175,46,5); }
H1.HeaderClassName
{
color: #AF2E05;
}
.AnyTagClassName
{
color: #AF2E05;
}
</style>
background-color css
<style>
a { background-color: #AF2E05; }
a { background-color: rgb(175,46,5); }
div.DivClassName
{
background-color: #AF2E05;
}
.BgClassName
{
background-color: #AF2E05;
}
</style>
border-color css
<style>
span { border-color: #AF2E05; }
span { border-color: rgb(175,46,5); }
td.TdClassName
{
border-color: #AF2E05;
}
.TagClassName
{
border-color: #AF2E05;
}
</style>