Shades of Rust #A64019
Tints of Rust #A64019
RGB
CMYK
RGB Variations
Color information
#A64019 (or 0xA64019) is known color: Rust. HEX triplet: A6, 40 and 19. RGB value is (166,64,25). Sum of RGB (Red+Green+Blue) = 166+64+25=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64019 is #59BFE6. Grayscale: #5A5A5A. Windows color (decimal): -5881831 or 1654950. OLE color: 1654950.
HSL color Cylindrical-coordinate representation of color #A64019: hue angle of 16.6º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A64019 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.35 |
| HSL | 16.6º | 0.74% | 0.37% | - |
| HSV(B) | 16.6º | 0.85% | 0.65% | - |
| XYZ | 17.73 | 11.84 | 2.27 | - |
| YUV | 90.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 25 | 0 | 0.61 | 0.85 | 0.35 | 16.6 | 0.74 | 0.37 |
| Hex | A6 | 40 | 19 | 0 | 3D | 55 | 23 | 11 | 4A | 25 |
| Octal | 246 | 100 | 31 | 0 | 75 | 125 | 43 | 21 | 112 | 45 |
| Binary | 10100110 | 1000000 | 11001 | 0 | 111101 | 1010101 | 100011 | 10001 | 1001010 | 100101 |
Color Harmonies of #A64019
Complementary color
Monochromatic Colors of #A64019
Black with #A64019
Text Example
Text Example
White with #A64019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64019; }
p { color: rgb(166,64,25); }
H1.HeaderClassName
{
color: #A64019;
}
.AnyTagClassName
{
color: #A64019;
}
</style>
background-color css
<style>
a { background-color: #A64019; }
a { background-color: rgb(166,64,25); }
div.DivClassName
{
background-color: #A64019;
}
.BgClassName
{
background-color: #A64019;
}
</style>
border-color css
<style>
span { border-color: #A64019; }
span { border-color: rgb(166,64,25); }
td.TdClassName
{
border-color: #A64019;
}
.TagClassName
{
border-color: #A64019;
}
</style>