Shades of Rust #A64018
Tints of Rust #A64018
RGB
CMYK
RGB Variations
Color information
#A64018 (or 0xA64018) is known color: Rust. HEX triplet: A6, 40 and 18. RGB value is (166,64,24). Sum of RGB (Red+Green+Blue) = 166+64+24=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A64018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64018 is #59BFE7. Grayscale: #5A5A5A. Windows color (decimal): -5881832 or 1589414. OLE color: 1589414.
HSL color Cylindrical-coordinate representation of color #A64018: hue angle of 16.9º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64018 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 24 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.35 |
| HSL | 16.9º | 0.75% | 0.37% | - |
| HSV(B) | 16.9º | 0.86% | 0.65% | - |
| XYZ | 17.72 | 11.84 | 2.22 | - |
| YUV | 89.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 24 | 0 | 0.61 | 0.86 | 0.35 | 16.9 | 0.75 | 0.37 |
| Hex | A6 | 40 | 18 | 0 | 3D | 56 | 23 | 11 | 4B | 25 |
| Octal | 246 | 100 | 30 | 0 | 75 | 126 | 43 | 21 | 113 | 45 |
| Binary | 10100110 | 1000000 | 11000 | 0 | 111101 | 1010110 | 100011 | 10001 | 1001011 | 100101 |
Color Harmonies of #A64018
Complementary color
Monochromatic Colors of #A64018
Black with #A64018
Text Example
Text Example
White with #A64018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64018; }
p { color: rgb(166,64,24); }
H1.HeaderClassName
{
color: #A64018;
}
.AnyTagClassName
{
color: #A64018;
}
</style>
background-color css
<style>
a { background-color: #A64018; }
a { background-color: rgb(166,64,24); }
div.DivClassName
{
background-color: #A64018;
}
.BgClassName
{
background-color: #A64018;
}
</style>
border-color css
<style>
span { border-color: #A64018; }
span { border-color: rgb(166,64,24); }
td.TdClassName
{
border-color: #A64018;
}
.TagClassName
{
border-color: #A64018;
}
</style>