Shades of Rust #AF3306
Tints of Rust #AF3306
RGB
CMYK
RGB Variations
Color information
#AF3306 (or 0xAF3306) is known color: Rust. HEX triplet: AF, 33 and 06. RGB value is (175,51,6). Sum of RGB (Red+Green+Blue) = 175+51+6=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3306 is #50CCF9. Grayscale: #535353. Windows color (decimal): -5295354 or 406447. OLE color: 406447.
HSL color Cylindrical-coordinate representation of color #AF3306: hue angle of 15.98º 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 #AF3306 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.31 |
| HSL | 15.98º | 0.93% | 0.35% | - |
| HSV(B) | 15.98º | 0.97% | 0.69% | - |
| XYZ | 18.9 | 11.49 | 1.4 | - |
| YUV | 82.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 6 | 0 | 0.71 | 0.97 | 0.31 | 15.98 | 0.93 | 0.35 |
| Hex | AF | 33 | 6 | 0 | 47 | 61 | 1F | 10 | 5D | 23 |
| Octal | 257 | 63 | 6 | 0 | 107 | 141 | 37 | 20 | 135 | 43 |
| Binary | 10101111 | 110011 | 110 | 0 | 1000111 | 1100001 | 11111 | 10000 | 1011101 | 100011 |
Color Harmonies of #AF3306
Complementary color
Monochromatic Colors of #AF3306
Black with #AF3306
Text Example
Text Example
White with #AF3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3306; }
p { color: rgb(175,51,6); }
H1.HeaderClassName
{
color: #AF3306;
}
.AnyTagClassName
{
color: #AF3306;
}
</style>
background-color css
<style>
a { background-color: #AF3306; }
a { background-color: rgb(175,51,6); }
div.DivClassName
{
background-color: #AF3306;
}
.BgClassName
{
background-color: #AF3306;
}
</style>
border-color css
<style>
span { border-color: #AF3306; }
span { border-color: rgb(175,51,6); }
td.TdClassName
{
border-color: #AF3306;
}
.TagClassName
{
border-color: #AF3306;
}
</style>