Shades of Rust #A63405
Tints of Rust #A63405
RGB
CMYK
RGB Variations
Color information
#A63405 (or 0xA63405) is known color: Rust. HEX triplet: A6, 34 and 05. RGB value is (166,52,5). Sum of RGB (Red+Green+Blue) = 166+52+5=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A63405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63405 is #59CBFA. Grayscale: #515151. Windows color (decimal): -5884923 or 341158. OLE color: 341158.
HSL color Cylindrical-coordinate representation of color #A63405: hue angle of 17.52º 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 #A63405 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.35 |
| HSL | 17.52º | 0.94% | 0.34% | - |
| HSV(B) | 17.52º | 0.97% | 0.65% | - |
| XYZ | 16.98 | 10.57 | 1.29 | - |
| YUV | 80.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 5 | 0 | 0.69 | 0.97 | 0.35 | 17.52 | 0.94 | 0.34 |
| Hex | A6 | 34 | 5 | 0 | 45 | 61 | 23 | 12 | 5E | 22 |
| Octal | 246 | 64 | 5 | 0 | 105 | 141 | 43 | 22 | 136 | 42 |
| Binary | 10100110 | 110100 | 101 | 0 | 1000101 | 1100001 | 100011 | 10010 | 1011110 | 100010 |
Color Harmonies of #A63405
Complementary color
Monochromatic Colors of #A63405
Black with #A63405
Text Example
Text Example
White with #A63405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63405; }
p { color: rgb(166,52,5); }
H1.HeaderClassName
{
color: #A63405;
}
.AnyTagClassName
{
color: #A63405;
}
</style>
background-color css
<style>
a { background-color: #A63405; }
a { background-color: rgb(166,52,5); }
div.DivClassName
{
background-color: #A63405;
}
.BgClassName
{
background-color: #A63405;
}
</style>
border-color css
<style>
span { border-color: #A63405; }
span { border-color: rgb(166,52,5); }
td.TdClassName
{
border-color: #A63405;
}
.TagClassName
{
border-color: #A63405;
}
</style>