Shades of Rust #A63400
Tints of Rust #A63400
RGB
CMYK
RGB Variations
Color information
#A63400 (or 0xA63400) is known color: Rust. HEX triplet: A6, 34 and 00. RGB value is (166,52,0). Sum of RGB (Red+Green+Blue) = 166+52+0=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A63400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63400 is #59CBFF. Grayscale: #505050. Windows color (decimal): -5884928 or 13478. OLE color: 13478.
HSL color Cylindrical-coordinate representation of color #A63400: hue angle of 18.8º 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 #A63400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.35 |
| HSL | 18.8º | 1% | 0.33% | - |
| HSV(B) | 18.8º | 1% | 0.65% | - |
| XYZ | 16.95 | 10.56 | 1.15 | - |
| YUV | 80.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 0 | 0 | 0.69 | 1 | 0.35 | 18.8 | 1 | 0.33 |
| Hex | A6 | 34 | 0 | 0 | 45 | 64 | 23 | 13 | 64 | 21 |
| Octal | 246 | 64 | 0 | 0 | 105 | 144 | 43 | 23 | 144 | 41 |
| Binary | 10100110 | 110100 | 0 | 0 | 1000101 | 1100100 | 100011 | 10011 | 1100100 | 100001 |
Color Harmonies of #A63400
Complementary color
Monochromatic Colors of #A63400
Black with #A63400
Text Example
Text Example
White with #A63400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63400; }
p { color: rgb(166,52,0); }
H1.HeaderClassName
{
color: #A63400;
}
.AnyTagClassName
{
color: #A63400;
}
</style>
background-color css
<style>
a { background-color: #A63400; }
a { background-color: rgb(166,52,0); }
div.DivClassName
{
background-color: #A63400;
}
.BgClassName
{
background-color: #A63400;
}
</style>
border-color css
<style>
span { border-color: #A63400; }
span { border-color: rgb(166,52,0); }
td.TdClassName
{
border-color: #A63400;
}
.TagClassName
{
border-color: #A63400;
}
</style>