Shades of Rust #AF4817
Tints of Rust #AF4817
RGB
CMYK
RGB Variations
Color information
#AF4817 (or 0xAF4817) is known color: Rust. HEX triplet: AF, 48 and 17. RGB value is (175,72,23). Sum of RGB (Red+Green+Blue) = 175+72+23=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4817 is #50B7E8. Grayscale: #616161. Windows color (decimal): -5289961 or 1525935. OLE color: 1525935.
HSL color Cylindrical-coordinate representation of color #AF4817: hue angle of 19.34º 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 #AF4817 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.31 |
| HSL | 19.34º | 0.77% | 0.39% | - |
| HSV(B) | 19.34º | 0.87% | 0.69% | - |
| XYZ | 20.15 | 13.81 | 2.41 | - |
| YUV | 97.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 23 | 0 | 0.59 | 0.87 | 0.31 | 19.34 | 0.77 | 0.39 |
| Hex | AF | 48 | 17 | 0 | 3B | 57 | 1F | 13 | 4D | 27 |
| Octal | 257 | 110 | 27 | 0 | 73 | 127 | 37 | 23 | 115 | 47 |
| Binary | 10101111 | 1001000 | 10111 | 0 | 111011 | 1010111 | 11111 | 10011 | 1001101 | 100111 |
Color Harmonies of #AF4817
Complementary color
Monochromatic Colors of #AF4817
Black with #AF4817
Text Example
Text Example
White with #AF4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4817; }
p { color: rgb(175,72,23); }
H1.HeaderClassName
{
color: #AF4817;
}
.AnyTagClassName
{
color: #AF4817;
}
</style>
background-color css
<style>
a { background-color: #AF4817; }
a { background-color: rgb(175,72,23); }
div.DivClassName
{
background-color: #AF4817;
}
.BgClassName
{
background-color: #AF4817;
}
</style>
border-color css
<style>
span { border-color: #AF4817; }
span { border-color: rgb(175,72,23); }
td.TdClassName
{
border-color: #AF4817;
}
.TagClassName
{
border-color: #AF4817;
}
</style>