Shades of Rust #AF540D
Tints of Rust #AF540D
RGB
CMYK
RGB Variations
Color information
#AF540D (or 0xAF540D) is known color: Rust. HEX triplet: AF, 54 and 0D. RGB value is (175,84,13). Sum of RGB (Red+Green+Blue) = 175+84+13=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF540D is #50ABF2. Grayscale: #676767. Windows color (decimal): -5286899 or 873647. OLE color: 873647.
HSL color Cylindrical-coordinate representation of color #AF540D: hue angle of 26.3º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF540D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.31 |
| HSL | 26.3º | 0.86% | 0.37% | - |
| HSV(B) | 26.3º | 0.93% | 0.69% | - |
| XYZ | 20.92 | 15.48 | 2.27 | - |
| YUV | 103.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 13 | 0 | 0.52 | 0.93 | 0.31 | 26.3 | 0.86 | 0.37 |
| Hex | AF | 54 | D | 0 | 34 | 5D | 1F | 1A | 56 | 25 |
| Octal | 257 | 124 | 15 | 0 | 64 | 135 | 37 | 32 | 126 | 45 |
| Binary | 10101111 | 1010100 | 1101 | 0 | 110100 | 1011101 | 11111 | 11010 | 1010110 | 100101 |
Color Harmonies of #AF540D
Complementary color
Monochromatic Colors of #AF540D
Black with #AF540D
Text Example
Text Example
White with #AF540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF540D; }
p { color: rgb(175,84,13); }
H1.HeaderClassName
{
color: #AF540D;
}
.AnyTagClassName
{
color: #AF540D;
}
</style>
background-color css
<style>
a { background-color: #AF540D; }
a { background-color: rgb(175,84,13); }
div.DivClassName
{
background-color: #AF540D;
}
.BgClassName
{
background-color: #AF540D;
}
</style>
border-color css
<style>
span { border-color: #AF540D; }
span { border-color: rgb(175,84,13); }
td.TdClassName
{
border-color: #AF540D;
}
.TagClassName
{
border-color: #AF540D;
}
</style>