Shades of Rust #A63505
Tints of Rust #A63505
RGB
CMYK
RGB Variations
Color information
#A63505 (or 0xA63505) is known color: Rust. HEX triplet: A6, 35 and 05. RGB value is (166,53,5). Sum of RGB (Red+Green+Blue) = 166+53+5=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A63505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63505 is #59CAFA. Grayscale: #515151. Windows color (decimal): -5884667 or 341414. OLE color: 341414.
HSL color Cylindrical-coordinate representation of color #A63505: hue angle of 17.89º 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 #A63505 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.35 |
| HSL | 17.89º | 0.94% | 0.34% | - |
| HSV(B) | 17.89º | 0.97% | 0.65% | - |
| XYZ | 17.03 | 10.66 | 1.3 | - |
| YUV | 81.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 5 | 0 | 0.68 | 0.97 | 0.35 | 17.89 | 0.94 | 0.34 |
| Hex | A6 | 35 | 5 | 0 | 44 | 61 | 23 | 12 | 5E | 22 |
| Octal | 246 | 65 | 5 | 0 | 104 | 141 | 43 | 22 | 136 | 42 |
| Binary | 10100110 | 110101 | 101 | 0 | 1000100 | 1100001 | 100011 | 10010 | 1011110 | 100010 |
Color Harmonies of #A63505
Complementary color
Monochromatic Colors of #A63505
Black with #A63505
Text Example
Text Example
White with #A63505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63505; }
p { color: rgb(166,53,5); }
H1.HeaderClassName
{
color: #A63505;
}
.AnyTagClassName
{
color: #A63505;
}
</style>
background-color css
<style>
a { background-color: #A63505; }
a { background-color: rgb(166,53,5); }
div.DivClassName
{
background-color: #A63505;
}
.BgClassName
{
background-color: #A63505;
}
</style>
border-color css
<style>
span { border-color: #A63505; }
span { border-color: rgb(166,53,5); }
td.TdClassName
{
border-color: #A63505;
}
.TagClassName
{
border-color: #A63505;
}
</style>