Shades of Rust #A64200
Tints of Rust #A64200
RGB
CMYK
RGB Variations
Color information
#A64200 (or 0xA64200) is known color: Rust. HEX triplet: A6, 42 and 00. RGB value is (166,66,0). Sum of RGB (Red+Green+Blue) = 166+66+0=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A64200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64200 is #59BDFF. Grayscale: #585858. Windows color (decimal): -5881344 or 17062. OLE color: 17062.
HSL color Cylindrical-coordinate representation of color #A64200: hue angle of 23.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A64200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.35 |
| HSL | 23.86º | 1% | 0.33% | - |
| HSV(B) | 23.86º | 1% | 0.65% | - |
| XYZ | 17.67 | 12 | 1.39 | - |
| YUV | 88.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 0 | 0 | 0.60 | 1 | 0.35 | 23.86 | 1 | 0.33 |
| Hex | A6 | 42 | 0 | 0 | 3C | 64 | 23 | 18 | 64 | 21 |
| Octal | 246 | 102 | 0 | 0 | 74 | 144 | 43 | 30 | 144 | 41 |
| Binary | 10100110 | 1000010 | 0 | 0 | 111100 | 1100100 | 100011 | 11000 | 1100100 | 100001 |
Color Harmonies of #A64200
Complementary color
Monochromatic Colors of #A64200
Black with #A64200
Text Example
Text Example
White with #A64200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64200; }
p { color: rgb(166,66,0); }
H1.HeaderClassName
{
color: #A64200;
}
.AnyTagClassName
{
color: #A64200;
}
</style>
background-color css
<style>
a { background-color: #A64200; }
a { background-color: rgb(166,66,0); }
div.DivClassName
{
background-color: #A64200;
}
.BgClassName
{
background-color: #A64200;
}
</style>
border-color css
<style>
span { border-color: #A64200; }
span { border-color: rgb(166,66,0); }
td.TdClassName
{
border-color: #A64200;
}
.TagClassName
{
border-color: #A64200;
}
</style>