Shades of Rust #AF5313
Tints of Rust #AF5313
RGB
CMYK
RGB Variations
Color information
#AF5313 (or 0xAF5313) is known color: Rust. HEX triplet: AF, 53 and 13. RGB value is (175,83,19). Sum of RGB (Red+Green+Blue) = 175+83+19=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5313 is #50ACEC. Grayscale: #676767. Windows color (decimal): -5287149 or 1266607. OLE color: 1266607.
HSL color Cylindrical-coordinate representation of color #AF5313: hue angle of 24.62º 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 #AF5313 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.31 |
| HSL | 24.62º | 0.8% | 0.38% | - |
| HSV(B) | 24.62º | 0.89% | 0.69% | - |
| XYZ | 20.89 | 15.35 | 2.48 | - |
| YUV | 103.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 19 | 0 | 0.53 | 0.89 | 0.31 | 24.62 | 0.8 | 0.38 |
| Hex | AF | 53 | 13 | 0 | 35 | 59 | 1F | 19 | 50 | 26 |
| Octal | 257 | 123 | 23 | 0 | 65 | 131 | 37 | 31 | 120 | 46 |
| Binary | 10101111 | 1010011 | 10011 | 0 | 110101 | 1011001 | 11111 | 11001 | 1010000 | 100110 |
Color Harmonies of #AF5313
Complementary color
Monochromatic Colors of #AF5313
Black with #AF5313
Text Example
Text Example
White with #AF5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5313; }
p { color: rgb(175,83,19); }
H1.HeaderClassName
{
color: #AF5313;
}
.AnyTagClassName
{
color: #AF5313;
}
</style>
background-color css
<style>
a { background-color: #AF5313; }
a { background-color: rgb(175,83,19); }
div.DivClassName
{
background-color: #AF5313;
}
.BgClassName
{
background-color: #AF5313;
}
</style>
border-color css
<style>
span { border-color: #AF5313; }
span { border-color: rgb(175,83,19); }
td.TdClassName
{
border-color: #AF5313;
}
.TagClassName
{
border-color: #AF5313;
}
</style>