Shades of Rust #AF4816
Tints of Rust #AF4816
RGB
CMYK
RGB Variations
Color information
#AF4816 (or 0xAF4816) is known color: Rust. HEX triplet: AF, 48 and 16. RGB value is (175,72,22). Sum of RGB (Red+Green+Blue) = 175+72+22=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4816 is #50B7E9. Grayscale: #616161. Windows color (decimal): -5289962 or 1460399. OLE color: 1460399.
HSL color Cylindrical-coordinate representation of color #AF4816: hue angle of 19.61º degrees, saturation: 0.78, 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 #AF4816 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 22 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.31 |
| HSL | 19.61º | 0.78% | 0.39% | - |
| HSV(B) | 19.61º | 0.87% | 0.69% | - |
| XYZ | 20.14 | 13.81 | 2.36 | - |
| YUV | 97.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 22 | 0 | 0.59 | 0.87 | 0.31 | 19.61 | 0.78 | 0.39 |
| Hex | AF | 48 | 16 | 0 | 3B | 57 | 1F | 14 | 4E | 27 |
| Octal | 257 | 110 | 26 | 0 | 73 | 127 | 37 | 24 | 116 | 47 |
| Binary | 10101111 | 1001000 | 10110 | 0 | 111011 | 1010111 | 11111 | 10100 | 1001110 | 100111 |
Color Harmonies of #AF4816
Complementary color
Monochromatic Colors of #AF4816
Black with #AF4816
Text Example
Text Example
White with #AF4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4816; }
p { color: rgb(175,72,22); }
H1.HeaderClassName
{
color: #AF4816;
}
.AnyTagClassName
{
color: #AF4816;
}
</style>
background-color css
<style>
a { background-color: #AF4816; }
a { background-color: rgb(175,72,22); }
div.DivClassName
{
background-color: #AF4816;
}
.BgClassName
{
background-color: #AF4816;
}
</style>
border-color css
<style>
span { border-color: #AF4816; }
span { border-color: rgb(175,72,22); }
td.TdClassName
{
border-color: #AF4816;
}
.TagClassName
{
border-color: #AF4816;
}
</style>