Shades of Rust #A63307
Tints of Rust #A63307
RGB
CMYK
RGB Variations
Color information
#A63307 (or 0xA63307) is known color: Rust. HEX triplet: A6, 33 and 07. RGB value is (166,51,7). Sum of RGB (Red+Green+Blue) = 166+51+7=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A63307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63307 is #59CCF8. Grayscale: #505050. Windows color (decimal): -5885177 or 471974. OLE color: 471974.
HSL color Cylindrical-coordinate representation of color #A63307: hue angle of 16.6º 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 #A63307 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.35 |
| HSL | 16.6º | 0.92% | 0.34% | - |
| HSV(B) | 16.6º | 0.96% | 0.65% | - |
| XYZ | 16.95 | 10.49 | 1.33 | - |
| YUV | 80.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 7 | 0 | 0.69 | 0.96 | 0.35 | 16.6 | 0.92 | 0.34 |
| Hex | A6 | 33 | 7 | 0 | 45 | 60 | 23 | 11 | 5C | 22 |
| Octal | 246 | 63 | 7 | 0 | 105 | 140 | 43 | 21 | 134 | 42 |
| Binary | 10100110 | 110011 | 111 | 0 | 1000101 | 1100000 | 100011 | 10001 | 1011100 | 100010 |
Color Harmonies of #A63307
Complementary color
Monochromatic Colors of #A63307
Black with #A63307
Text Example
Text Example
White with #A63307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63307; }
p { color: rgb(166,51,7); }
H1.HeaderClassName
{
color: #A63307;
}
.AnyTagClassName
{
color: #A63307;
}
</style>
background-color css
<style>
a { background-color: #A63307; }
a { background-color: rgb(166,51,7); }
div.DivClassName
{
background-color: #A63307;
}
.BgClassName
{
background-color: #A63307;
}
</style>
border-color css
<style>
span { border-color: #A63307; }
span { border-color: rgb(166,51,7); }
td.TdClassName
{
border-color: #A63307;
}
.TagClassName
{
border-color: #A63307;
}
</style>