Shades of Rust #A63507
Tints of Rust #A63507
RGB
CMYK
RGB Variations
Color information
#A63507 (or 0xA63507) is known color: Rust. HEX triplet: A6, 35 and 07. RGB value is (166,53,7). Sum of RGB (Red+Green+Blue) = 166+53+7=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A63507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63507 is #59CAF8. Grayscale: #515151. Windows color (decimal): -5884665 or 472486. OLE color: 472486.
HSL color Cylindrical-coordinate representation of color #A63507: hue angle of 17.36º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A63507 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.35 |
| HSL | 17.36º | 0.92% | 0.34% | - |
| HSV(B) | 17.36º | 0.96% | 0.65% | - |
| XYZ | 17.04 | 10.67 | 1.36 | - |
| YUV | 81.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 7 | 0 | 0.68 | 0.96 | 0.35 | 17.36 | 0.92 | 0.34 |
| Hex | A6 | 35 | 7 | 0 | 44 | 60 | 23 | 11 | 5C | 22 |
| Octal | 246 | 65 | 7 | 0 | 104 | 140 | 43 | 21 | 134 | 42 |
| Binary | 10100110 | 110101 | 111 | 0 | 1000100 | 1100000 | 100011 | 10001 | 1011100 | 100010 |
Color Harmonies of #A63507
Complementary color
Monochromatic Colors of #A63507
Black with #A63507
Text Example
Text Example
White with #A63507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63507; }
p { color: rgb(166,53,7); }
H1.HeaderClassName
{
color: #A63507;
}
.AnyTagClassName
{
color: #A63507;
}
</style>
background-color css
<style>
a { background-color: #A63507; }
a { background-color: rgb(166,53,7); }
div.DivClassName
{
background-color: #A63507;
}
.BgClassName
{
background-color: #A63507;
}
</style>
border-color css
<style>
span { border-color: #A63507; }
span { border-color: rgb(166,53,7); }
td.TdClassName
{
border-color: #A63507;
}
.TagClassName
{
border-color: #A63507;
}
</style>