Shades of Rust #AF3B17
Tints of Rust #AF3B17
RGB
CMYK
RGB Variations
Color information
#AF3B17 (or 0xAF3B17) is known color: Rust. HEX triplet: AF, 3B and 17. RGB value is (175,59,23). Sum of RGB (Red+Green+Blue) = 175+59+23=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3B17 is #50C4E8. Grayscale: #595959. Windows color (decimal): -5293289 or 1522607. OLE color: 1522607.
HSL color Cylindrical-coordinate representation of color #AF3B17: hue angle of 14.21º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF3B17 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 59 | 23 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.31 |
| HSL | 14.21º | 0.77% | 0.39% | - |
| HSV(B) | 14.21º | 0.87% | 0.69% | - |
| XYZ | 19.4 | 12.3 | 2.16 | - |
| YUV | 89.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 23 | 0 | 0.66 | 0.87 | 0.31 | 14.21 | 0.77 | 0.39 |
| Hex | AF | 3B | 17 | 0 | 42 | 57 | 1F | E | 4D | 27 |
| Octal | 257 | 73 | 27 | 0 | 102 | 127 | 37 | 16 | 115 | 47 |
| Binary | 10101111 | 111011 | 10111 | 0 | 1000010 | 1010111 | 11111 | 1110 | 1001101 | 100111 |
Color Harmonies of #AF3B17
Complementary color
Monochromatic Colors of #AF3B17
Black with #AF3B17
Text Example
Text Example
White with #AF3B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3B17; }
p { color: rgb(175,59,23); }
H1.HeaderClassName
{
color: #AF3B17;
}
.AnyTagClassName
{
color: #AF3B17;
}
</style>
background-color css
<style>
a { background-color: #AF3B17; }
a { background-color: rgb(175,59,23); }
div.DivClassName
{
background-color: #AF3B17;
}
.BgClassName
{
background-color: #AF3B17;
}
</style>
border-color css
<style>
span { border-color: #AF3B17; }
span { border-color: rgb(175,59,23); }
td.TdClassName
{
border-color: #AF3B17;
}
.TagClassName
{
border-color: #AF3B17;
}
</style>