Shades of Rust #A53210
Tints of Rust #A53210
RGB
CMYK
RGB Variations
Color information
#A53210 (or 0xA53210) is known color: Rust. HEX triplet: A5, 32 and 10. RGB value is (165,50,16). Sum of RGB (Red+Green+Blue) = 165+50+16=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A53210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53210 is #5ACDEF. Grayscale: #505050. Windows color (decimal): -5950960 or 1061541. OLE color: 1061541.
HSL color Cylindrical-coordinate representation of color #A53210: hue angle of 13.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A53210 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 16 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.35 |
| HSL | 13.69º | 0.82% | 0.35% | - |
| HSV(B) | 13.69º | 0.9% | 0.65% | - |
| XYZ | 16.75 | 10.32 | 1.6 | - |
| YUV | 80.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 16 | 0 | 0.70 | 0.90 | 0.35 | 13.69 | 0.82 | 0.35 |
| Hex | A5 | 32 | 10 | 0 | 46 | 5A | 23 | E | 52 | 23 |
| Octal | 245 | 62 | 20 | 0 | 106 | 132 | 43 | 16 | 122 | 43 |
| Binary | 10100101 | 110010 | 10000 | 0 | 1000110 | 1011010 | 100011 | 1110 | 1010010 | 100011 |
Color Harmonies of #A53210
Complementary color
Monochromatic Colors of #A53210
Black with #A53210
Text Example
Text Example
White with #A53210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53210; }
p { color: rgb(165,50,16); }
H1.HeaderClassName
{
color: #A53210;
}
.AnyTagClassName
{
color: #A53210;
}
</style>
background-color css
<style>
a { background-color: #A53210; }
a { background-color: rgb(165,50,16); }
div.DivClassName
{
background-color: #A53210;
}
.BgClassName
{
background-color: #A53210;
}
</style>
border-color css
<style>
span { border-color: #A53210; }
span { border-color: rgb(165,50,16); }
td.TdClassName
{
border-color: #A53210;
}
.TagClassName
{
border-color: #A53210;
}
</style>