Shades of Rust #A5490C
Tints of Rust #A5490C
RGB
CMYK
RGB Variations
Color information
#A5490C (or 0xA5490C) is known color: Rust. HEX triplet: A5, 49 and 0C. RGB value is (165,73,12). Sum of RGB (Red+Green+Blue) = 165+73+12=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5490C is #5AB6F3. Grayscale: #5D5D5D. Windows color (decimal): -5945076 or 805285. OLE color: 805285.
HSL color Cylindrical-coordinate representation of color #A5490C: hue angle of 23.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5490C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 12 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.35 |
| HSL | 23.92º | 0.86% | 0.35% | - |
| HSV(B) | 23.92º | 0.93% | 0.65% | - |
| XYZ | 17.97 | 12.79 | 1.87 | - |
| YUV | 93.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 12 | 0 | 0.56 | 0.93 | 0.35 | 23.92 | 0.86 | 0.35 |
| Hex | A5 | 49 | C | 0 | 38 | 5D | 23 | 18 | 56 | 23 |
| Octal | 245 | 111 | 14 | 0 | 70 | 135 | 43 | 30 | 126 | 43 |
| Binary | 10100101 | 1001001 | 1100 | 0 | 111000 | 1011101 | 100011 | 11000 | 1010110 | 100011 |
Color Harmonies of #A5490C
Complementary color
Monochromatic Colors of #A5490C
Black with #A5490C
Text Example
Text Example
White with #A5490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5490C; }
p { color: rgb(165,73,12); }
H1.HeaderClassName
{
color: #A5490C;
}
.AnyTagClassName
{
color: #A5490C;
}
</style>
background-color css
<style>
a { background-color: #A5490C; }
a { background-color: rgb(165,73,12); }
div.DivClassName
{
background-color: #A5490C;
}
.BgClassName
{
background-color: #A5490C;
}
</style>
border-color css
<style>
span { border-color: #A5490C; }
span { border-color: rgb(165,73,12); }
td.TdClassName
{
border-color: #A5490C;
}
.TagClassName
{
border-color: #A5490C;
}
</style>