Shades of Rust #AF540B
Tints of Rust #AF540B
RGB
CMYK
RGB Variations
Color information
#AF540B (or 0xAF540B) is known color: Rust. HEX triplet: AF, 54 and 0B. RGB value is (175,84,11). Sum of RGB (Red+Green+Blue) = 175+84+11=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF540B is #50ABF4. Grayscale: #676767. Windows color (decimal): -5286901 or 742575. OLE color: 742575.
HSL color Cylindrical-coordinate representation of color #AF540B: hue angle of 26.71º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF540B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.31 |
| HSL | 26.71º | 0.88% | 0.36% | - |
| HSV(B) | 26.71º | 0.94% | 0.69% | - |
| XYZ | 20.91 | 15.48 | 2.2 | - |
| YUV | 102.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 11 | 0 | 0.52 | 0.94 | 0.31 | 26.71 | 0.88 | 0.36 |
| Hex | AF | 54 | B | 0 | 34 | 5E | 1F | 1B | 58 | 24 |
| Octal | 257 | 124 | 13 | 0 | 64 | 136 | 37 | 33 | 130 | 44 |
| Binary | 10101111 | 1010100 | 1011 | 0 | 110100 | 1011110 | 11111 | 11011 | 1011000 | 100100 |
Color Harmonies of #AF540B
Complementary color
Monochromatic Colors of #AF540B
Black with #AF540B
Text Example
Text Example
White with #AF540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF540B; }
p { color: rgb(175,84,11); }
H1.HeaderClassName
{
color: #AF540B;
}
.AnyTagClassName
{
color: #AF540B;
}
</style>
background-color css
<style>
a { background-color: #AF540B; }
a { background-color: rgb(175,84,11); }
div.DivClassName
{
background-color: #AF540B;
}
.BgClassName
{
background-color: #AF540B;
}
</style>
border-color css
<style>
span { border-color: #AF540B; }
span { border-color: rgb(175,84,11); }
td.TdClassName
{
border-color: #AF540B;
}
.TagClassName
{
border-color: #AF540B;
}
</style>