Shades of Rust #AF3F06
Tints of Rust #AF3F06
RGB
CMYK
RGB Variations
Color information
#AF3F06 (or 0xAF3F06) is known color: Rust. HEX triplet: AF, 3F and 06. RGB value is (175,63,6). Sum of RGB (Red+Green+Blue) = 175+63+6=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F06 is #50C0F9. Grayscale: #5A5A5A. Windows color (decimal): -5292282 or 409519. OLE color: 409519.
HSL color Cylindrical-coordinate representation of color #AF3F06: hue angle of 20.24º 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 #AF3F06 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.31 |
| HSL | 20.24º | 0.93% | 0.35% | - |
| HSV(B) | 20.24º | 0.97% | 0.69% | - |
| XYZ | 19.49 | 12.68 | 1.59 | - |
| YUV | 89.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 6 | 0 | 0.64 | 0.97 | 0.31 | 20.24 | 0.93 | 0.35 |
| Hex | AF | 3F | 6 | 0 | 40 | 61 | 1F | 14 | 5D | 23 |
| Octal | 257 | 77 | 6 | 0 | 100 | 141 | 37 | 24 | 135 | 43 |
| Binary | 10101111 | 111111 | 110 | 0 | 1000000 | 1100001 | 11111 | 10100 | 1011101 | 100011 |
Color Harmonies of #AF3F06
Complementary color
Monochromatic Colors of #AF3F06
Black with #AF3F06
Text Example
Text Example
White with #AF3F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F06; }
p { color: rgb(175,63,6); }
H1.HeaderClassName
{
color: #AF3F06;
}
.AnyTagClassName
{
color: #AF3F06;
}
</style>
background-color css
<style>
a { background-color: #AF3F06; }
a { background-color: rgb(175,63,6); }
div.DivClassName
{
background-color: #AF3F06;
}
.BgClassName
{
background-color: #AF3F06;
}
</style>
border-color css
<style>
span { border-color: #AF3F06; }
span { border-color: rgb(175,63,6); }
td.TdClassName
{
border-color: #AF3F06;
}
.TagClassName
{
border-color: #AF3F06;
}
</style>