Shades of Rust #AF2906
Tints of Rust #AF2906
RGB
CMYK
RGB Variations
Color information
#AF2906 (or 0xAF2906) is known color: Rust. HEX triplet: AF, 29 and 06. RGB value is (175,41,6). Sum of RGB (Red+Green+Blue) = 175+41+6=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2906 is #50D6F9. Grayscale: #4D4D4D. Windows color (decimal): -5297914 or 403887. OLE color: 403887.
HSL color Cylindrical-coordinate representation of color #AF2906: hue angle of 12.43º 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 #AF2906 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.31 |
| HSL | 12.43º | 0.93% | 0.35% | - |
| HSV(B) | 12.43º | 0.97% | 0.69% | - |
| XYZ | 18.51 | 10.71 | 1.26 | - |
| YUV | 77.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 6 | 0 | 0.77 | 0.97 | 0.31 | 12.43 | 0.93 | 0.35 |
| Hex | AF | 29 | 6 | 0 | 4D | 61 | 1F | C | 5D | 23 |
| Octal | 257 | 51 | 6 | 0 | 115 | 141 | 37 | 14 | 135 | 43 |
| Binary | 10101111 | 101001 | 110 | 0 | 1001101 | 1100001 | 11111 | 1100 | 1011101 | 100011 |
Color Harmonies of #AF2906
Complementary color
Monochromatic Colors of #AF2906
Black with #AF2906
Text Example
Text Example
White with #AF2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2906; }
p { color: rgb(175,41,6); }
H1.HeaderClassName
{
color: #AF2906;
}
.AnyTagClassName
{
color: #AF2906;
}
</style>
background-color css
<style>
a { background-color: #AF2906; }
a { background-color: rgb(175,41,6); }
div.DivClassName
{
background-color: #AF2906;
}
.BgClassName
{
background-color: #AF2906;
}
</style>
border-color css
<style>
span { border-color: #AF2906; }
span { border-color: rgb(175,41,6); }
td.TdClassName
{
border-color: #AF2906;
}
.TagClassName
{
border-color: #AF2906;
}
</style>