Shades of Rust #A53317
Tints of Rust #A53317
RGB
CMYK
RGB Variations
Color information
#A53317 (or 0xA53317) is known color: Rust. HEX triplet: A5, 33 and 17. RGB value is (165,51,23). Sum of RGB (Red+Green+Blue) = 165+51+23=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A53317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53317 is #5ACCE8. Grayscale: #525252. Windows color (decimal): -5950697 or 1520549. OLE color: 1520549.
HSL color Cylindrical-coordinate representation of color #A53317: hue angle of 11.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A53317 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 23 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.35 |
| HSL | 11.83º | 0.76% | 0.37% | - |
| HSV(B) | 11.83º | 0.86% | 0.65% | - |
| XYZ | 16.86 | 10.43 | 1.94 | - |
| YUV | 81.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 23 | 0 | 0.69 | 0.86 | 0.35 | 11.83 | 0.76 | 0.37 |
| Hex | A5 | 33 | 17 | 0 | 45 | 56 | 23 | C | 4C | 25 |
| Octal | 245 | 63 | 27 | 0 | 105 | 126 | 43 | 14 | 114 | 45 |
| Binary | 10100101 | 110011 | 10111 | 0 | 1000101 | 1010110 | 100011 | 1100 | 1001100 | 100101 |
Color Harmonies of #A53317
Complementary color
Monochromatic Colors of #A53317
Black with #A53317
Text Example
Text Example
White with #A53317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53317; }
p { color: rgb(165,51,23); }
H1.HeaderClassName
{
color: #A53317;
}
.AnyTagClassName
{
color: #A53317;
}
</style>
background-color css
<style>
a { background-color: #A53317; }
a { background-color: rgb(165,51,23); }
div.DivClassName
{
background-color: #A53317;
}
.BgClassName
{
background-color: #A53317;
}
</style>
border-color css
<style>
span { border-color: #A53317; }
span { border-color: rgb(165,51,23); }
td.TdClassName
{
border-color: #A53317;
}
.TagClassName
{
border-color: #A53317;
}
</style>