Shades of Rust #AF4417
Tints of Rust #AF4417
RGB
CMYK
RGB Variations
Color information
#AF4417 (or 0xAF4417) is known color: Rust. HEX triplet: AF, 44 and 17. RGB value is (175,68,23). Sum of RGB (Red+Green+Blue) = 175+68+23=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4417 is #50BBE8. Grayscale: #5F5F5F. Windows color (decimal): -5290985 or 1524911. OLE color: 1524911.
HSL color Cylindrical-coordinate representation of color #AF4417: hue angle of 17.76º 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 #AF4417 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 23 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.31 |
| HSL | 17.76º | 0.77% | 0.39% | - |
| HSV(B) | 17.76º | 0.87% | 0.69% | - |
| XYZ | 19.9 | 13.31 | 2.33 | - |
| YUV | 94.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 23 | 0 | 0.61 | 0.87 | 0.31 | 17.76 | 0.77 | 0.39 |
| Hex | AF | 44 | 17 | 0 | 3D | 57 | 1F | 12 | 4D | 27 |
| Octal | 257 | 104 | 27 | 0 | 75 | 127 | 37 | 22 | 115 | 47 |
| Binary | 10101111 | 1000100 | 10111 | 0 | 111101 | 1010111 | 11111 | 10010 | 1001101 | 100111 |
Color Harmonies of #AF4417
Complementary color
Monochromatic Colors of #AF4417
Black with #AF4417
Text Example
Text Example
White with #AF4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4417; }
p { color: rgb(175,68,23); }
H1.HeaderClassName
{
color: #AF4417;
}
.AnyTagClassName
{
color: #AF4417;
}
</style>
background-color css
<style>
a { background-color: #AF4417; }
a { background-color: rgb(175,68,23); }
div.DivClassName
{
background-color: #AF4417;
}
.BgClassName
{
background-color: #AF4417;
}
</style>
border-color css
<style>
span { border-color: #AF4417; }
span { border-color: rgb(175,68,23); }
td.TdClassName
{
border-color: #AF4417;
}
.TagClassName
{
border-color: #AF4417;
}
</style>