Shades of Rust #AF4306
Tints of Rust #AF4306
RGB
CMYK
RGB Variations
Color information
#AF4306 (or 0xAF4306) is known color: Rust. HEX triplet: AF, 43 and 06. RGB value is (175,67,6). Sum of RGB (Red+Green+Blue) = 175+67+6=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4306 is #50BCF9. Grayscale: #5C5C5C. Windows color (decimal): -5291258 or 410543. OLE color: 410543.
HSL color Cylindrical-coordinate representation of color #AF4306: hue angle of 21.66º 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 #AF4306 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.66º | 0.93% | 0.35% | - |
| HSV(B) | 21.66º | 0.97% | 0.69% | - |
| XYZ | 19.72 | 13.14 | 1.67 | - |
| YUV | 92.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 6 | 0 | 0.62 | 0.97 | 0.31 | 21.66 | 0.93 | 0.35 |
| Hex | AF | 43 | 6 | 0 | 3E | 61 | 1F | 16 | 5D | 23 |
| Octal | 257 | 103 | 6 | 0 | 76 | 141 | 37 | 26 | 135 | 43 |
| Binary | 10101111 | 1000011 | 110 | 0 | 111110 | 1100001 | 11111 | 10110 | 1011101 | 100011 |
Color Harmonies of #AF4306
Complementary color
Monochromatic Colors of #AF4306
Black with #AF4306
Text Example
Text Example
White with #AF4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4306; }
p { color: rgb(175,67,6); }
H1.HeaderClassName
{
color: #AF4306;
}
.AnyTagClassName
{
color: #AF4306;
}
</style>
background-color css
<style>
a { background-color: #AF4306; }
a { background-color: rgb(175,67,6); }
div.DivClassName
{
background-color: #AF4306;
}
.BgClassName
{
background-color: #AF4306;
}
</style>
border-color css
<style>
span { border-color: #AF4306; }
span { border-color: rgb(175,67,6); }
td.TdClassName
{
border-color: #AF4306;
}
.TagClassName
{
border-color: #AF4306;
}
</style>