Shades of Rust #A64603
Tints of Rust #A64603
RGB
CMYK
RGB Variations
Color information
#A64603 (or 0xA64603) is known color: Rust. HEX triplet: A6, 46 and 03. RGB value is (166,70,3). Sum of RGB (Red+Green+Blue) = 166+70+3=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64603 is #59B9FC. Grayscale: #5B5B5B. Windows color (decimal): -5880317 or 214694. OLE color: 214694.
HSL color Cylindrical-coordinate representation of color #A64603: hue angle of 24.66º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A64603 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.35 |
| HSL | 24.66º | 0.96% | 0.33% | - |
| HSV(B) | 24.66º | 0.98% | 0.65% | - |
| XYZ | 17.93 | 12.49 | 1.55 | - |
| YUV | 91.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 3 | 0 | 0.58 | 0.98 | 0.35 | 24.66 | 0.96 | 0.33 |
| Hex | A6 | 46 | 3 | 0 | 3A | 62 | 23 | 19 | 60 | 21 |
| Octal | 246 | 106 | 3 | 0 | 72 | 142 | 43 | 31 | 140 | 41 |
| Binary | 10100110 | 1000110 | 11 | 0 | 111010 | 1100010 | 100011 | 11001 | 1100000 | 100001 |
Color Harmonies of #A64603
Complementary color
Monochromatic Colors of #A64603
Black with #A64603
Text Example
Text Example
White with #A64603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64603; }
p { color: rgb(166,70,3); }
H1.HeaderClassName
{
color: #A64603;
}
.AnyTagClassName
{
color: #A64603;
}
</style>
background-color css
<style>
a { background-color: #A64603; }
a { background-color: rgb(166,70,3); }
div.DivClassName
{
background-color: #A64603;
}
.BgClassName
{
background-color: #A64603;
}
</style>
border-color css
<style>
span { border-color: #A64603; }
span { border-color: rgb(166,70,3); }
td.TdClassName
{
border-color: #A64603;
}
.TagClassName
{
border-color: #A64603;
}
</style>