Shades of Rust #AF4513
Tints of Rust #AF4513
RGB
CMYK
RGB Variations
Color information
#AF4513 (or 0xAF4513) is known color: Rust. HEX triplet: AF, 45 and 13. RGB value is (175,69,19). Sum of RGB (Red+Green+Blue) = 175+69+19=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4513 is #50BAEC. Grayscale: #5F5F5F. Windows color (decimal): -5290733 or 1263023. OLE color: 1263023.
HSL color Cylindrical-coordinate representation of color #AF4513: hue angle of 19.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4513 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 19 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.31 |
| HSL | 19.23º | 0.8% | 0.38% | - |
| HSV(B) | 19.23º | 0.89% | 0.69% | - |
| XYZ | 19.92 | 13.42 | 2.16 | - |
| YUV | 94.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 19 | 0 | 0.61 | 0.89 | 0.31 | 19.23 | 0.8 | 0.38 |
| Hex | AF | 45 | 13 | 0 | 3D | 59 | 1F | 13 | 50 | 26 |
| Octal | 257 | 105 | 23 | 0 | 75 | 131 | 37 | 23 | 120 | 46 |
| Binary | 10101111 | 1000101 | 10011 | 0 | 111101 | 1011001 | 11111 | 10011 | 1010000 | 100110 |
Color Harmonies of #AF4513
Complementary color
Monochromatic Colors of #AF4513
Black with #AF4513
Text Example
Text Example
White with #AF4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4513; }
p { color: rgb(175,69,19); }
H1.HeaderClassName
{
color: #AF4513;
}
.AnyTagClassName
{
color: #AF4513;
}
</style>
background-color css
<style>
a { background-color: #AF4513; }
a { background-color: rgb(175,69,19); }
div.DivClassName
{
background-color: #AF4513;
}
.BgClassName
{
background-color: #AF4513;
}
</style>
border-color css
<style>
span { border-color: #AF4513; }
span { border-color: rgb(175,69,19); }
td.TdClassName
{
border-color: #AF4513;
}
.TagClassName
{
border-color: #AF4513;
}
</style>