Shades of Rust #AF530D
Tints of Rust #AF530D
RGB
CMYK
RGB Variations
Color information
#AF530D (or 0xAF530D) is known color: Rust. HEX triplet: AF, 53 and 0D. RGB value is (175,83,13). Sum of RGB (Red+Green+Blue) = 175+83+13=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF530D is #50ACF2. Grayscale: #666666. Windows color (decimal): -5287155 or 873391. OLE color: 873391.
HSL color Cylindrical-coordinate representation of color #AF530D: hue angle of 25.93º 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 #AF530D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.31 |
| HSL | 25.93º | 0.86% | 0.37% | - |
| HSV(B) | 25.93º | 0.93% | 0.69% | - |
| XYZ | 20.85 | 15.33 | 2.24 | - |
| YUV | 102.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 13 | 0 | 0.53 | 0.93 | 0.31 | 25.93 | 0.86 | 0.37 |
| Hex | AF | 53 | D | 0 | 35 | 5D | 1F | 1A | 56 | 25 |
| Octal | 257 | 123 | 15 | 0 | 65 | 135 | 37 | 32 | 126 | 45 |
| Binary | 10101111 | 1010011 | 1101 | 0 | 110101 | 1011101 | 11111 | 11010 | 1010110 | 100101 |
Color Harmonies of #AF530D
Complementary color
Monochromatic Colors of #AF530D
Black with #AF530D
Text Example
Text Example
White with #AF530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF530D; }
p { color: rgb(175,83,13); }
H1.HeaderClassName
{
color: #AF530D;
}
.AnyTagClassName
{
color: #AF530D;
}
</style>
background-color css
<style>
a { background-color: #AF530D; }
a { background-color: rgb(175,83,13); }
div.DivClassName
{
background-color: #AF530D;
}
.BgClassName
{
background-color: #AF530D;
}
</style>
border-color css
<style>
span { border-color: #AF530D; }
span { border-color: rgb(175,83,13); }
td.TdClassName
{
border-color: #AF530D;
}
.TagClassName
{
border-color: #AF530D;
}
</style>