Shades of Rust #A64101
Tints of Rust #A64101
RGB
CMYK
RGB Variations
Color information
#A64101 (or 0xA64101) is known color: Rust. HEX triplet: A6, 41 and 01. RGB value is (166,65,1). Sum of RGB (Red+Green+Blue) = 166+65+1=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A64101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64101 is #59BEFE. Grayscale: #585858. Windows color (decimal): -5881599 or 82342. OLE color: 82342.
HSL color Cylindrical-coordinate representation of color #A64101: hue angle of 23.27º degrees, saturation: 0.99, 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 #A64101 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.35 |
| HSL | 23.27º | 0.99% | 0.33% | - |
| HSV(B) | 23.27º | 0.99% | 0.65% | - |
| XYZ | 17.62 | 11.89 | 1.39 | - |
| YUV | 87.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 1 | 0 | 0.61 | 0.99 | 0.35 | 23.27 | 0.99 | 0.33 |
| Hex | A6 | 41 | 1 | 0 | 3D | 63 | 23 | 17 | 63 | 21 |
| Octal | 246 | 101 | 1 | 0 | 75 | 143 | 43 | 27 | 143 | 41 |
| Binary | 10100110 | 1000001 | 1 | 0 | 111101 | 1100011 | 100011 | 10111 | 1100011 | 100001 |
Color Harmonies of #A64101
Complementary color
Monochromatic Colors of #A64101
Black with #A64101
Text Example
Text Example
White with #A64101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64101; }
p { color: rgb(166,65,1); }
H1.HeaderClassName
{
color: #A64101;
}
.AnyTagClassName
{
color: #A64101;
}
</style>
background-color css
<style>
a { background-color: #A64101; }
a { background-color: rgb(166,65,1); }
div.DivClassName
{
background-color: #A64101;
}
.BgClassName
{
background-color: #A64101;
}
</style>
border-color css
<style>
span { border-color: #A64101; }
span { border-color: rgb(166,65,1); }
td.TdClassName
{
border-color: #A64101;
}
.TagClassName
{
border-color: #A64101;
}
</style>