Shades of Rust #A64801
Tints of Rust #A64801
RGB
CMYK
RGB Variations
Color information
#A64801 (or 0xA64801) is known color: Rust. HEX triplet: A6, 48 and 01. RGB value is (166,72,1). Sum of RGB (Red+Green+Blue) = 166+72+1=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64801 is #59B7FE. Grayscale: #5C5C5C. Windows color (decimal): -5879807 or 84134. OLE color: 84134.
HSL color Cylindrical-coordinate representation of color #A64801: hue angle of 25.82º 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 #A64801 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.35 |
| HSL | 25.82º | 0.99% | 0.33% | - |
| HSV(B) | 25.82º | 0.99% | 0.65% | - |
| XYZ | 18.05 | 12.74 | 1.54 | - |
| YUV | 92.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 1 | 0 | 0.57 | 0.99 | 0.35 | 25.82 | 0.99 | 0.33 |
| Hex | A6 | 48 | 1 | 0 | 39 | 63 | 23 | 1A | 63 | 21 |
| Octal | 246 | 110 | 1 | 0 | 71 | 143 | 43 | 32 | 143 | 41 |
| Binary | 10100110 | 1001000 | 1 | 0 | 111001 | 1100011 | 100011 | 11010 | 1100011 | 100001 |
Color Harmonies of #A64801
Complementary color
Monochromatic Colors of #A64801
Black with #A64801
Text Example
Text Example
White with #A64801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64801; }
p { color: rgb(166,72,1); }
H1.HeaderClassName
{
color: #A64801;
}
.AnyTagClassName
{
color: #A64801;
}
</style>
background-color css
<style>
a { background-color: #A64801; }
a { background-color: rgb(166,72,1); }
div.DivClassName
{
background-color: #A64801;
}
.BgClassName
{
background-color: #A64801;
}
</style>
border-color css
<style>
span { border-color: #A64801; }
span { border-color: rgb(166,72,1); }
td.TdClassName
{
border-color: #A64801;
}
.TagClassName
{
border-color: #A64801;
}
</style>