Shades of Rust #AF530B
Tints of Rust #AF530B
RGB
CMYK
RGB Variations
Color information
#AF530B (or 0xAF530B) is known color: Rust. HEX triplet: AF, 53 and 0B. RGB value is (175,83,11). Sum of RGB (Red+Green+Blue) = 175+83+11=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF530B is #50ACF4. Grayscale: #666666. Windows color (decimal): -5287157 or 742319. OLE color: 742319.
HSL color Cylindrical-coordinate representation of color #AF530B: hue angle of 26.34º 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 #AF530B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.31 |
| HSL | 26.34º | 0.88% | 0.36% | - |
| HSV(B) | 26.34º | 0.94% | 0.69% | - |
| XYZ | 20.83 | 15.32 | 2.18 | - |
| YUV | 102.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 11 | 0 | 0.53 | 0.94 | 0.31 | 26.34 | 0.88 | 0.36 |
| Hex | AF | 53 | B | 0 | 35 | 5E | 1F | 1A | 58 | 24 |
| Octal | 257 | 123 | 13 | 0 | 65 | 136 | 37 | 32 | 130 | 44 |
| Binary | 10101111 | 1010011 | 1011 | 0 | 110101 | 1011110 | 11111 | 11010 | 1011000 | 100100 |
Color Harmonies of #AF530B
Complementary color
Monochromatic Colors of #AF530B
Black with #AF530B
Text Example
Text Example
White with #AF530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF530B; }
p { color: rgb(175,83,11); }
H1.HeaderClassName
{
color: #AF530B;
}
.AnyTagClassName
{
color: #AF530B;
}
</style>
background-color css
<style>
a { background-color: #AF530B; }
a { background-color: rgb(175,83,11); }
div.DivClassName
{
background-color: #AF530B;
}
.BgClassName
{
background-color: #AF530B;
}
</style>
border-color css
<style>
span { border-color: #AF530B; }
span { border-color: rgb(175,83,11); }
td.TdClassName
{
border-color: #AF530B;
}
.TagClassName
{
border-color: #AF530B;
}
</style>