Shades of Rust #A64102
Tints of Rust #A64102
RGB
CMYK
RGB Variations
Color information
#A64102 (or 0xA64102) is known color: Rust. HEX triplet: A6, 41 and 02. RGB value is (166,65,2). Sum of RGB (Red+Green+Blue) = 166+65+2=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A64102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64102 is #59BEFD. Grayscale: #585858. Windows color (decimal): -5881598 or 147878. OLE color: 147878.
HSL color Cylindrical-coordinate representation of color #A64102: hue angle of 23.05º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A64102 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.35 |
| HSL | 23.05º | 0.98% | 0.33% | - |
| HSV(B) | 23.05º | 0.99% | 0.65% | - |
| XYZ | 17.63 | 11.89 | 1.42 | - |
| YUV | 88.02 | 79.46 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 2 | 0 | 0.61 | 0.99 | 0.35 | 23.05 | 0.98 | 0.33 |
| Hex | A6 | 41 | 2 | 0 | 3D | 63 | 23 | 17 | 62 | 21 |
| Octal | 246 | 101 | 2 | 0 | 75 | 143 | 43 | 27 | 142 | 41 |
| Binary | 10100110 | 1000001 | 10 | 0 | 111101 | 1100011 | 100011 | 10111 | 1100010 | 100001 |
Color Harmonies of #A64102
Complementary color
Monochromatic Colors of #A64102
Black with #A64102
Text Example
Text Example
White with #A64102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64102; }
p { color: rgb(166,65,2); }
H1.HeaderClassName
{
color: #A64102;
}
.AnyTagClassName
{
color: #A64102;
}
</style>
background-color css
<style>
a { background-color: #A64102; }
a { background-color: rgb(166,65,2); }
div.DivClassName
{
background-color: #A64102;
}
.BgClassName
{
background-color: #A64102;
}
</style>
border-color css
<style>
span { border-color: #A64102; }
span { border-color: rgb(166,65,2); }
td.TdClassName
{
border-color: #A64102;
}
.TagClassName
{
border-color: #A64102;
}
</style>