Shades of Rust #A6490F
Tints of Rust #A6490F
RGB
CMYK
RGB Variations
Color information
#A6490F (or 0xA6490F) is known color: Rust. HEX triplet: A6, 49 and 0F. RGB value is (166,73,15). Sum of RGB (Red+Green+Blue) = 166+73+15=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A6490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6490F is #59B6F0. Grayscale: #5E5E5E. Windows color (decimal): -5879537 or 1001894. OLE color: 1001894.
HSL color Cylindrical-coordinate representation of color #A6490F: hue angle of 23.05º 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 #A6490F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.35 |
| HSL | 23.05º | 0.83% | 0.35% | - |
| HSV(B) | 23.05º | 0.91% | 0.65% | - |
| XYZ | 18.19 | 12.91 | 1.98 | - |
| YUV | 94.2 | 83.31 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 15 | 0 | 0.56 | 0.91 | 0.35 | 23.05 | 0.83 | 0.35 |
| Hex | A6 | 49 | F | 0 | 38 | 5B | 23 | 17 | 53 | 23 |
| Octal | 246 | 111 | 17 | 0 | 70 | 133 | 43 | 27 | 123 | 43 |
| Binary | 10100110 | 1001001 | 1111 | 0 | 111000 | 1011011 | 100011 | 10111 | 1010011 | 100011 |
Color Harmonies of #A6490F
Complementary color
Monochromatic Colors of #A6490F
Black with #A6490F
Text Example
Text Example
White with #A6490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6490F; }
p { color: rgb(166,73,15); }
H1.HeaderClassName
{
color: #A6490F;
}
.AnyTagClassName
{
color: #A6490F;
}
</style>
background-color css
<style>
a { background-color: #A6490F; }
a { background-color: rgb(166,73,15); }
div.DivClassName
{
background-color: #A6490F;
}
.BgClassName
{
background-color: #A6490F;
}
</style>
border-color css
<style>
span { border-color: #A6490F; }
span { border-color: rgb(166,73,15); }
td.TdClassName
{
border-color: #A6490F;
}
.TagClassName
{
border-color: #A6490F;
}
</style>