Shades of Rust #AF3C06
Tints of Rust #AF3C06
RGB
CMYK
RGB Variations
Color information
#AF3C06 (or 0xAF3C06) is known color: Rust. HEX triplet: AF, 3C and 06. RGB value is (175,60,6). Sum of RGB (Red+Green+Blue) = 175+60+6=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C06 is #50C3F9. Grayscale: #585858. Windows color (decimal): -5293050 or 408751. OLE color: 408751.
HSL color Cylindrical-coordinate representation of color #AF3C06: hue angle of 19.17º 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 #AF3C06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.31 |
| HSL | 19.17º | 0.93% | 0.35% | - |
| HSV(B) | 19.17º | 0.97% | 0.69% | - |
| XYZ | 19.33 | 12.36 | 1.54 | - |
| YUV | 88.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 6 | 0 | 0.66 | 0.97 | 0.31 | 19.17 | 0.93 | 0.35 |
| Hex | AF | 3C | 6 | 0 | 42 | 61 | 1F | 13 | 5D | 23 |
| Octal | 257 | 74 | 6 | 0 | 102 | 141 | 37 | 23 | 135 | 43 |
| Binary | 10101111 | 111100 | 110 | 0 | 1000010 | 1100001 | 11111 | 10011 | 1011101 | 100011 |
Color Harmonies of #AF3C06
Complementary color
Monochromatic Colors of #AF3C06
Black with #AF3C06
Text Example
Text Example
White with #AF3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C06; }
p { color: rgb(175,60,6); }
H1.HeaderClassName
{
color: #AF3C06;
}
.AnyTagClassName
{
color: #AF3C06;
}
</style>
background-color css
<style>
a { background-color: #AF3C06; }
a { background-color: rgb(175,60,6); }
div.DivClassName
{
background-color: #AF3C06;
}
.BgClassName
{
background-color: #AF3C06;
}
</style>
border-color css
<style>
span { border-color: #AF3C06; }
span { border-color: rgb(175,60,6); }
td.TdClassName
{
border-color: #AF3C06;
}
.TagClassName
{
border-color: #AF3C06;
}
</style>