Shades of Rust #A63205
Tints of Rust #A63205
RGB
CMYK
RGB Variations
Color information
#A63205 (or 0xA63205) is known color: Rust. HEX triplet: A6, 32 and 05. RGB value is (166,50,5). Sum of RGB (Red+Green+Blue) = 166+50+5=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A63205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63205 is #59CDFA. Grayscale: #4F4F4F. Windows color (decimal): -5885435 or 340646. OLE color: 340646.
HSL color Cylindrical-coordinate representation of color #A63205: hue angle of 16.77º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A63205 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.35 |
| HSL | 16.77º | 0.94% | 0.34% | - |
| HSV(B) | 16.77º | 0.97% | 0.65% | - |
| XYZ | 16.89 | 10.4 | 1.26 | - |
| YUV | 79.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 5 | 0 | 0.70 | 0.97 | 0.35 | 16.77 | 0.94 | 0.34 |
| Hex | A6 | 32 | 5 | 0 | 46 | 61 | 23 | 11 | 5E | 22 |
| Octal | 246 | 62 | 5 | 0 | 106 | 141 | 43 | 21 | 136 | 42 |
| Binary | 10100110 | 110010 | 101 | 0 | 1000110 | 1100001 | 100011 | 10001 | 1011110 | 100010 |
Color Harmonies of #A63205
Complementary color
Monochromatic Colors of #A63205
Black with #A63205
Text Example
Text Example
White with #A63205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63205; }
p { color: rgb(166,50,5); }
H1.HeaderClassName
{
color: #A63205;
}
.AnyTagClassName
{
color: #A63205;
}
</style>
background-color css
<style>
a { background-color: #A63205; }
a { background-color: rgb(166,50,5); }
div.DivClassName
{
background-color: #A63205;
}
.BgClassName
{
background-color: #A63205;
}
</style>
border-color css
<style>
span { border-color: #A63205; }
span { border-color: rgb(166,50,5); }
td.TdClassName
{
border-color: #A63205;
}
.TagClassName
{
border-color: #A63205;
}
</style>