Shades of Rust #A5390A
Tints of Rust #A5390A
RGB
CMYK
RGB Variations
Color information
#A5390A (or 0xA5390A) is known color: Rust. HEX triplet: A5, 39 and 0A. RGB value is (165,57,10). Sum of RGB (Red+Green+Blue) = 165+57+10=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A5390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5390A is #5AC6F5. Grayscale: #545454. Windows color (decimal): -5949174 or 670117. OLE color: 670117.
HSL color Cylindrical-coordinate representation of color #A5390A: hue angle of 18.19º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5390A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.35 |
| HSL | 18.19º | 0.89% | 0.34% | - |
| HSV(B) | 18.19º | 0.94% | 0.65% | - |
| XYZ | 17.03 | 10.95 | 1.5 | - |
| YUV | 83.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 10 | 0 | 0.65 | 0.94 | 0.35 | 18.19 | 0.89 | 0.34 |
| Hex | A5 | 39 | A | 0 | 41 | 5E | 23 | 12 | 59 | 22 |
| Octal | 245 | 71 | 12 | 0 | 101 | 136 | 43 | 22 | 131 | 42 |
| Binary | 10100101 | 111001 | 1010 | 0 | 1000001 | 1011110 | 100011 | 10010 | 1011001 | 100010 |
Color Harmonies of #A5390A
Complementary color
Monochromatic Colors of #A5390A
Black with #A5390A
Text Example
Text Example
White with #A5390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5390A; }
p { color: rgb(165,57,10); }
H1.HeaderClassName
{
color: #A5390A;
}
.AnyTagClassName
{
color: #A5390A;
}
</style>
background-color css
<style>
a { background-color: #A5390A; }
a { background-color: rgb(165,57,10); }
div.DivClassName
{
background-color: #A5390A;
}
.BgClassName
{
background-color: #A5390A;
}
</style>
border-color css
<style>
span { border-color: #A5390A; }
span { border-color: rgb(165,57,10); }
td.TdClassName
{
border-color: #A5390A;
}
.TagClassName
{
border-color: #A5390A;
}
</style>