Shades of Rust #A5490F
Tints of Rust #A5490F
RGB
CMYK
RGB Variations
Color information
#A5490F (or 0xA5490F) is known color: Rust. HEX triplet: A5, 49 and 0F. RGB value is (165,73,15). Sum of RGB (Red+Green+Blue) = 165+73+15=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A5490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5490F is #5AB6F0. Grayscale: #5E5E5E. Windows color (decimal): -5945073 or 1001893. OLE color: 1001893.
HSL color Cylindrical-coordinate representation of color #A5490F: hue angle of 23.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5490F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.35 |
| HSL | 23.2º | 0.83% | 0.35% | - |
| HSV(B) | 23.2º | 0.91% | 0.65% | - |
| XYZ | 17.99 | 12.8 | 1.97 | - |
| YUV | 93.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 15 | 0 | 0.56 | 0.91 | 0.35 | 23.2 | 0.83 | 0.35 |
| Hex | A5 | 49 | F | 0 | 38 | 5B | 23 | 17 | 53 | 23 |
| Octal | 245 | 111 | 17 | 0 | 70 | 133 | 43 | 27 | 123 | 43 |
| Binary | 10100101 | 1001001 | 1111 | 0 | 111000 | 1011011 | 100011 | 10111 | 1010011 | 100011 |
Color Harmonies of #A5490F
Complementary color
Monochromatic Colors of #A5490F
Black with #A5490F
Text Example
Text Example
White with #A5490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5490F; }
p { color: rgb(165,73,15); }
H1.HeaderClassName
{
color: #A5490F;
}
.AnyTagClassName
{
color: #A5490F;
}
</style>
background-color css
<style>
a { background-color: #A5490F; }
a { background-color: rgb(165,73,15); }
div.DivClassName
{
background-color: #A5490F;
}
.BgClassName
{
background-color: #A5490F;
}
</style>
border-color css
<style>
span { border-color: #A5490F; }
span { border-color: rgb(165,73,15); }
td.TdClassName
{
border-color: #A5490F;
}
.TagClassName
{
border-color: #A5490F;
}
</style>